1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

Add guide theme: molokai

This commit is contained in:
wsdjeg 2017-05-13 22:56:03 +08:00
parent 6ae67d7c96
commit 33c1bb308f

View File

@ -0,0 +1,7 @@
function! SpaceVim#mapping#guide#theme#molokai#palette() abort
return [
\ ['#080808', '#e6db74'],
\ ['#f8f8f0', '#232526'],
\ ['#f8f8f0', '#465457']
\ ]
endfunction