diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/bramwombat.vim | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/colors/bramwombat.vim b/colors/bramwombat.vim index a5882a9..c56e6d7 100644 --- a/colors/bramwombat.vim +++ b/colors/bramwombat.vim @@ -1,5 +1,5 @@ " Maintainer: Matthias P. Braendli -" Last Change: Wed 7 Jan 10:32:28 CET 2015 +" Last Change: 2021-11-24 set background=dark @@ -58,6 +58,10 @@ hi Special guifg=#e7f6da gui=none hi GlobalVariable guifg=#f6f3e8 gui=none hi LocalVariable guifg=#f6f3e8 gui=none +hi LspDiagnosticsDefaultError guifg=#7d5d5d gui=none +hi LspDiagnosticsDefaultWarning guifg=#4d4d4d gui=none +hi LspDiagnosticsDefaultHint guifg=#4d4d4d gui=none + hi DiffAdd gui=none guibg=#000087 hi DiffChange gui=none guibg=#5f5f00 hi DiffDelete gui=none guibg=#5f0000 guifg=#5f5f00 |