astelvida
astelvida

Reputation: 86

How to change text color of a Sublime 3 predefined color-scheme/theme?

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

Answers (2)

Paul Starkebaum
Paul Starkebaum

Reputation: 1

Preferences > Customize Color Scheme

Upvotes: 0

LycuiD
LycuiD

Reputation: 2575

  • Install PackageResourseViewer with Package Installer
  • go ctrl+shift+p and select PackageResourseViewer: Open Resource
  • open the color scheme your using from that theme, and change whatever you want.

Upvotes: 3

Related Questions