mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
implement line numbers per the new design
This commit is contained in:
@@ -13,9 +13,9 @@ currentline.marker = ->
|
||||
currentline.marker.color = #e27500
|
||||
|
||||
# left hand gutter background color
|
||||
gutter.bgcolor = #fcfcfc
|
||||
gutter.bgcolor = #122535
|
||||
# color of vertical separation line
|
||||
gutter.linecolor = #e9e9e9
|
||||
#gutter.linecolor = #e9e9e9
|
||||
# space (in px) added to left and right of gutter markers
|
||||
gutter.padding = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user