Make virtcol_current_gradient background color match line_current color

Fixes #449
This commit is contained in:
ZyX 2014-02-16 02:53:51 +04:00
parent 2f400e90b3
commit 8483683738
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"position_gradient": { "fg": "green_yellow_orange_red", "bg": "lightskyblue4" },
"line_current": { "fg": "gray13", "bg": "lightyellow", "attr": ["bold"] },
"line_current_symbol": { "fg": "gray13", "bg": "lightyellow" },
"virtcol_current_gradient": { "fg": "GREEN_Orange_red", "bg": "gray10" },
"virtcol_current_gradient": { "fg": "GREEN_Orange_red", "bg": "lightyellow" },
"col_current": { "fg": "azure4", "bg": "lightyellow" },
"environment": { "fg": "gray61", "bg": "royalblue5" },
"error": { "fg": "oldlace", "bg": "red", "attr": ["bold"] },