aboutsummaryrefslogtreecommitdiff
path: root/.vim/colors/toothpik.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/colors/toothpik.vim')
-rw-r--r--.vim/colors/toothpik.vim45
1 files changed, 0 insertions, 45 deletions
diff --git a/.vim/colors/toothpik.vim b/.vim/colors/toothpik.vim
deleted file mode 100644
index 22e07a1..0000000
--- a/.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