match up gui colors with term colors for dark theme.
This commit is contained in:
parent
b7cf6703e5
commit
3fba032439
|
@ -80,9 +80,9 @@ let g:airline#themes#dark#palette.visual_modified = {
|
|||
\ }
|
||||
|
||||
|
||||
let s:IA1 = [ '#606060' , '#1c1c1c' , 239 , 234 , '' ]
|
||||
let s:IA2 = [ '#4e4e4e' , '#1c1c1c' , 239 , 235 , '' ]
|
||||
let s:IA3 = [ '#4e4e4e' , '#1c1c1c' , 239 , 236 , '' ]
|
||||
let s:IA1 = [ '#4e4e4e' , '#1c1c1c' , 239 , 234 , '' ]
|
||||
let s:IA2 = [ '#4e4e4e' , '#262626' , 239 , 235 , '' ]
|
||||
let s:IA3 = [ '#4e4e4e' , '#303030' , 239 , 236 , '' ]
|
||||
let g:airline#themes#dark#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3, s:file)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue