aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/colors/toothpik.vim
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-14 11:42:41 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-14 11:42:41 -0500
commitfd2001cd614dfa0d55ec820b7c358a1795d3ea27 (patch)
tree932b5f91ad3c70f9cfa4455a0ccfb27a7b259bf1 /dot_vim/colors/toothpik.vim
parentadded symlink to cclub afs (diff)
Simplify vim configuration
Diffstat (limited to 'dot_vim/colors/toothpik.vim')
-rw-r--r--dot_vim/colors/toothpik.vim45
1 files changed, 0 insertions, 45 deletions
diff --git a/dot_vim/colors/toothpik.vim b/dot_vim/colors/toothpik.vim
deleted file mode 100644
index 22e07a1..0000000
--- a/dot_vim/colors/toothpik.vim
+++ /dev/null
@@ -1,45 +0,0 @@
-set background=light
-highlight clear
-if exists( "syntax_on" )
- syntax reset
-endif
-let g:colors_name="toothpik"
-
-highlight Comment term=bold guifg=Yellow
-highlight Constant term=underline guifg=Blue guibg=grey
-highlight Cursor gui=reverse guifg=red guibg=white
-highlight lCursor guifg=black guibg=green
-highlight DiffAdd term=bold guibg=LightBlue
-highlight DiffChange term=bold guibg=LightMagenta
-highlight DiffDelete term=bold gui=bold guifg=Blue guibg=LightCyan
-highlight DiffText term=reverse gui=bold guibg=Red
-highlight Directory term=bold guifg=Blue
-highlight Error term=reverse guifg=White guibg=Red
-highlight ErrorMsg term=standout guifg=White guibg=Red
-highlight Folded term=standout guifg=DarkBlue guibg=LightGrey
-highlight FoldColumn term=standout guifg=DarkBlue guibg=Grey
-highlight Identifier term=underline guifg=DarkCyan
-highlight Ignore guifg=bg
-highlight IncSearch term=reverse gui=reverse
-highlight LineNr term=underline guifg=Brown
-highlight MoreMsg term=bold gui=bold guifg=SeaGreen
-highlight ModeMsg term=bold gui=bold
-highlight NonText term=bold gui=bold guifg=Blue guibg=grey
-highlight Normal guibg=grey font='Fixedsys'
-highlight Question term=standout gui=bold guifg=SeaGreen
-highlight PreProc term=underline guifg=Purple
-highlight Search term=reverse guibg=Yellow
-highlight Special term=bold guifg=darkred guibg=grey
-highlight SpecialKey term=bold guifg=Blue
-highlight Statement term=bold gui=bold guifg=Brown
-highlight StatusLine term=bold,reverse gui=bold,reverse
-highlight StatusLineNC term=reverse gui=reverse
-highlight Title term=bold gui=bold guifg=Magenta
-highlight Todo term=standout guifg=Blue guibg=Yellow
-highlight Type term=underline gui=bold guifg=DarkGreen
-highlight Underlined term=underline gui=underline guifg=SlateBlue
-highlight VertSplit term=reverse gui=reverse
-highlight Visual term=reverse gui=reverse guifg=Yellow guibg=Black
-highlight VisualNOS term=bold,underline gui=bold,underline
-highlight WarningMsg term=standout guifg=Red
-highlight WildMenu term=standout guifg=Black guibg=Yellow