ColorHighlighter settings for Sublime Text 2
{
"enabled": true,
"style": "outlined",
"icons": false,
"ha_style": "none",
"icons_all": false,
"default_keybindings": true,
"convert_util_path" : "convert",
"color_formats": [
"white",
"#FFF", "#FFFF", "#FFFFFF", "#FFFFFFFF",
"rgb(255, 255, 255)",
"rgba(255, 255, 255, 1.0)",
"hsv(0, 0%, 100%)",
"hsva(0, 0%, 100%, 1.0)",
"hsl(0, 100%, 100%)",
"hsla(0, 100%, 100%, 1.0)"
],
"file_exts": [
".css",
".sass",
".scss",
".less",
".styl",
".html",
".js",
".sublime-settings",
".tmTheme"
]
}