mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-21 11:22:34 -05:00
Brighten the dark red colour a bit
This commit is contained in:
parent
33df17df8b
commit
d70631a68d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ 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 = '#ab4c4c'
|
let g:cDarkRed = '#b85252'
|
||||||
let g:cDarkYellow = '#d4b370'
|
let g:cDarkYellow = '#d4b370'
|
||||||
let g:cDarkBlue = '#70b3d4'
|
let g:cDarkBlue = '#70b3d4'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue