mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 20:14:11 -05:00
Compare commits
No commits in common. "6b5565d57f5f6343dd853cfb76563c54fa4047ce" and "ff0e110e75733db5f380ee6fbfcab3969e589b8e" have entirely different histories.
6b5565d57f
...
ff0e110e75
6 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit a7ef1817b7aa06d0f80952ad530be87ad3c8f6e2
|
||||
Subproject commit 954682108d21b412561fb32e3fa766c7ee539984
|
|
@ -1 +1 @@
|
|||
Subproject commit 4af16a10b7f1e79275f712a1c6dcf725d301a303
|
||||
Subproject commit 5b8b126de02ebfd92e46ed5986b3e58e870b85de
|
|
@ -1 +1 @@
|
|||
Subproject commit bf8d2ad35d1d1a687eae6c065c3d524f7ab61b23
|
||||
Subproject commit 3a3c6244553f13fdd92d312c82722b57ce6c4bec
|
|
@ -1 +1 @@
|
|||
Subproject commit d4877e54cef67f5af4f950935b1ade19ed6b7370
|
||||
Subproject commit 1d18c696c4284e9ce9467a5c04d3adf8af43f994
|
|
@ -1 +1 @@
|
|||
Subproject commit ab59562f659de77c0de4df75b4563546b3e99e2d
|
||||
Subproject commit 04d72a228cd0b450e38b8a922ae02ed22a99f11b
|
|
@ -13,7 +13,7 @@ if has("gui_running") || &term != "linux" && &termguicolors
|
|||
|
||||
let g:cDarkBlue = '#518199'
|
||||
let g:cDarkRed = '#994444'
|
||||
let g:cDarkYellow = '#b0945d'
|
||||
let g:cDarkYellow = '#998151'
|
||||
|
||||
let g:cLightBg = '#303030'
|
||||
let g:cDarkBg = '#262626'
|
||||
|
|
Loading…
Reference in a new issue