Skip to content

Commit

Permalink
Fixed airline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Jun 7, 2017
1 parent 972eb1f commit e45cc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/airline/themes/minimalist.vim
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let g:airline#themes#minimalist#palette.replace.airline_error = g:airline#them

" Accents
let g:airline#themes#minimalist#palette.accents = {
\ 'red': [ '#D75F5F' , '' , 167 , '' ],
\ 'red': [ '#D75F5F' , '' , 167 , '' ]
\ }

" CtrlP
Expand Down

0 comments on commit e45cc30

Please sign in to comment.