mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use better dark colors when a terminal is truecolor-enabled
This commit is contained in:
parent
fcee67cb77
commit
05e2fb88d5
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ if has("gui_running") || &term != "linux" && &termguicolors
|
|||
let g:cRed = '#d75f5f'
|
||||
let g:cYellow = '#ffd787'
|
||||
|
||||
let g:cDarkBlue = '#5fafd7'
|
||||
let g:cDarkRed = '#af5f5f'
|
||||
let g:cDarkYellow = '#d7af5f'
|
||||
let g:cDarkBlue = '#518199'
|
||||
let g:cDarkRed = '#994444'
|
||||
let g:cDarkYellow = '#998151'
|
||||
|
||||
let g:cLightBg = '#303030'
|
||||
let g:cDarkBg = '#262626'
|
||||
|
|
Loading…
Reference in a new issue