Adjust the dark colours in the palette

This commit is contained in:
Kevin MacMartin 2024-09-13 12:52:08 -04:00
parent b222525807
commit fa304f02ea

View file

@ -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 = '#a34848' let g:cDarkRed = '#ab4c4c'
let g:cDarkYellow = '#ccac6c' let g:cDarkYellow = '#d4b370'
let g:cDarkBlue = '#6caccc' let g:cDarkBlue = '#70b3d4'
let g:cLightBg = '#303030' let g:cLightBg = '#303030'
let g:cDarkBg = '#262626' let g:cDarkBg = '#262626'