mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-01 00:50:31 +08:00
9 lines
298 B
VimL
9 lines
298 B
VimL
function! SpaceVim#mapping#guide#theme#molokai#palette() abort
|
|
return [
|
|
\ ['#080808', '#e6db74', 144, 232],
|
|
\ ['#f8f8f0', '#232526', 16, 253],
|
|
\ ['#f8f8f0', '#293739', 236, 253],
|
|
\ ['#465457', 67],
|
|
\ ]
|
|
endfunction
|