sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
806 stars 39 forks source link

Per-project theme setting and theme-specific configs #1068

Open Misiur opened 8 years ago

Misiur commented 8 years ago

I know theme setting cannot be changed in project, however https://github.com/equinusocio/material-theme has few theme specific settings such as material_theme_accent_lime (retrieved like this). However setting them in *.sublime-project doesn't work. Is it a bug, intended behaviour? If intended is there any plugin to work around it?

Ref https://github.com/equinusocio/material-theme/issues/614

FichteFoll commented 8 years ago

This is likely as much of intended behaviour as the global theme setting, since theme-settings affect the representation of the UI just like the theme does (depending on the configs).

I would put this in the same bucket as allowing for project-specific themes. This doesn't exist as an issue on this repo yet, however, so I;ll just extend your issue with it.

stevenvachon commented 7 years ago

I really need this. I use a dark color scheme for my day job and a light color scheme for my side projects. Unfortunately, I currently can only have one theme for these schemes. The result is either a light theme with dark scheme, or dark theme with light scheme. It's pretty annoying.

FichteFoll commented 7 years ago

@stevenvachon maybe https://packagecontrol.io/packages/Theme%20-%20Rainbow can help you, although it only adapts the accent color it seems.

stevenvachon commented 7 years ago

Thank you, but I'd prefer it to be automatic.