Open pkkid opened 2 years ago
Thank you for the reference.
For anyone else arriving here, you don't have to copy the file, there's a built in override option:
Command panel > UI: Customize Theme:
"rules":
[
{
"class": "quick_panel_detail_label",
"link_color": "var(blue)"
},
]
You can use any of the defined vars from the left standard theme config.
I know this is a theme designed for ST3, and for the most part things still look great in ST4. One style that really stood out to me as jarring was the
quick_panel_detail_label
which had no style and defaulted to #00f which terrible on a dark background. As a workaround for now, I copied thegruvbox.sublime-theme
file from the package into my Packages/User directory and added the following underrules
. I'm sure there is a better solution using variables for a final fix this gets updated to ST4.Before:
After: