ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
Then my color scheme changes to the file Default Stylers.tmTheme on the folder $Packages/Notepad++ Themes/Default Stylers.tmTheme are reloaded but I got the color highlight by this plugin broken like this:
Until I close the file and reopen the file $Packages/Notepad++ Themes/Default Stylers.tmTheme, this plugin functionality is restored:
May this plugin auto-reload my theme file $Packages/Notepad++ Themes/Default Stylers.tmTheme upon changes to it?
What extra commands beyond these I need to run to automate it?
How to reload my color scheme changes while developing it?
Currently I do:
And I get:
Then my color scheme changes to the file
Default Stylers.tmTheme
on the folder$Packages/Notepad++ Themes/Default Stylers.tmTheme
are reloaded but I got the color highlight by this plugin broken like this:Until I close the file and reopen the file
$Packages/Notepad++ Themes/Default Stylers.tmTheme
, this plugin functionality is restored:$Packages/Notepad++ Themes/Default Stylers.tmTheme
upon changes to it?