Skip to content

Commit

Permalink
Fixes incorrect fg value in visual modified
Browse files Browse the repository at this point in the history
- changes it from white (hard to read) to dark grey-ish (easier to read)
  • Loading branch information
notpratheek committed Mar 22, 2014
1 parent 42a4590 commit 496ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/airline/themes/sol.vim
Expand Up @@ -38,7 +38,7 @@ let s:V2 = [ '#343434' , '#a3a3a3' , 237 , 249 ]
let s:V3 = [ '#343434' , '#b0b0b0' , 237 , 250 ]
let g:airline#themes#sol#palette.visual = airline#themes#generate_color_map(s:V1, s:V2, s:V3)
let g:airline#themes#sol#palette.visual_modified = {
\ 'airline_c': [ '#ffffff' , '#ffdbc7' , 231 , 216 , '' ] ,
\ 'airline_c': [ '#343434' , '#ffdbc7' , 237 , 216 , '' ] ,
\ }

let s:IA = [ '#777777' , '#c7c7c7' , 244 , 251 , '' ]
Expand Down

0 comments on commit 496ba60

Please sign in to comment.