Compare commits

...

2 commits

Author SHA1 Message Date
Kevin MacMartin
09737a7b84 Update submodules 2024-09-26 12:41:12 -04:00
Kevin MacMartin
d70631a68d Brighten the dark red colour a bit 2024-09-26 12:38:47 -04:00
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2b2ac302324f4cd2194c5dcaa59332b65e1c6403
Subproject commit 679883ad31f1752cac92a4ca182cee8b2751d4f1

@ -1 +1 @@
Subproject commit 520c35416d9490276f439f5751e459dad4be9f83
Subproject commit e6bce2bf6af455a19fa24c2e55c0ff30f76a4069

View file

@ -11,7 +11,7 @@ if has("gui_running") || &term != "linux" && &termguicolors
let g:cYellow = '#ffd787'
let g:cBlue = '#87d7ff'
let g:cDarkRed = '#ab4c4c'
let g:cDarkRed = '#b85252'
let g:cDarkYellow = '#d4b370'
let g:cDarkBlue = '#70b3d4'