mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
Add guide theme: molokai
This commit is contained in:
parent
6ae67d7c96
commit
33c1bb308f
7
autoload/SpaceVim/mapping/guide/theme/molokai.vim
Normal file
7
autoload/SpaceVim/mapping/guide/theme/molokai.vim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
function! SpaceVim#mapping#guide#theme#molokai#palette() abort
|
||||||
|
return [
|
||||||
|
\ ['#080808', '#e6db74'],
|
||||||
|
\ ['#f8f8f0', '#232526'],
|
||||||
|
\ ['#f8f8f0', '#465457']
|
||||||
|
\ ]
|
||||||
|
endfunction
|
Loading…
Reference in New Issue
Block a user