New themes, autojump.

This commit is contained in:
Kenneth Reitz
2010-11-07 16:48:22 -05:00
parent b18f82fc78
commit dbf13eb161
5 changed files with 360 additions and 0 deletions
BIN
View File
Binary file not shown.
+64
View File
@@ -0,0 +1,64 @@
" Generated by Inspiration at Sweyla
" http://inspiration.sweyla.com/code/seed/991498/
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
" Set environment to 256 colours
set t_Co=256
let colors_name = "inspiration991498"
if version >= 700
hi CursorLine guibg=#0E0000 ctermbg=16
hi CursorColumn guibg=#0E0000 ctermbg=16
hi MatchParen guifg=#FF2700 guibg=#0E0000 gui=bold ctermfg=196 ctermbg=16 cterm=bold
hi Pmenu guifg=#FFFFFF guibg=#323232 ctermfg=255 ctermbg=236
hi PmenuSel guifg=#FFFFFF guibg=#EDB545 ctermfg=255 ctermbg=215
endif
" Background and menu colors
hi Cursor guifg=NONE guibg=#FFFFFF ctermbg=255 gui=none
hi Normal guifg=#FFFFFF guibg=#0E0000 gui=none ctermfg=255 ctermbg=16 cterm=none
hi NonText guifg=#FFFFFF guibg=#1D0F0F gui=none ctermfg=255 ctermbg=233 cterm=none
hi LineNr guifg=#FFFFFF guibg=#271919 gui=none ctermfg=255 ctermbg=234 cterm=none
hi StatusLine guifg=#FFFFFF guibg=#3A240D gui=italic ctermfg=255 ctermbg=235 cterm=italic
hi StatusLineNC guifg=#FFFFFF guibg=#362828 gui=none ctermfg=255 ctermbg=235 cterm=none
hi VertSplit guifg=#FFFFFF guibg=#271919 gui=none ctermfg=255 ctermbg=234 cterm=none
hi Folded guifg=#FFFFFF guibg=#0E0000 gui=none ctermfg=255 ctermbg=16 cterm=none
hi Title guifg=#EDB545 guibg=NONE gui=bold ctermfg=215 ctermbg=NONE cterm=bold
hi Visual guifg=#E6B4B3 guibg=#323232 gui=none ctermfg=181 ctermbg=236 cterm=none
hi SpecialKey guifg=#D9FF02 guibg=#1D0F0F gui=none ctermfg=190 ctermbg=233 cterm=none
"hi DiffChange guibg=#564C00 gui=none ctermbg=58 cterm=none
"hi DiffAdd guibg=#2F254C gui=none ctermbg=236 cterm=none
"hi DiffText guibg=#6E3266 gui=none ctermbg=241 cterm=none
"hi DiffDelete guibg=#4A0000 gui=none ctermbg=52 cterm=none
hi DiffChange guibg=#4C4C09 gui=none ctermbg=234 cterm=none
hi DiffAdd guibg=#252556 gui=none ctermbg=17 cterm=none
hi DiffText guibg=#66326E gui=none ctermbg=22 cterm=none
hi DiffDelete guibg=#3F000A gui=none ctermbg=0 ctermfg=196 cterm=none
hi TabLineFill guibg=#5E5E5E gui=none ctermbg=235 ctermfg=228 cterm=none
hi TabLineSel guifg=#FFFFD7 gui=bold ctermfg=230 cterm=bold
" Syntax highlighting
hi Comment guifg=#EDB545 gui=none ctermfg=215 cterm=none
hi Constant guifg=#D9FF02 gui=none ctermfg=190 cterm=none
hi Number guifg=#D9FF02 gui=none ctermfg=190 cterm=none
hi Identifier guifg=#FF5E2C gui=none ctermfg=202 cterm=none
hi Statement guifg=#FF2700 gui=none ctermfg=196 cterm=none
hi Function guifg=#FF9732 gui=none ctermfg=209 cterm=none
hi Special guifg=#EE1800 gui=none ctermfg=196 cterm=none
hi PreProc guifg=#EE1800 gui=none ctermfg=196 cterm=none
hi Keyword guifg=#FF2700 gui=none ctermfg=196 cterm=none
hi String guifg=#E6B4B3 gui=none ctermfg=181 cterm=none
hi Type guifg=#FF2A6C gui=none ctermfg=197 cterm=none
hi pythonBuiltin guifg=#FF5E2C gui=none ctermfg=202 cterm=none
hi TabLineFill guifg=#644847 gui=none ctermfg=239 cterm=none
+102
View File
@@ -0,0 +1,102 @@
" Vim color file
" Converted from Textmate theme krTheme using Coloration v0.2.4 (http://github.com/sickill/coloration)
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "krTheme"
hi Cursor guifg=NONE guibg=#ff9900 gui=NONE
hi Visual guifg=NONE guibg=#530678 gui=NONE
hi CursorLine guifg=NONE guibg=#38403d gui=NONE
hi CursorColumn guifg=NONE guibg=#38403d gui=NONE
hi LineNr guifg=#848575 guibg=#0b0a09 gui=NONE
hi VertSplit guifg=#393932 guibg=#393932 gui=NONE
hi MatchParen guifg=#949c8b guibg=NONE gui=NONE
hi StatusLine guifg=#fcffe0 guibg=#393932 gui=bold
hi StatusLineNC guifg=#fcffe0 guibg=#393932 gui=NONE
hi Pmenu guifg=#796903 guibg=NONE gui=NONE
hi PmenuSel guifg=NONE guibg=#530678 gui=NONE
hi IncSearch guifg=NONE guibg=#4c3e38 gui=NONE
hi Search guifg=NONE guibg=#4c3e38 gui=NONE
hi Directory guifg=#a25b14 guibg=NONE gui=NONE
hi Folded guifg=#706d5b guibg=#0b0a09 gui=NONE
hi Normal guifg=#fcffe0 guibg=#0b0a09 gui=NONE
hi Boolean guifg=#a25b14 guibg=NONE gui=NONE
hi Character guifg=#a25b14 guibg=NONE gui=NONE
hi Comment guifg=#706d5b guibg=NONE gui=italic
hi Conditional guifg=#949c8b guibg=NONE gui=NONE
hi Constant guifg=#a25b14 guibg=NONE gui=NONE
hi Define guifg=#949c8b guibg=NONE gui=NONE
hi ErrorMsg guifg=#f8f8f8 guibg=#a41300 gui=NONE
hi WarningMsg guifg=#f8f8f8 guibg=#a41300 gui=NONE
hi Float guifg=#a25b14 guibg=NONE gui=NONE
hi Function guifg=#796903 guibg=NONE gui=NONE
hi Identifier guifg=#ffee80 guibg=NONE gui=NONE
hi Keyword guifg=#949c8b guibg=NONE gui=NONE
hi Label guifg=#8f7673 guibg=NONE gui=NONE
hi NonText guifg=#593f2a guibg=#38403d gui=NONE
hi Number guifg=#a25b14 guibg=NONE gui=NONE
hi Operator guifg=#949c8b guibg=NONE gui=NONE
hi PreProc guifg=#949c8b guibg=NONE gui=NONE
hi Special guifg=#fcffe0 guibg=NONE gui=NONE
hi SpecialKey guifg=#593f2a guibg=#38403d gui=NONE
hi Statement guifg=#949c8b guibg=NONE gui=NONE
hi StorageClass guifg=#ffee80 guibg=NONE gui=NONE
hi String guifg=#8f7673 guibg=NONE gui=NONE
hi Tag guifg=#796903 guibg=NONE gui=NONE
hi Title guifg=#fcffe0 guibg=NONE gui=bold
hi Todo guifg=#706d5b guibg=NONE gui=inverse,bold,italic
hi Type guifg=#796903 guibg=NONE gui=NONE
hi Underlined guifg=NONE guibg=NONE gui=underline
hi rubyClass guifg=#949c8b guibg=NONE gui=NONE
hi rubyFunction guifg=#796903 guibg=NONE gui=NONE
hi rubyInterpolationDelimiter guifg=NONE guibg=NONE gui=NONE
hi rubySymbol guifg=#a25b14 guibg=NONE gui=NONE
hi rubyConstant guifg=#9fc28a guibg=NONE gui=NONE
hi rubyStringDelimiter guifg=#8f7673 guibg=NONE gui=NONE
hi rubyBlockParameter guifg=#d1a796 guibg=NONE gui=NONE
hi rubyInstanceVariable guifg=#ff80e1 guibg=NONE gui=NONE
hi rubyInclude guifg=#949c8b guibg=NONE gui=NONE
hi rubyGlobalVariable guifg=#d1a796 guibg=NONE gui=NONE
hi rubyRegexp guifg=#55a980 guibg=NONE gui=NONE
hi rubyRegexpDelimiter guifg=#55a980 guibg=NONE gui=NONE
hi rubyEscape guifg=#a25b14 guibg=NONE gui=NONE
hi rubyControl guifg=#949c8b guibg=NONE gui=NONE
hi rubyClassVariable guifg=#d1a796 guibg=NONE gui=NONE
hi rubyOperator guifg=#949c8b guibg=NONE gui=NONE
hi rubyException guifg=#949c8b guibg=NONE gui=NONE
hi rubyPseudoVariable guifg=#ff80e1 guibg=NONE gui=NONE
hi rubyRailsUserClass guifg=#9fc28a guibg=NONE gui=NONE
hi rubyRailsARAssociationMethod guifg=#85873a guibg=NONE gui=NONE
hi rubyRailsARMethod guifg=#85873a guibg=NONE gui=NONE
hi rubyRailsRenderMethod guifg=#85873a guibg=NONE gui=NONE
hi rubyRailsMethod guifg=#85873a guibg=NONE gui=NONE
hi erubyDelimiter guifg=NONE guibg=NONE gui=NONE
hi erubyComment guifg=#706d5b guibg=NONE gui=italic
hi erubyRailsMethod guifg=#85873a guibg=NONE gui=NONE
hi htmlTag guifg=#babd9c guibg=NONE gui=NONE
hi htmlEndTag guifg=#babd9c guibg=NONE gui=NONE
hi htmlTagName guifg=#babd9c guibg=NONE gui=NONE
hi htmlArg guifg=#babd9c guibg=NONE gui=NONE
hi htmlSpecialChar guifg=#a25b14 guibg=NONE gui=NONE
hi javaScriptFunction guifg=#ffee80 guibg=NONE gui=NONE
hi javaScriptRailsFunction guifg=#85873a guibg=NONE gui=NONE
hi javaScriptBraces guifg=NONE guibg=NONE gui=NONE
hi yamlKey guifg=#796903 guibg=NONE gui=NONE
hi yamlAnchor guifg=#d1a796 guibg=NONE gui=NONE
hi yamlAlias guifg=#d1a796 guibg=NONE gui=NONE
hi yamlDocumentHeader guifg=#8f7673 guibg=NONE gui=NONE
hi cssURL guifg=#d1a796 guibg=NONE gui=NONE
hi cssFunctionName guifg=#85873a guibg=NONE gui=NONE
hi cssColor guifg=#a25b14 guibg=NONE gui=NONE
hi cssPseudoClassId guifg=#ba6912 guibg=NONE gui=NONE
hi cssClassName guifg=#ba6912 guibg=NONE gui=NONE
hi cssValueLength guifg=#a25b14 guibg=NONE gui=NONE
hi cssCommonAttr guifg=#c27e66 guibg=NONE gui=NONE
hi cssBraces guifg=NONE guibg=NONE gui=NONE
+124
View File
@@ -0,0 +1,124 @@
" Vim color scheme
"
" Name: railscast.vim
" Maintainer: Josh O'Rourke <jorourke23@gmail.com>
" License: public domain
"
" A GUI Only port of the RailsCasts TextMate theme [1] to Vim.
" Some parts of this theme were borrowed from the well-documented Lucius theme [2].
"
" [1] http://railscasts.com/about
" [2] http://www.vim.org/scripts/script.php?script_id=2536
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "railscasts"
" Colors
" Brown #BC9458
" Dark Blue #6D9CBE
" Dark Green #519F50
" Dark Orange #CC7833
" Light Blue #D0D0FF
" Light Green #A5C261
" Tan #FFC66D
hi Normal guifg=#E6E1DC guibg=#2B2B2B
hi Cursor guibg=#FFFFFF
hi CursorLine guibg=#333435
hi LineNr guifg=#888888 guibg=#DEDEDE
hi Search guibg=#5A647E
hi Visual guibg=#5A647E
" Folds
" -----
" line used for closed folds
hi Folded guifg=#F6F3E8 guibg=#444444 gui=NONE
" Misc
" ----
" directory names and other special names in listings
hi Directory guifg=#A5C261 gui=NONE
" Popup Menu
" ----------
" normal item in popup
hi Pmenu guifg=#F6F3E8 guibg=#444444 gui=NONE
" selected item in popup
hi PmenuSel guifg=#000000 guibg=#A5C261 gui=NONE
" scrollbar in popup
hi PMenuSbar guibg=#5A647E gui=NONE
" thumb of the scrollbar in the popup
hi PMenuThumb guibg=#AAAAAA gui=NONE
"rubyComment
hi Comment guifg=#BC9458 gui=italic
hi Todo guifg=#BC9458 guibg=NONE gui=italic
"rubyPseudoVariable
"nil, self, symbols, etc
hi Constant guifg=#6D9CBE
"rubyClass, rubyModule, rubyDefine
"def, end, include, etc
hi Define guifg=#CC7833
"rubyInterpolation
hi Delimiter guifg=#519F50
"rubyError, rubyInvalidVariable
hi Error guifg=#FFFFFF guibg=#990000
"rubyFunction
hi Function guifg=#FFC66D gui=NONE
"rubyIdentifier
"@var, @@var, $var, etc
hi Identifier guifg=#D0D0FF gui=NONE
"rubyInclude
"include, autoload, extend, load, require
hi Include guifg=#CC7833 gui=NONE
"rubyKeyword, rubyKeywordAsMethod
"alias, undef, super, yield, callcc, caller, lambda, proc
hi Keyword guifg=#CC7833
" same as define
hi Macro guifg=#CC7833 gui=NONE
"rubyInteger
hi Number guifg=#A5C261
" #if, #else, #endif
hi PreCondit guifg=#CC7833 gui=NONE
" generic preprocessor
hi PreProc guifg=#CC7833 gui=NONE
"rubyControl, rubyAccess, rubyEval
"case, begin, do, for, if unless, while, until else, etc.
hi Statement guifg=#CC7833 gui=NONE
"rubyString
hi String guifg=#A5C261
hi Title guifg=#FFFFFF
"rubyConstant
hi Type guifg=#DA4939 gui=NONE
hi DiffAdd guifg=#E6E1DC guibg=#144212
hi DiffDelete guifg=#E6E1DC guibg=#660000
hi link htmlTag xmlTag
hi link htmlTagName xmlTagName
hi link htmlEndTag xmlEndTag
hi xmlTag guifg=#E8BF6A
hi xmlTagName guifg=#E8BF6A
hi xmlEndTag guifg=#E8BF6A
+70
View File
@@ -0,0 +1,70 @@
" Vim color scheme
"
" Name: vibrantink.vim
" Maintainer: Jo Vermeulen <jo.vermeulen@gmail.com>
" Last Change: 30 Jul 2007
" License: public domain
" Version: 1.2
"
" This scheme should work in the GUI and in xterm's 256 color mode. It won't
" work in 8/16 color terminals.
"
" I based it on John Lam's initial VibrantInk port to Vim [1]. Thanks to a
" great tutorial [2], I was able to convert it to xterm 256 color mode. And
" of course, credits go to Justin Palmer for creating the original VibrantInk
" TextMate color scheme [3].
"
" [1] http://www.iunknown.com/articles/2006/09/04/vim-can-save-your-hands-too
" [2] http://frexx.de/xterm-256-notes/
" [3] http://encytemedia.com/blog/articles/2006/01/03/textmate-vibrant-ink-theme-and-prototype-bundle
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "vibrantink"
if has("gui_running")
highlight Normal guifg=White guibg=Black
highlight Cursor guifg=Black guibg=Yellow
highlight Keyword guifg=#FF6600
highlight Define guifg=#FF6600
highlight Comment guifg=#9933CC
highlight Type guifg=#FFEE98 gui=NONE
highlight rubySymbol guifg=#339999 gui=NONE
highlight Identifier guifg=#FFEE98 gui=NONE
highlight rubyStringDelimiter guifg=#66FF00
highlight rubyInterpolation guifg=White
highlight rubyPseudoVariable guifg=#339999
highlight Constant guifg=#FFEE98
highlight Function guifg=#FFCC00 gui=NONE
highlight Include guifg=#FFCC00 gui=NONE
highlight Statement guifg=#FF6600 gui=NONE
highlight String guifg=#66FF00
highlight Search guibg=White
highlight CursorLine guibg=#323300
highlight Pmenu guifg=White ctermfg=White guibg=#666666 cterm=bold
highlight PmenuSel guifg=White ctermfg=White guibg=#a41414 gui=bold cterm=bold
else
set t_Co=256
highlight Normal ctermfg=White ctermbg=Black
highlight Cursor ctermfg=Black ctermbg=Yellow
highlight Keyword ctermfg=202
highlight Define ctermfg=202
highlight Comment ctermfg=98
highlight Type ctermfg=White
highlight rubySymbol ctermfg=66
highlight Identifier ctermfg=White
highlight rubyStringDelimiter ctermfg=82
highlight rubyInterpolation ctermfg=White
highlight rubyPseudoVariable ctermfg=66
highlight Constant ctermfg=228
highlight Function ctermfg=220
highlight Include ctermfg=220
highlight Statement ctermfg=202
highlight String ctermfg=82
highlight Search ctermbg=White
highlight CursorLine cterm=NONE ctermbg=235
endif