The project is located here: https://github.com/maximsmol/SublimeThemingIsTooHard
After spending a moderate amount of time making my own ST theme, I can claim with some confidence that this is much harder than it has to be for one simple reason: there is no tutorials or documentation.
To address that issue, I am starting a project.
The idea is to create as complete a documentation on ST theming as possible. I think that sublime forum is the best place to do this, as there are active themers here, who have worked on some of the best and biggest themes available.
The tasks that I feel need to be completed are:
- Creating a list of all the class-names used in
.sublime-theme
files. With instructions on finding the customized UI element. - Creating a list of all the attributes relating to each class-name. With descriptions of when the attribute is applied
- Creating a list of all the properties available for customization (
layer0.***
,row_padding
,fg
) by class-name. And a description of each property. - Creating a list of all the other forum threads talking about this subject. Example.
- Maintaining this or some other thread as a theming Q&A thread
This thread is for discussion of the project.