mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-21 11:22:34 -05:00
Use darker dark colours
This commit is contained in:
parent
f1311533af
commit
b222525807
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ if has("gui_running") || &term != "linux" && &termguicolors
|
||||||
let g:cYellow = '#ffd787'
|
let g:cYellow = '#ffd787'
|
||||||
let g:cBlue = '#87d7ff'
|
let g:cBlue = '#87d7ff'
|
||||||
|
|
||||||
let g:cDarkRed = '#b04e4e'
|
let g:cDarkRed = '#a34848'
|
||||||
let g:cDarkYellow = '#d9b773'
|
let g:cDarkYellow = '#ccac6c'
|
||||||
let g:cDarkBlue = '#73b7d9'
|
let g:cDarkBlue = '#6caccc'
|
||||||
|
|
||||||
let g:cLightBg = '#303030'
|
let g:cLightBg = '#303030'
|
||||||
let g:cDarkBg = '#262626'
|
let g:cDarkBg = '#262626'
|
||||||
|
|
Loading…
Reference in a new issue