Lighten the dark yellow for the truecolor palette

This commit is contained in:
Kevin MacMartin 2024-09-12 17:11:25 -04:00
parent ff0e110e75
commit c192c98f8e

View file

@ -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'