Answer the question
In order to leave comments, you need to log in
How to edit Sublime Text 3 theme?
Good afternoon, I really liked the Spacegray theme, but I would like to make the font color of the comments a little brighter.
Please tell me how to do it.
Thank you.
Answer the question
In order to leave comments, you need to log in
first, find the folder with the downloaded packages
on ubuntu, this is /home/username/.config/sublime-text-3/Installed Packages
your theme should be there,
open the archive and edit the THEME_NAME.tmTheme file,
find the lines
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808080</string>
</dict>
</dict>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question