diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 11:42:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 11:42:41 -0500 |
commit | fd2001cd614dfa0d55ec820b7c358a1795d3ea27 (patch) | |
tree | 932b5f91ad3c70f9cfa4455a0ccfb27a7b259bf1 /dot_vim/colors/billw.vim | |
parent | added symlink to cclub afs (diff) |
Simplify vim configuration
Diffstat (limited to 'dot_vim/colors/billw.vim')
-rw-r--r-- | dot_vim/colors/billw.vim | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/dot_vim/colors/billw.vim b/dot_vim/colors/billw.vim deleted file mode 100644 index 740642f..0000000 --- a/dot_vim/colors/billw.vim +++ /dev/null @@ -1,99 +0,0 @@ -" vim: set tw=0 sw=4 sts=4 et: - -" Vim color file -" Maintainer: Datila Carvalho <datila@saci.homeip.net> -" Last Change: November, 3, 2003 -" Version: 0.1 - -" This is a VIM's version of the emacs color theme -" _Billw_ created by Bill White. - -set background=dark -hi clear -if exists("syntax_on") - syntax reset -endif - -let g:colors_name = "billw" - - -""" Colors - -" GUI colors -hi Cursor guifg=fg guibg=cornsilk -hi CursorIM guifg=NONE guibg=cornsilk -"hi Directory -"hi DiffAdd -"hi DiffChange -"hi DiffDelete -"hi DiffText -hi ErrorMsg gui=bold guifg=White guibg=Red -"hi VertSplit -"hi Folded -"hi FoldColumn -"hi IncSearch -"hi LineNr -hi ModeMsg gui=bold -"hi MoreMsg -"hi NonText -hi Normal guibg=black guifg=cornsilk -"hi Question -hi Search gui=bold guifg=Black guibg=cornsilk -"hi SpecialKey -hi StatusLine guifg=orange1 -hi StatusLineNC guifg=yellow4 -"hi Title -hi Visual guifg=gray35 guibg=fg -hi VisualNOS gui=bold guifg=black guibg=fg -hi WarningMsg guifg=White guibg=Tomato -"hi WildMenu - -" Colors for syntax highlighting -hi Comment guifg=gold - -hi Constant guifg=mediumspringgreen - hi String guifg=orange - hi Character guifg=orange - hi Number guifg=mediumspringgreen - hi Boolean guifg=mediumspringgreen - hi Float guifg=mediumspringgreen - -hi Identifier guifg=yellow - hi Function guifg=mediumspringgreen - -hi Statement gui=bold guifg=cyan1 - hi Conditional gui=bold guifg=cyan1 - hi Repeat gui=bold guifg=cyan1 - hi Label guifg=cyan1 - hi Operator guifg=cyan1 - "hi Keyword - "hi Exception - -hi PreProc guifg=LightSteelBlue - hi Include guifg=LightSteelBlue - hi Define guifg=LightSteelBlue - hi Macro guifg=LightSteelBlue - hi PreCondit guifg=LightSteelBlue - -hi Type guifg=yellow - hi StorageClass guifg=cyan1 - hi Structure gui=bold guifg=cyan1 - hi Typedef guifg=cyan1 - -"hi Special - ""Underline Character - "hi SpecialChar gui=underline - "hi Tag gui=bold,underline - ""Statement - "hi Delimiter gui=bold - ""Bold comment (in Java at least) - "hi SpecialComment gui=bold - "hi Debug gui=bold - -hi Underlined gui=underline - -hi Ignore guifg=bg - -hi Error gui=bold guifg=White guibg=Red - -"hi Todo |