Browse Source

more colors

master
Julio Biason 11 years ago
parent
commit
3445e1fdc5
  1. 56
      colors/eclm_wombat.vim
  2. 75
      colors/greyblue.vim
  3. 80
      colors/industrial.vim
  4. 102
      colors/sidewalkchalk.vim

56
colors/eclm_wombat.vim

@ -0,0 +1,56 @@
" Maintainer: Alex Duller alexduller@gmail.com
" Last Change: December 16 2008
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "eclm_wombat"
" Vim >= 7.0 specific colors
if version >= 700
hi CursorLine guibg=#2d2d2d
hi CursorColumn guibg=#2d2d2d
hi MatchParen guifg=#f6f3e8 guibg=NONE gui=bold
hi Pmenu guifg=#f6f3e8 guibg=#444444
hi PmenuSel guifg=#000000 guibg=#cae682
endif
" General colors
hi Cursor guifg=#000000 gui=none
hi Normal guifg=#e6e1de guibg=#2b2b2b gui=none
hi NonText guifg=#808080 guibg=#303030 gui=none
hi LineNr guifg=#857b6f guibg=#000000 gui=none
hi StatusLine guifg=#f6f3e8 guibg=#444444 gui=italic
hi StatusLineNC guifg=#857b6f guibg=#444444 gui=none
hi VertSplit guifg=#444444 guibg=#444444 gui=none
hi Folded guibg=#384048 guifg=#a0a8b0 gui=none
hi Title guifg=#f6f3e8 guibg=NONE gui=bold
hi Visual guifg=#f6f3e8 guibg=#1d1d1d gui=none
hi SpecialKey guifg=#808080 guibg=#343434 gui=none
hi Error guifg=#c41df5 guibg=#232323 gui=none
" Syntax highlighting
hi Comment guifg=#99968b gui=italic
hi Todo guifg=#8f8f8f gui=italic
hi Constant guifg=#6e9cbe gui=none
hi String guifg=#cae682 gui=italic
hi Identifier guifg=#c9ceff gui=none
hi Function guifg=#ff00ac guibg=#1d1d1d gui=none
hi Type guifg=#ffffff gui=bold
hi Statement guifg=#92a1ea gui=none
hi Keyword guifg=#69a1ff gui=none
hi PreProc guifg=#8ac6f2 gui=none
hi Number guifg=#99968b gui=none
hi Special guifg=#e7f6da gui=none
" Rail specific
hi link RubyStringDemiliter String
hi link htmlTag Identifier
hi link htmlTagName htmlTag
hi link htmlEndTag htmlTag

75
colors/greyblue.vim

