File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ #This file is taken from the processng java mode
2+
3+ # DEBUGGER
4+ # breakpointed line background color
5+ #breakpoint.bgcolor = #f0f0f0
6+ # marker for breakpointed lines in left hand gutter (2 ascii characters)
7+ #breakpoint.marker = <>
8+ #breakpoint.marker.color = #4a545e
9+
10+ # current line background color
11+ currentline.bgcolor = #ffff96
12+ # marker for the current line in left hand gutter (2 ascii characters)
13+ currentline.marker = ->
14+ currentline.marker.color = #e27500
15+
16+ # left hand gutter background color
17+ gutter.bgcolor = #122535
18+ # color of vertical separation line
19+ gutter.linecolor = #e9e9e9
20+ # space (in px) added to left and right of gutter markers
21+ gutter.padding = 3
22+
23+
24+ # XQMODE
25+
26+ # underline colors
27+ editor.errorcolor = #ed2630
28+ editor.warningcolor = #ffc30e
29+ editor.errormarkercolor = #ed2630
30+ editor.warningmarkercolor = #ffc30e
31+
32+ # ERROR BAR - error bar on the right that shows the markers
33+ errorbar.errorcolor = #ed2630
34+ errorbar.warningcolor = #ffc30e
35+ errorbar.backgroundcolor = #2c343d
36+
37+ # color of error tickmark on right-hand side in comp: #c20102
You can’t perform that action at this time.
0 commit comments