1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00

Change fg of help msg

This commit is contained in:
wsdjeg 2017-04-22 08:26:16 +08:00
parent 6cf831e692
commit c818ea090e

View File

@ -400,7 +400,7 @@ function! s:updateStatusline() abort
hi! LeaderGuiderSep1 cterm=bold gui=bold guifg=#a89984 guibg=#fe8019
hi! LeaderGuiderName cterm=bold gui=bold guifg=#282828 guibg=#fe8019
hi! LeaderGuiderSep2 cterm=bold gui=bold guifg=#fe8019 guibg=#3c3836
hi! LeaderGuiderFill guifg=#7c6f64 guibg=#3c3836
hi! LeaderGuiderFill guifg=#a89984 guibg=#3c3836
let gname = get(s:guide_group, 'name', '')
if !empty(gname)
let gname = ' - ' . gname[1:]