diff options
| -rw-r--r-- | colors/btl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/btl.vim b/colors/btl.vim index e0ede47..0d05a27 100644 --- a/colors/btl.vim +++ b/colors/btl.vim @@ -13,7 +13,7 @@ endif " Text hi Normal guifg=#eeeeee guibg=#222222 cterm=none -hi Comment guifg=#c9c9c9 guibg=#222222 cterm=none +hi Comment guifg=#a7a7a7 guibg=#222222 cterm=none hi Todo guifg=#eeeeee guibg=#222222 cterm=bold hi Underlined guifg=#eeeeee guibg=#222222 cterm=underline hi Error guifg=#eeeeee guibg=#bf3939 cterm=none |