Monnoroch / ColorHighlighter

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.
https://sublime.wbond.net/packages/Color%20Highlighter
1.31k stars 130 forks source link

Bug "inline" #427

Closed emkei-cz closed 6 years ago

emkei-cz commented 6 years ago

Hi, Instead of "inline" there should be "right" but through the "Tools" setting I always get "inline" that does not work

"all_content": { "color_highlighters": { "color_scheme": { "enabled": false, "highlight_style": "text" }, "gutter_icons": { "enabled": false, "icon_style": "circle" }, "phantoms": { "enabled": true, "length": 2, "style": "inline" }

Monnoroch commented 6 years ago

Already fixed yesterday.