commit 1fd4c97a58a14a56fcda11a14096af97cb30fb60
parent 4a0361125559805cac6dda7f7f9aa346b1f718aa
Author: Xavier Noria <fxn@hashref.com>
Date: Fri, 10 Nov 2017 14:52:06 +0100
softens the GUI black just a bit
I find #00000 to be a little too hard, trying this softened back I took from
http://www.color-hex.com/color-palette/1405
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/colors/monochrome.vim b/colors/monochrome.vim
@@ -14,7 +14,7 @@ endif
let g:colors_name = 'monochrome'
let s:white = ['White', 15]
-let s:black = ['Black', 16]
+let s:black = ['#0e1111', 16]
let s:bgray = ['#101010', 233]
let s:lgray = ['LightGray', 255]
let s:cgray = ['#737373', 243]