material-theme / vsc-material-theme

Material Theme, the most epic theme for Visual Studio Code
https://www.material-theme.dev
Other
11.2k stars 790 forks source link

Theme not applying to sidebar and command fields #241

Closed JonathanRe closed 9 years ago

JonathanRe commented 9 years ago

Theme was installed using package control, all recommended settings were added aswell. The theme is only applied to the editor part of Sublime, the sidebar, any inputs like the command line, package control etc. still have the default look. Running Sublime Text 3 on an x86 Win7. image

equinusocio commented 9 years ago

.... restart sublime text...

JonathanRe commented 9 years ago

I've restarted the program several times, restarted my machine aswell, doesn't change anything.

equinusocio commented 9 years ago

Paste your preferences

JonathanRe commented 9 years ago

Got it now, I was missing this line:

"theme": "Material-Theme.sublime-theme",

Thanks!

timbog80 commented 9 years ago

omg. facepalm

slashwhatever commented 9 years ago

Err....I have that line and still have un-styled side bar and command windows: http://puu.sh/iDfJy/74ea3b4dcb.png

equinusocio commented 9 years ago

you have set both lines?

"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
slashwhatever commented 9 years ago

Yup. You can see both in the screenshot I linked to

equinusocio commented 9 years ago

You used package control?

slashwhatever commented 9 years ago

Yes. Also just uninstalled, restarted and reinstalled again. No change.

slashwhatever commented 9 years ago

I've also just done an uninstall via Package Control and a manual install. Same issue: http://puu.sh/iDhof/16d389d9fa.png

equinusocio commented 9 years ago

Check you package folder (Preferences > Browse package folder) and check if have Material Theme inside User folder and in Installed Packages folder.

slashwhatever commented 9 years ago

Currently Package folder is: http://puu.sh/iDkqV/7bac65883a.png And Installed Packages is: http://puu.sh/iDkqV/7bac65883a.png

So it's present in the Package folder and not in Installed Packages

Last attempt was manual install as per instructions.

equinusocio commented 9 years ago

Try this:

  1. Close ST
  2. Remove material by package control
  3. Delete al Material Theme folder and files in your packages folder (even installed packages)
  4. Restart ST
  5. Install this theme by package control (not manual and not extract it) and apply the theme.
  6. Restart ST
slashwhatever commented 9 years ago

OK, done all that. Same problem: http://puu.sh/iDkZR/01cbce5932.png

(I assume you meant 1 and 2 the other way around?)

slashwhatever commented 9 years ago

AHA! Found it - there was a line right at the bottom that wasn't getting scrubbed when settings were changed and was resetting the theme choice!

Time for me to hit your donate button :) 86 Euro from 19k downloads is a depressingly low donation rate. Thanks for the assistance!

equinusocio commented 9 years ago

:+1: thanks man :)

slashwhatever commented 9 years ago

You're very welcome. The theme is great.

irwinb commented 7 years ago

Just in case someone comes googling here..another silly thing to look for are duplicate theme entries in your settings file. For example, I had the theme set correctly at the top of my settings file, but further down, it was being set again to the default theme 😛.

ghost commented 7 years ago

@slashwhatever dude how did u solved it???? same issue .

slashwhatever commented 7 years ago

@gkumarOB my issue was the same as @irwinb

equinusocio commented 7 years ago

@gkumarOB Just remove these lines from your settings, and reactivate the theme from the command palette:

"theme": "...",
"color_scheme": "...",
ShubhamGupta commented 7 years ago

Probable issues:

  1. You have multiple entries for "theme". Last one overrides others.
  2. You have no entry for "theme".
  3. "Theme" uses extension .sublime-theme. "color_scheme" uses .tmTheme. Be aware of this difference. Example value of theme: Material Solarized Dark.sublime-theme

Restarting sublime / machine / anything will not help at least on OSX. Not sure about Linux / Windows. Changes appear as soon as you save the config.

Hope this helps.