Sublime Forum

Hex color preview

#1

Hi,
I have also an editor called Webocton, and in it, I can mouseover a Hex color to see a preview. The mouseover has a little box with shadow, and also places the hex value, for example, #e4b9c0, into the box, in either black or white, depending on the brightness of the color. The color and text help me with orientation.
Thanks!

0 Likes

#2

Sadly there are no tooltips, yet at least, but there is a nice plugin for showing hex colors in the gutter. sublime.wbond.net/packages/Gutter%20Color

0 Likes

#3

Below is the picture of what some people like to do.
Its quite clever use of the minimap, but it adds noise to the code. The feature requested here, that often appeared when discussing this picture, is that the coment in the code would be just single line
with some special characters sequence, lets say

0 Likes

#4

ColorHelper is another approach that does this as well. It also offers a couple of other features that can be turned off. It is still under development but is very usuable on Sublime builds greater or equal to 3072.

0 Likes