Reputation: 924
I've installed the SETI_UI theme through Package Control.
I can't work out how to get the dark UI, like on the screenshot here: https://packagecontrol.io/packages/Seti_UI
Any ideas?
Upvotes: 0
Views: 2098
Reputation: 53849
If you installed Seti_UI through package control, you should be able to change your color scheme and theme by doing the following:
Open up your Preferences/Settings - User/
The "color_scheme" and "theme" options in the file should be set like this:
{
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"theme": "Seti.sublime-theme",
}
There may be other options in that file, but make sure those two are set correctly.
Upvotes: 2
Reputation: 705
If I get you right, you don't know how to change your theme?
After you install the package, it will open a new window with example code
. copy it, after that go to Preferences > Settings User
and after that paste code from before.
If nothing happened, you can try to change it from here : Preferences > Color Schemes >
Upvotes: 0