Skip to content

Commit

Permalink
Adds colors for the ALE linting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
François Labelle committed Jul 20, 2021
1 parent 0379c34 commit cd613cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions colors/burnttoast256.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ hi Todo ctermfg=0 guifg=#000000 ctermbg=36 guibg=#00af87
hi Type ctermfg=146 guifg=#afafd7 cterm=none gui=none
hi Underlined ctermfg=39 guifg=#00afff cterm=underline gui=underline

highlight ALEWarning ctermfg=0 guifg=#000000 ctermbg=222 guibg=#ffd787
highlight ALEErrorSign ctermfg=9 guifg=#ff0000 ctermbg=52 guibg=#5f0000
highlight ALEWarningSign ctermfg=0 guifg=#000000 ctermbg=222 guibg=#ffd787


"" Python highlighting
hi pythonFunctionCall ctermfg=210 guifg=#ff8787
"hi pythonStrFormatting Special
Expand Down

0 comments on commit cd613cb

Please # to comment.