Skip to content

Instantly share code, notes, and snippets.

@mckern
Created April 24, 2017 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mckern/24ddae630caa2e74c0c89048cb20eec3 to your computer and use it in GitHub Desktop.
Save mckern/24ddae630caa2e74c0c89048cb20eec3 to your computer and use it in GitHub Desktop.
" Vim color file
" Converted from Textmate theme Slush & Poppies 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 = "Slush & Poppies 256"
hi Cursor guifg=NONE guibg=#000000 ctermbg=0 gui=NONE
hi Visual guifg=NONE guibg=#b0b0ff ctermbg=147 gui=NONE
hi CursorLine guifg=NONE guibg=#cfcfcf ctermbg=252 gui=NONE
hi CursorColumn guifg=NONE guibg=#cfcfcf ctermbg=252 gui=NONE
hi LineNr guifg=#797979 ctermfg=243 guibg=#f1f1f1 ctermbg=7 gui=NONE
hi VertSplit guifg=#c3c3c3 ctermfg=251 guibg=#c3c3c3 ctermbg=251 gui=NONE
hi MatchParen guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi StatusLine guifg=#000000 ctermfg=0 guibg=#c3c3c3 ctermbg=251 gui=bold
hi StatusLineNC guifg=#000000 ctermfg=0 guibg=#c3c3c3 ctermbg=251 gui=NONE
hi Pmenu guifg=NONE guibg=NONE gui=NONE
hi PmenuSel guifg=NONE guibg=#b0b0ff ctermbg=147 gui=NONE
hi IncSearch guifg=NONE guibg=#acc1d6 ctermbg=146 gui=NONE
hi Search guifg=NONE guibg=#acc1d6 ctermbg=146 gui=NONE
hi Directory guifg=NONE guibg=NONE gui=NONE
hi Folded guifg=#406040 ctermfg=239 guibg=#f1f1f1 ctermbg=7 gui=NONE
hi Normal guifg=#000000 ctermfg=0 guibg=#f1f1f1 ctermbg=7 gui=NONE
hi Boolean guifg=NONE guibg=NONE gui=NONE
hi Character guifg=#800000 ctermfg=88 guibg=NONE gui=NONE
hi Comment guifg=#406040 ctermfg=239 guibg=NONE gui=NONE
hi Conditional guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi Constant guifg=NONE guibg=NONE gui=NONE
hi Define guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi ErrorMsg guifg=NONE guibg=NONE gui=NONE
hi WarningMsg guifg=NONE guibg=NONE gui=NONE
hi Float guifg=#0080a0 ctermfg=31 guibg=NONE gui=NONE
hi Function guifg=#800000 ctermfg=88 guibg=NONE gui=NONE
hi Identifier guifg=#a08000 ctermfg=136 guibg=NONE gui=NONE
hi Keyword guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi Label guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi NonText guifg=#bfbfbf ctermfg=250 guibg=#cfcfcf ctermbg=252 gui=NONE
hi Number guifg=#0080a0 ctermfg=31 guibg=NONE gui=NONE
hi Operator guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi PreProc guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi Special guifg=#000000 ctermfg=0 guibg=NONE gui=NONE
hi SpecialKey guifg=#bfbfbf ctermfg=250 guibg=#cfcfcf ctermbg=252 gui=NONE
hi Statement guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi StorageClass guifg=#a08000 ctermfg=136 guibg=NONE gui=NONE
hi String guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi Tag guifg=NONE guibg=NONE gui=NONE
hi Title guifg=#000000 ctermfg=0 guibg=NONE gui=bold
hi Todo guifg=#406040 ctermfg=239 guibg=NONE gui=inverse,bold
hi Type guifg=NONE guibg=NONE gui=NONE
hi Underlined guifg=NONE guibg=NONE gui=underline
hi rubyClass guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi rubyFunction guifg=#800000 ctermfg=88 guibg=NONE gui=NONE
hi rubyInterpolationDelimiter guifg=NONE guibg=NONE gui=NONE
hi rubySymbol guifg=NONE guibg=NONE gui=NONE
hi rubyConstant guifg=NONE guibg=NONE gui=NONE
hi rubyStringDelimiter guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi rubyBlockParameter guifg=NONE guibg=NONE gui=NONE
hi rubyInstanceVariable guifg=NONE guibg=NONE gui=NONE
hi rubyInclude guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi rubyGlobalVariable guifg=NONE guibg=NONE gui=NONE
hi rubyRegexp guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi rubyRegexpDelimiter guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi rubyEscape guifg=#800000 ctermfg=88 guibg=NONE gui=NONE
hi rubyControl guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi rubyClassVariable guifg=NONE guibg=NONE gui=NONE
hi rubyOperator guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi rubyException guifg=#2060a0 ctermfg=25 guibg=NONE gui=NONE
hi rubyPseudoVariable guifg=NONE guibg=NONE gui=NONE
hi rubyRailsUserClass guifg=NONE guibg=NONE gui=NONE
hi rubyRailsARAssociationMethod guifg=NONE guibg=NONE gui=NONE
hi rubyRailsARMethod guifg=NONE guibg=NONE gui=NONE
hi rubyRailsRenderMethod guifg=NONE guibg=NONE gui=NONE
hi rubyRailsMethod guifg=NONE guibg=NONE gui=NONE
hi erubyDelimiter guifg=NONE guibg=NONE gui=NONE
hi erubyComment guifg=#406040 ctermfg=239 guibg=NONE gui=NONE
hi erubyRailsMethod guifg=NONE 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=#800000 ctermfg=88 guibg=NONE gui=NONE
hi javaScriptFunction guifg=#a08000 ctermfg=136 guibg=NONE gui=NONE
hi javaScriptRailsFunction guifg=NONE guibg=NONE gui=NONE
hi javaScriptBraces guifg=NONE guibg=NONE gui=NONE
hi yamlKey guifg=NONE guibg=NONE gui=NONE
hi yamlAnchor guifg=NONE guibg=NONE gui=NONE
hi yamlAlias guifg=NONE guibg=NONE gui=NONE
hi yamlDocumentHeader guifg=#c03030 ctermfg=131 guibg=NONE gui=NONE
hi cssURL guifg=NONE guibg=NONE gui=NONE
hi cssFunctionName guifg=NONE guibg=NONE gui=NONE
hi cssColor guifg=NONE guibg=NONE gui=NONE
hi cssPseudoClassId guifg=NONE guibg=NONE gui=NONE
hi cssClassName guifg=NONE guibg=NONE gui=NONE
hi cssValueLength guifg=#0080a0 ctermfg=31 guibg=NONE gui=NONE
hi cssCommonAttr guifg=NONE guibg=NONE gui=NONE
hi cssBraces guifg=NONE guibg=NONE gui=NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment