mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-03 23:35:48 +08:00
Make Airline error count same colour as warnings
When linters such as ALE report errors, airline shows this in a rather ugly default shade of red. This change makes errors and warnings use the same colour scheme.
This commit is contained in:
parent
66c2839bb1
commit
e0299523c2
|
@ -139,6 +139,9 @@ function! airline#themes#solarized#refresh()
|
|||
let g:airline#themes#solarized#palette.normal.airline_warning = [
|
||||
\ s:NW[0].g, s:NW[1].g, s:NW[0].t, s:NW[1].t, s:NW[2]]
|
||||
|
||||
let g:airline#themes#solarized#palette.normal.airline_error = [
|
||||
\ s:NW[0].g, s:NW[1].g, s:NW[0].t, s:NW[1].t, s:NW[2]]
|
||||
|
||||
let g:airline#themes#solarized#palette.normal_modified = {
|
||||
\ 'airline_c': [s:NM[0].g, s:NM[1].g,
|
||||
\ s:NM[0].t, s:NM[1].t, s:NM[2]]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user