@ -0,0 +1,75 @@
" Vim color file
"
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "greyblue"
hi Normal ctermfg=NONE ctermbg=NONE gui=NONE guifg=#b7af9f guibg=#090909
" Search
hi IncSearch ctermfg=NONE ctermbg=NONE gui=NONE guifg=#7800ff guibg=#e0d8ff
hi Search ctermfg=NONE ctermbg=NONE gui=NONE guifg=#7800ff guibg=#e0d8ff
" Messages
hi ErrorMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi WarningMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi ModeMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi MoreMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi Question ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
" Split area
hi StatusLine ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#070707 guibg=#cfcfbf
hi StatusLineNC ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#5f5f4f guibg=#cfcfbf
hi VertSplit ctermfg=NONE ctermbg=NONE gui=NONE guifg=#070707 guibg=#cfcfbf
hi WildMenu ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#070707 guibg=#ff5533
" Diff
hi DiffText ctermfg=NONE ctermbg=NONE gui=NONE guifg=#07cfef guibg=#00151f
hi DiffChange ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ff97ff guibg=#2f002f
hi DiffDelete ctermfg=NONE ctermbg=NONE gui=NONE guifg=#dfdf00 guibg=#370d15
hi DiffAdd ctermfg=NONE ctermbg=NONE gui=NONE guifg=#dfdf00 guibg=#370d15
" Cursor
hi Cursor ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffff00 guibg=#7fff00
hi lCursor ctermfg=NONE ctermbg=NONE gui=NONE guifg=#070707 guibg=#7fff00
hi CursorIM ctermfg=NONE ctermbg=NONE gui=NONE guifg=#070707 guibg=#7fff00
" Fold
hi Folded ctermfg=NONE ctermbg=NONE gui=NONE guifg=#87ff00 guibg=#1f2700
hi FoldColumn ctermfg=NONE ctermbg=NONE gui=NONE guifg=#559f00 guibg=#0f0f0b
" Other
hi Directory ctermfg=NONE ctermbg=NONE gui=NONE guifg=#aaaaba guibg=NONE
hi LineNr ctermfg=NONE ctermbg=NONE gui=NONE guifg=#7f7f5f guibg=NONE
hi NonText ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#211d1a guibg=#211d1a
hi SpecialKey ctermfg=NONE ctermbg=NONE gui=NONE guifg=#378fff guibg=NONE
hi Title ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffbf9f guibg=#370f07
hi Visual ctermfg=NONE ctermbg=NONE gui=reverse guifg=#a5a5a5 guibg=#353535
" Syntax group
hi Comment ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#555565 guibg=NONE
hi Constant ctermfg=NONE ctermbg=NONE gui=NONE guifg=#d1bfb1 guibg=#151515
hi Error ctermfg=NONE ctermbg=NONE gui=NONE guifg=#00ffff guibg=NONE
hi Identifier ctermfg=NONE ctermbg=NONE gui=NONE guifg=#aaaaba guibg=NONE
hi Ignore ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
hi PreProc ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
hi Special ctermfg=NONE ctermbg=NONE gui=NONE guifg=#aa1565 guibg=NONE
hi Statement ctermfg=NONE ctermbg=NONE gui=bold guifg=#d1bfb1 guibg=NONE
hi Todo ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
hi Type ctermfg=NONE ctermbg=NONE gui=BOLD guifg=#d1bfb1 guibg=NONE
hi Underlined ctermfg=NONE ctermbg=NONE gui=UNDERLINE guifg=NONE guibg=NONE
" HTML
hi htmlLink gui=UNDERLINE guifg=#ffff00 guibg=NONE
hi htmlBold gui=BOLD
hi htmlBoldItalic gui=BOLD,ITALIC
hi htmlBoldUnderline gui=BOLD,UNDERLINE
hi htmlBoldUnderlineItalic gui=BOLD,UNDERLINE,ITALIC
hi htmlItalic gui=ITALIC
hi htmlUnderline gui=UNDERLINE
hi htmlUnderlineItalic gui=UNDERLINE,ITALIC

80
colors/industrial.vim

@ -0,0 +1,80 @@
" Vim color file
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "industrial"
hi Normal ctermfg=NONE ctermbg=NONE gui=NONE guifg=#aaaaaa guibg=#222222
" Search
"hi IncSearch ctermfg=NONE ctermbg=NONE gui=NONE guifg=#222222 guibg=#336699
"hi Search ctermfg=NONE ctermbg=NONE gui=NONE guifg=#222222 guibg=#669933
hi IncSearch ctermfg=NONE ctermbg=NONE gui=NONE guifg=#222222 guibg=#ffff00
hi Search ctermfg=NONE ctermbg=NONE gui=NONE guifg=#222222 guibg=#ffff00
" Messages
hi ErrorMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi WarningMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi ModeMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi MoreMsg ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
hi Question ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=NONE
" Split area
hi StatusLine ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=#003366
hi StatusLineNC ctermfg=NONE ctermbg=NONE gui=NONE guifg=#cccccc guibg=#000000
hi VertSplit ctermfg=NONE ctermbg=NONE gui=NONE guifg=#cccccc guibg=#000000
hi WildMenu ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=#336699
" Diff
hi DiffText ctermfg=NONE ctermbg=NONE gui=NONE guifg=#07cfef guibg=#00151f
hi DiffChange ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ff97ff guibg=#2f002f
hi DiffDelete ctermfg=NONE ctermbg=NONE gui=NONE guifg=#dfdf00 guibg=#370d15
hi DiffAdd ctermfg=NONE ctermbg=NONE gui=NONE guifg=#dfdf00 guibg=#370d15
" Cursor
hi Cursor ctermfg=NONE ctermbg=NONE gui=NONE guifg=#000000 guibg=#669933
hi lCursor ctermfg=NONE ctermbg=NONE gui=NONE guifg=#070707 guibg=#7fff00
hi CursorIM ctermfg=NONE ctermbg=NONE gui=NONE guifg=#070707 guibg=#669933
hi CursorLine ctermfg=NONE ctermbg=NONE gui=NONE guibg=#444444
hi CursorColumn ctermfg=NONE ctermbg=NONE gui=NONE guibg=#444444
" Fold
hi Folded ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=#333333
hi FoldColumn ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffffff guibg=#333333
" Other
hi Directory ctermfg=NONE ctermbg=NONE gui=NONE guifg=#aaaaba guibg=NONE
hi LineNr ctermfg=NONE ctermbg=NONE gui=NONE guifg=#666666 guibg=NONE
hi NonText ctermfg=NONE ctermbg=NONE gui=NONE guifg=#211d1a guibg=#211d1a
hi SpecialKey ctermfg=NONE ctermbg=NONE gui=NONE guifg=#378fff guibg=NONE
hi Title ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffbf9f guibg=#370f07
hi Visual ctermfg=NONE ctermbg=NONE gui=reverse guifg=#a5a5a5 guibg=#353535
hi SpellBad term=reverse ctermbg=Red gui=undercurl guisp=#aa1565
" Syntax group
hi Comment ctermfg=NONE ctermbg=NONE gui=NONE guifg=#666666 guibg=NONE
hi Constant ctermfg=NONE ctermbg=NONE gui=NONE guifg=#336699 guibg=#333333
hi Error ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=#ff0000
hi Identifier ctermfg=NONE ctermbg=NONE gui=NONE guifg=#669933 guibg=NONE
hi Ignore ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
hi PreProc ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
hi Special ctermfg=NONE ctermbg=NONE gui=NONE guifg=#cccccc guibg=NONE
hi Statement ctermfg=NONE ctermbg=NONE gui=NONE guifg=#336699 guibg=NONE
hi Todo ctermfg=NONE ctermbg=NONE gui=NONE guifg=#ffff00 guibg=NONE
hi Type ctermfg=NONE ctermbg=NONE gui=NONE guifg=#556677 guibg=NONE
hi Underlined ctermfg=NONE ctermbg=NONE gui=UNDERLINE guifg=NONE guibg=NONE
" HTML
hi htmlLink gui=UNDERLINE guifg=#abcdef guibg=NONE
hi htmlBold gui=BOLD
hi htmlBoldItalic gui=BOLD,ITALIC
hi htmlBoldUnderline gui=BOLD,UNDERLINE
hi htmlBoldUnderlineItalic gui=BOLD,UNDERLINE,ITALIC
hi htmlItalic gui=ITALIC
hi htmlUnderline gui=UNDERLINE
hi htmlUnderlineItalic gui=UNDERLINE,ITALIC

