Reputation: 86
Specifically, I'm using the Boxy theme for Sublime text 3.
I'd like to change the color of the main text and comments and I can't find a default to change to do that - just "font_face" and "font_size".
// my code in USER SETTINGS
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Boxy Yesterday.sublime-theme",
"theme_sidebar_font_md": true,
"theme_sidebar_size_xs": true
}
Upvotes: 1
Views: 3363
Reputation: 2575
PackageResourseViewer
with Package Installer
ctrl+shift+p
and select PackageResourseViewer: Open Resource
Upvotes: 3