implement line numbers per the new design

This commit is contained in:
Ben Fry
2015-04-01 22:07:43 -04:00
parent 4a2f8e1acf
commit 9e33d24dd1
6 changed files with 185 additions and 133 deletions
+2 -2
View File
@@ -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