mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 20:14:11 -05:00
Adjust the dark colours in the palette
This commit is contained in:
parent
b222525807
commit
fa304f02ea
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:cBlue = '#87d7ff'
|
||||
|
||||
let g:cDarkRed = '#a34848'
|
||||
let g:cDarkYellow = '#ccac6c'
|
||||
let g:cDarkBlue = '#6caccc'
|
||||
let g:cDarkRed = '#ab4c4c'
|
||||
let g:cDarkYellow = '#d4b370'
|
||||
let g:cDarkBlue = '#70b3d4'
|
||||
|
||||
let g:cLightBg = '#303030'
|
||||
let g:cDarkBg = '#262626'
|
||||
|
|
Loading…
Reference in a new issue