mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-26 02:08:35 +08:00
Add a specific color for commandline mode
closes #1768 Colors for the other themes need to be defined however
This commit is contained in:
@@ -156,6 +156,8 @@ function! airline#check_mode(winnr)
|
||||
let l:mode = ['visual']
|
||||
elseif l:m ==# "t"
|
||||
let l:mode = ['terminal']
|
||||
elseif l:m ==# "c"
|
||||
let l:mode = ['commandline']
|
||||
else
|
||||
let l:mode = ['normal']
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user