mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 12:14:09 -05:00
Compare commits
2 commits
33df17df8b
...
09737a7b84
Author | SHA1 | Date | |
---|---|---|---|
|
09737a7b84 | ||
|
d70631a68d |
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
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue