adding colors for experimental mode

This commit is contained in:
benfry
2012-12-07 20:26:32 +00:00
parent 8b158c9290
commit 39eba9fe03
+15 -1
View File
@@ -136,4 +136,18 @@ gutter.bgcolor = #fcfcfc
# color of vertical separation line
gutter.linecolor = #e9e9e9
# space (in px) added to left and right of gutter markers
gutter.padding = 3
gutter.padding = 3
# XQMODE
# underline colors
editor.errorcolor = #ed2630
editor.warningcolor = #ffc30e
editor.errormarkercolor = #ed2630
editor.warningmarkercolor = #ffc30e
# ERROR BAR - error bar on the right that shows the markers
errorbar.errorcolor = #ed2630
errorbar.warningcolor = #ffc30e
errorbar.backgroundcolor = #2c343d