mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding colors for experimental mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user