1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

update molokai palette for statusline mode

This commit is contained in:
techgaun 2017-06-19 12:48:29 -05:00
parent 07026408b2
commit 45d66a19be
No known key found for this signature in database
GPG Key ID: 57FB3143221F7B30

View File

@ -4,5 +4,8 @@ function! SpaceVim#mapping#guide#theme#molokai#palette() abort
\ ['#f8f8f0', '#232526', 16, 253],
\ ['#f8f8f0', '#293739', 236, 253],
\ ['#465457', 67],
\ ['#282828', '#8787af', 235, 103],
\ ['#282828', '#ffd700', 235, 220],
\ ['#282828', '#ff5f5f', 235, 203],
\ ]
endfunction