aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Adaptive color scheme #406

Open Demers94 opened 4 years ago

Demers94 commented 4 years ago

When you have a TODO file open and you browse the available color schemes in Sublime, you can see the plaintask colors changing on the fly and adapting to the currently selected scheme. You can see this behaviour here : https://dl.dropboxusercontent.com/s/f84e8p2roxcs31e/GkX6TUKXso.mp4

However, when you actually switch to a color scheme it reverts to the default theme or the one specified in the configuration file.

Is it possible to use no color scheme at all and instead adapt to whatever scheme is being used in Sublime? I tried setting the color_scheme property in settings to nothing but then there was no highlighting at all. If you remove the key completely then it just uses the default theme

maxim commented 10 months ago

It would be awesome if you could set "color_scheme" to a special value like "inherit", and it would just use the main color scheme.