commit 783b4a63e38bea61164472bfea2c973c2039ef76
parent 34a4e00aa6bcb174ab50a7b79994eb723dc1c83e
Author: Xavier Noria <fxn@hashref.com>
Date: Tue, 7 Jun 2016 10:32:21 -0700
Merge pull request #4 from raphael/patch-2
Add ColorColumn colors
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/generate.rb b/bin/generate.rb
@@ -89,6 +89,9 @@ hi :Cursor, fg: black, bg: lgray
hi :CursorLine, bg: bgray
hi :CursorLineNr, fg: white, bold: true
+# Colorcolumn
+hi ColorColumn, bg: bgray
+
# Folding.
hi :FoldColumn, fg: dgray
hi :Folded