fix slim cursor setting

This commit is contained in:
nightwing 2013-09-08 23:59:53 +04:00
commit b4f8e47fe3
32 changed files with 40 additions and 171 deletions

View file

@ -94,7 +94,6 @@ function extractStyles(theme) {
"printMargin": "#e8e8e8",
"background": parseColor(globalSettings.background),
"foreground": parseColor(globalSettings.foreground),
"overwrite": parseColor(globalSettings.caret),
"gutter": "#e8e8e8",
"selection": parseColor(globalSettings.selection),
"step": "rgb(198, 219, 174)",