102
colors/sidewalkchalk.vim

@ -0,0 +1,102 @@
" Vim color file
" Converted from Textmate theme Sidewalk Chalk using Coloration v0.2.5 (http://github.com/sickill/coloration)
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "Sidewalk Chalk"
hi Cursor guifg=NONE guibg=#7f7f7f gui=NONE
hi Visual guifg=NONE guibg=#828383 gui=NONE
hi CursorLine guifg=NONE guibg=#282a2b gui=NONE
hi CursorColumn guifg=NONE guibg=#282a2b gui=NONE
hi LineNr guifg=#939394 guibg=#2b2d2e gui=NONE
hi VertSplit guifg=#525455 guibg=#525455 gui=NONE
hi MatchParen guifg=#62ba4d guibg=NONE gui=NONE
hi StatusLine guifg=#fafafa guibg=#525455 gui=bold
hi StatusLineNC guifg=#fafafa guibg=#525455 gui=NONE
hi Pmenu guifg=#5f88b8 guibg=NONE gui=NONE
hi PmenuSel guifg=NONE guibg=#828383 gui=NONE
hi IncSearch guifg=NONE guibg=#3d5c38 gui=NONE
hi Search guifg=NONE guibg=#3d5c38 gui=NONE
hi Directory guifg=#e5da39 guibg=NONE gui=NONE
hi Folded guifg=#535353 guibg=#2b2d2e gui=NONE
hi Normal guifg=#fafafa guibg=#2b2d2e gui=NONE
hi Boolean guifg=#d56e26 guibg=NONE gui=NONE
hi Character guifg=#e5da39 guibg=NONE gui=NONE
hi Comment guifg=#535353 guibg=#212223 gui=NONE
hi Conditional guifg=#62ba4d guibg=NONE gui=NONE
hi Constant guifg=NONE guibg=NONE gui=NONE
hi Define guifg=#62ba4d guibg=NONE gui=NONE
hi ErrorMsg guifg=NONE guibg=NONE gui=NONE
hi WarningMsg guifg=NONE guibg=NONE gui=NONE
hi Float guifg=#e5da39 guibg=NONE gui=NONE
hi Function guifg=#a3a3a3 guibg=NONE gui=NONE
hi Identifier guifg=NONE guibg=NONE gui=NONE
hi Keyword guifg=#62ba4d guibg=NONE gui=NONE
hi Label guifg=#5f88b8 guibg=#21242e gui=NONE
hi NonText guifg=#525252 guibg=#282a2b gui=NONE
hi Number guifg=#e5da39 guibg=NONE gui=NONE
hi Operator guifg=#a3a3a3 guibg=NONE gui=NONE
hi PreProc guifg=#62ba4d guibg=NONE gui=NONE
hi Special guifg=#fafafa guibg=NONE gui=NONE
hi SpecialKey guifg=#525252 guibg=#282a2b gui=NONE
hi Statement guifg=#62ba4d guibg=NONE gui=NONE
hi StorageClass guifg=NONE guibg=NONE gui=NONE
hi String guifg=#5f88b8 guibg=#21242e gui=NONE
hi Tag guifg=#5f88b8 guibg=NONE gui=NONE
hi Title guifg=#fafafa guibg=NONE gui=bold
hi Todo guifg=#535353 guibg=#212223 gui=inverse,bold
hi Type guifg=#5f88b8 guibg=NONE gui=NONE
hi Underlined guifg=NONE guibg=NONE gui=underline
hi rubyClass guifg=#62ba4d guibg=NONE gui=NONE
hi rubyFunction guifg=#a3a3a3 guibg=NONE gui=NONE
hi rubyInterpolationDelimiter guifg=NONE guibg=NONE gui=NONE
hi rubySymbol guifg=#e5da39 guibg=NONE gui=NONE
hi rubyConstant guifg=#5f88b8 guibg=NONE gui=NONE
hi rubyStringDelimiter guifg=#5f88b8 guibg=#21242e gui=NONE
hi rubyBlockParameter guifg=NONE guibg=NONE gui=NONE
hi rubyInstanceVariable guifg=#55a9db guibg=NONE gui=NONE
hi rubyInclude guifg=#62ba4d guibg=NONE gui=NONE
hi rubyGlobalVariable guifg=#55a9db guibg=NONE gui=NONE
hi rubyRegexp guifg=#5f88b8 guibg=#21242e gui=NONE
hi rubyRegexpDelimiter guifg=#5f88b8 guibg=#21242e gui=NONE
hi rubyEscape guifg=#e5da39 guibg=NONE gui=NONE
hi rubyControl guifg=#62ba4d guibg=NONE gui=NONE
hi rubyClassVariable guifg=NONE guibg=NONE gui=NONE
hi rubyOperator guifg=#a3a3a3 guibg=NONE gui=NONE
hi rubyException guifg=#62ba4d guibg=NONE gui=NONE
hi rubyPseudoVariable guifg=#55a9db guibg=NONE gui=NONE
hi rubyRailsUserClass guifg=#5f88b8 guibg=NONE gui=NONE
hi rubyRailsARAssociationMethod guifg=#66ffcc guibg=NONE gui=NONE
hi rubyRailsARMethod guifg=#66ffcc guibg=NONE gui=NONE
hi rubyRailsRenderMethod guifg=#66ffcc guibg=NONE gui=NONE
hi rubyRailsMethod guifg=#66ffcc guibg=NONE gui=NONE
hi erubyDelimiter guifg=NONE guibg=NONE gui=NONE
hi erubyComment guifg=#535353 guibg=#212223 gui=NONE
hi erubyRailsMethod guifg=#66ffcc guibg=NONE gui=NONE
hi htmlTag guifg=NONE guibg=NONE gui=NONE
hi htmlEndTag guifg=NONE guibg=NONE gui=NONE
hi htmlTagName guifg=NONE guibg=NONE gui=NONE
hi htmlArg guifg=NONE guibg=NONE gui=NONE
hi htmlSpecialChar guifg=#e5da39 guibg=NONE gui=NONE
hi javaScriptFunction guifg=NONE guibg=NONE gui=NONE
hi javaScriptRailsFunction guifg=#66ffcc guibg=NONE gui=NONE
hi javaScriptBraces guifg=NONE guibg=NONE gui=NONE
hi yamlKey guifg=#5f88b8 guibg=NONE gui=NONE
hi yamlAnchor guifg=#55a9db guibg=NONE gui=NONE
hi yamlAlias guifg=#55a9db guibg=NONE gui=NONE
hi yamlDocumentHeader guifg=NONE guibg=#20272d gui=NONE
hi cssURL guifg=NONE guibg=NONE gui=NONE
hi cssFunctionName guifg=#66ffcc guibg=NONE gui=NONE
hi cssColor guifg=#e5da39 guibg=NONE gui=NONE
hi cssPseudoClassId guifg=NONE guibg=NONE gui=NONE
hi cssClassName guifg=NONE guibg=NONE gui=NONE
hi cssValueLength guifg=#e5da39 guibg=NONE gui=NONE
hi cssCommonAttr guifg=NONE guibg=NONE gui=NONE
hi cssBraces guifg=NONE guibg=NONE gui=NONE
Loading…
Cancel
Save