Change gvim colorscheme to catppuccin_mocha
This commit is contained in:
parent
4218db0e9e
commit
c79103b89f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
|||||||
[submodule "pack/plugin/start/ale"]
|
[submodule "pack/plugin/start/ale"]
|
||||||
path = pack/plugin/start/ale
|
path = pack/plugin/start/ale
|
||||||
url = https://github.com/dense-analysis/ale.git
|
url = https://github.com/dense-analysis/ale.git
|
||||||
|
[submodule "pack/colors/start/catppuccin"]
|
||||||
|
path = pack/colors/start/catppuccin
|
||||||
|
url = git@github.com:catppuccin/vim.git
|
||||||
|
|||||||
1
pack/colors/start/catppuccin
Submodule
1
pack/colors/start/catppuccin
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit be4725cfc3fb6ed96f706d9d1bd5baa24d2b048c
|
||||||
@ -12,4 +12,5 @@ if has("gui_running")
|
|||||||
set go-=m
|
set go-=m
|
||||||
set go-=r
|
set go-=r
|
||||||
set go-=L
|
set go-=L
|
||||||
|
colorscheme catppuccin_mocha
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user