In Sublime Text 2, for a specific theme, I want to have one color for the attribute and one color for the value.
background:#FFF url('some/img.png') 10px 10px;
background______ (the attribute name) should be a color
#FFF url('some/img.png') 10px 10px ____________ (the values) should be another color (one color for the entire value).
I know I have to modify the theme color set, but anyone have any idea how?
And one other thing, I don’t want space after the colon (when hitting tab)
I want "float:left;" instead of "float: left;". Does anyone know where can I set this?
Not sure about the color attribute and value yet, but for the css spacing I may have an answer. Go to
C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages\CSS\css_completions.pyLine 190. Changel.append((p, p + ": "))tol.append((p, p + ":"))