From cd613cb3305f669da4e7e1a2d107f66284cf594d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Labelle?= Date: Tue, 20 Jul 2021 13:48:46 -0400 Subject: [PATCH] Adds colors for the ALE linting plugin --- colors/burnttoast256.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/colors/burnttoast256.vim b/colors/burnttoast256.vim index b9abaac..7008ccc 100644 --- a/colors/burnttoast256.vim +++ b/colors/burnttoast256.vim @@ -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