commit bf1675f3d24b8b27610d5de86b83e022f269d181
parent a6a147c63efe74a730554165f70a3467740aafa3
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 6 Mar 2013 22:32:35 -0800
Vundleified color schemes
Diffstat:
5 files changed, 4 insertions(+), 188 deletions(-)
diff --git a/.vim/.vimrc b/.vim/.vimrc
@@ -8,6 +8,8 @@ Bundle 'gmarik/vundle'
Bundle 'The-NERD-tree'
Bundle 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'}
Bundle 'spacehi.vim'
+Bundle 'blackboard.vim'
+Bundle 'Liquid-Carbon'
filetype plugin indent on
let s:cpo_save=&cpo
diff --git a/.vim/bundle/Liquid-Carbon b/.vim/bundle/Liquid-Carbon
@@ -0,0 +1 @@
+Subproject commit ad4a21d4adb58977d8a291a646bf956d4577b9f3
diff --git a/.vim/bundle/blackboard.vim b/.vim/bundle/blackboard.vim
@@ -0,0 +1 @@
+Subproject commit 404e8e745720ef06ffce8528fceb91516baa538c
diff --git a/.vim/colors/blackboard.vim b/.vim/colors/blackboard.vim
@@ -1,55 +0,0 @@
-" Vim color scheme
-"
-" Name: blackboard.vim
-" Maintainer: Ben Wyrosdick <ben.wyrosdick@gmail.com>
-" Last Change: 20 August 2009
-" License: public domain
-" Version: 1.4
-
-set background=dark
-hi clear
-if exists("syntax_on")
- syntax reset
-endif
-
-let g:colors_name = "blackboard"
-
-if has("gui_running")
- "GUI Colors
- highlight Normal guifg=White guibg=#0B1022
- highlight Cursor guifg=Black guibg=Yellow
- highlight CursorLine guibg=#191E2F
- highlight LineNr guibg=#323232 guifg=#888888
- highlight Folded guifg=#f1f3e8 guibg=#444444
- highlight Pmenu guibg=#84A7C1
-
- "General Colors
- highlight Comment guifg=#AEAEAE
- highlight Constant guifg=#CAFE1E
- highlight Keyword guifg=#FFDE00
- highlight String guifg=#00D42D
- highlight Type guifg=#84A7C1
- highlight Identifier guifg=#00D42D gui=NONE
- highlight Function guifg=#FF5600 gui=NONE
- highlight clear Search
- highlight Search guibg=#1C3B79
- highlight PreProc guifg=#FF5600
-
- "HTML Colors
- highlight link htmlTag Type
- highlight link htmlEndTag htmlTag
- highlight link htmlTagName htmlTag
-
- "Ruby Colors
- highlight link rubyClass Keyword
- highlight link rubyDefine Keyword
- highlight link rubyConstant Type
- highlight link rubySymbol Constant
- highlight link rubyStringDelimiter rubyString
- highlight link rubyInclude Keyword
- highlight link rubyAttribute Keyword
- highlight link rubyInstanceVariable Normal
-
- "Rails Colors
- highlight link railsMethod Type
-end
diff --git a/.vim/colors/liquidcarbon.vim b/.vim/colors/liquidcarbon.vim
@@ -1,133 +0,0 @@
-" File: liquidcarbon.vim
-" Author: Jeet Sukumaran
-" Description: Vim color file
-" Last Modified: October 06, 2010
-
-" Initialization and Setup {{{1
-" ============================================================================
-set background=dark
-highlight clear
-if exists("syntax_on")
- syntax reset
-endif
-let colors_name = "liquidcarbon"
-" 1}}}
-
-" Normal Color {{{1
-" ============================================================================
-if exists("g:liquidcarbon_high_contrast") && g:liquidcarbon_high_contrast
- hi Normal guifg=#bdcdcd guibg=#202020
- hi CursorLine guifg=NONE guibg=#292929 gui=NONE
- hi ColorColumn guifg=NONE guibg=#292929
-else
- hi Normal guifg=#bdcdcd guibg=#303030
- hi CursorLine guifg=NONE guibg=#3a3a3a gui=NONE
- hi ColorColumn guifg=NONE guibg=#3a3a3a
-endif
-
-" 1}}}
-
-" Core Highlights {{{1
-" ============================================================================
-hi Cursor guifg=bg guibg=fg gui=NONE
-hi CursorIM guifg=bg guibg=fg gui=NONE
-hi lCursor guifg=bg guibg=fg gui=NONE
-hi DiffAdd guifg=#000000 guibg=#3cb371 gui=NONE
-hi DiffChange guifg=#000000 guibg=#4f94cd gui=NONE
-hi DiffDelete guifg=#000000 guibg=#8b3626 gui=NONE
-hi DiffText guifg=#000000 guibg=#8ee5ee gui=NONE
-hi Directory guifg=#1e90ff guibg=bg gui=NONE
-hi ErrorMsg guifg=#ff6a6a guibg=NONE gui=bold
-hi FoldColumn guifg=#68838b guibg=#4B4B4B gui=bold
-hi Folded guifg=#68838b guibg=#4B4B4B gui=NONE
-hi IncSearch guifg=#ffffff guibg=#ff4500 gui=bold
-hi LineNr guifg=#767676 guibg=#000000 gui=NONE
-hi MatchParen guifg=#fff000 guibg=#000000 gui=bold
-hi ModeMsg guifg=#000000 guibg=#00ff00 gui=bold
-hi MoreMsg guifg=#2e8b57 guibg=bg gui=bold
-hi NonText guifg=#9ac0cd guibg=bg gui=NONE
-hi Pmenu guifg=#0000ff guibg=#c0c8cf gui=bold
-hi PmenuSel guifg=#c0c8cf guibg=#0000ff gui=bold
-hi PmenuSbar guifg=#ffffff guibg=#c1cdc1 gui=NONE
-hi PmenuThumb guifg=#ffffff guibg=#838b83 gui=NONE
-hi Question guifg=#00ee00 guibg=NONE gui=bold
-hi Search guifg=#000000 guibg=#fff68f gui=bold
-hi SignColumn guifg=#ffffff guibg=#cdcdb4 gui=NONE
-hi SpecialKey guifg=#666666 guibg=NONE gui=NONE
-hi SpellBad guisp=#ee2c2c gui=undercurl
-hi SpellCap guisp=#0000ff gui=undercurl
-hi SpellLocal guisp=#008b8b gui=undercurl
-hi SpellRare guisp=#ff00ff gui=undercurl
-hi StatusLine guifg=#ddeeff guibg=#445566 gui=NONE
-hi StatusLineNC guifg=#999999 guibg=#445566 gui=italic
-hi TabLine guifg=fg guibg=#d3d3d3 gui=underline
-hi TabLineFill guifg=fg guibg=bg gui=reverse
-hi TabLineSel guifg=fg guibg=bg gui=bold
-hi Title guifg=#009acd guibg=bg gui=bold
-hi VertSplit guifg=#445566 guibg=#445566
-hi Visual guifg=#000000 guibg=#90ccff gui=NONE
-hi WarningMsg guifg=#ee9a00 guibg=bg gui=NONE
-hi WildMenu guifg=#000000 guibg=#87ceeb gui=NONE
-" 1}}}
-
-" Syntax {{{1
-" ============================================================================
-
-" General {{{2
-" -----------------------------------------------------------------------------
-hi Comment guifg=#809090 guibg=NONE gui=italic
-hi Constant guifg=#cdad00 guibg=NONE gui=NONE
-hi String guifg=#559b70 guibg=NONE gui=NONE
-hi Boolean guifg=#cd69c9 guibg=NONE gui=NONE
-hi Identifier guifg=#9f79ee guibg=NONE gui=NONE
-hi Function guifg=#92a5de guibg=NONE gui=NONE
-hi Statement guifg=#009acd guibg=NONE gui=NONE
-hi PreProc guifg=#009acd guibg=NONE gui=NONE
-hi Keyword guifg=#7ac5cd guibg=NONE gui=NONE
-hi Type guifg=#4169e1 guibg=NONE gui=NONE
-hi Special guifg=#7f9f44 guibg=NONE gui=NONE
-hi Ignore guifg=bg guibg=NONE gui=NONE
-hi Error guifg=#ff3030 guibg=NONE gui=underline
-hi Todo guifg=#ff88ee guibg=NONE gui=bold
-" 2}}}
-
-" Vim {{{2
-" -----------------------------------------------------------------------------
-hi VimError guifg=#ff0000 guibg=#000000 gui=bold
-hi VimCommentTitle guifg=#528b8b guibg=bg gui=bold,italic
-" 2}}}
-
-" QuickFix {{{2
-" -----------------------------------------------------------------------------
-hi qfFileName guifg=#607b8b guibg=NONE gui=italic
-hi qfLineNr guifg=#0088aa guibg=NONE gui=bold
-hi qfError guifg=#ff0000 guibg=NONE gui=bold
-" 2}}}
-
-" Python {{{2
-" -----------------------------------------------------------------------------
-hi pythonDecorator guifg=#cd8500 guibg=NONE gui=NONE
-hi link pythonDecoratorFunction pythonDecorator
-" 2}}}
-
-" Diff {{{2
-" -----------------------------------------------------------------------------
-hi diffOldFile guifg=#da70d6 guibg=NONE gui=italic
-hi diffNewFile guifg=#ffff00 guibg=NONE gui=italic
-hi diffFile guifg=#ffa500 guibg=NONE gui=italic
-hi diffLine guifg=#ff00ff guibg=NONE gui=italic
-hi link diffOnly Constant
-hi link diffIdentical Constant
-hi link diffDiffer Constant
-hi link diffBDiffer Constant
-hi link diffIsA Constant
-hi link diffNoEOL Constant
-hi link diffCommon Constant
-hi diffRemoved guifg=#cd5555 guibg=NONE gui=NONE
-hi diffChanged guifg=#4f94cd guibg=NONE gui=NONE
-hi diffAdded guifg=#00cd00 guibg=NONE gui=NONE
-hi link diffSubname diffLine
-hi link diffComment Comment
-" 2}}}
-
-" 1}}}