mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-21 11:22:34 -05:00
Lighten the dark yellow for the truecolor palette
This commit is contained in:
parent
ff0e110e75
commit
c192c98f8e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if has("gui_running") || &term != "linux" && &termguicolors
|
|||
|
||||
let g:cDarkBlue = '#518199'
|
||||
let g:cDarkRed = '#994444'
|
||||
let g:cDarkYellow = '#998151'
|
||||
let g:cDarkYellow = '#b0945d'
|
||||
|
||||
let g:cLightBg = '#303030'
|
||||
let g:cDarkBg = '#262626'
|
||||
|
|
Loading…
Reference in a new issue