summaryrefslogtreecommitdiff
path: root/.vim/colors/settlemyer.vim
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-13 11:15:04 +0200
committerPatrick Simianer <p@simianer.de>2014-06-13 11:15:04 +0200
commit3f52aeba31faee4f9dcbb664f8ef75e046976584 (patch)
treed170b861d79dccf50d01ceff88fd2b7122374ed1 /.vim/colors/settlemyer.vim
parent3eec877c1a096a1efcd3e20e1b72aa254f96758c (diff)
rm vim themes
Diffstat (limited to '.vim/colors/settlemyer.vim')
-rw-r--r--.vim/colors/settlemyer.vim53
1 files changed, 0 insertions, 53 deletions
diff --git a/.vim/colors/settlemyer.vim b/.vim/colors/settlemyer.vim
deleted file mode 100644
index 91495ff..0000000
--- a/.vim/colors/settlemyer.vim
+++ /dev/null
@@ -1,53 +0,0 @@
-" Vim color file
-" Maintainer: Max Lynch <lynch3@wisc.edu>
-" URL: http://muffinpeddler.com
-" Version: 0.1
-"
-" :he group-name
-" :he highlight-groups
-" :he cterm-colors
-
-set background=dark
-if version > 580
- " no guarantees for version 5.8 and below, but this makes it stop
- " complaining
- hi clear
- if exists("syntax_on")
- syntax reset
- endif
-endif
-let g:colors_name="settlemyer"
-
-hi Normal guibg=gray25 guifg=gray85
-hi Cursor guibg=red3 guifg=bg
-
-" Syntax Highlighting
-hi Comment guifg=LightPink
-hi Constant guifg=SpringGreen
-" hi Identifier gui=bold guifg=SkyBlue
-" hi Function guifg=Wheat3
-" hi Type guifg=orange1
-hi Keyword guifg=SkyBlue
-hi PreProc guifg=SkyBlue
-hi Statement guifg=SkyBlue
-hi Type gui=bold guifg=SkyBlue
-hi NonText guifg=DarkGray
-hi Tags guifg=orange1
-
-hi link Character Constant
-hi link Number Constant
-hi link Float Constant
-hi link Function Statement
-hi link Conditional Statement
-hi link Repeat Statement
-hi link Label Statement
-hi link Operator Statement
-hi link Keyword Statement
-hi link Include PreProc
-hi link Define PreProc
-hi link Macro PreProc
-hi link PreCondit PreProc
-hi link StorageClass Type
-hi link Structure Type
-hi link Typedef Type
-hi link Tag Tags