Sublime Forum

How to apply the new default theme?

#1

I currently have this in my Sublime Text 3.0 user settings:

"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",

What should I change the value of color_scheme to get the latest default theme that’s shown in the screenshot at https://www.sublimetext.com/blog/articles/sublime-text-3-point-0?

Thanks in advance.

0 Likes

#2

Color schemes and themes are different. The theme is controlled by the "theme" setting, the color scheme by "color_scheme".

The screenshot shows the Default theme and the Mariana color scheme. Use Select Color Scheme and Select Theme from the command palette to preview your options.

2 Likes