mirror of
https://github.com/gryf/.vim.git
synced 2026-03-15 15:53:36 +01:00
Added tagbar plugin (and wapped it to <leader>t), updated gundo and lucius
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" Lucius vim color file
|
||||
" Maintainer: Jonathan Filip <jfilip1024@gmail.com>
|
||||
" Version: 5.1
|
||||
" Version: 5.2
|
||||
|
||||
hi clear
|
||||
if exists("syntax_on")
|
||||
@@ -8,7 +8,38 @@ if exists("syntax_on")
|
||||
endif
|
||||
let colors_name="lucius"
|
||||
|
||||
" TODO Need to add entry for conceal
|
||||
" Summary:
|
||||
" Dark, light, and blue color schemes in one file (GUI and 256 color terminal).
|
||||
|
||||
" Description:
|
||||
" This file contains three color schemes that focus on using blues and greens.
|
||||
"
|
||||
" The original dark color scheme started out by combining pieces of several
|
||||
" other color schemes and has evolved into what it is today. Those color
|
||||
" schemes are:
|
||||
"
|
||||
" * oceandeep (vimscript #368)
|
||||
" * peaksea (vimscript #760)
|
||||
" * wombat (vimscript #1778)
|
||||
" * moria (vimscript #1464)
|
||||
" * zenburn (vimscript #415)
|
||||
"
|
||||
" The default color scheme is the original, dark scheme. You can change this by
|
||||
" setting the g:lucius_style variable to "light", "dark", or "blue". Once the
|
||||
" color scheme is loaded, you can use the commands "LuciusLight", "LuciusDark",
|
||||
" and "LuciusBlue" to change schemes quickly.
|
||||
"
|
||||
" Screenshots of the different color schemes in a Windows 7 GUI:
|
||||
"
|
||||
" * Dark: http://i.imgur.com/z0bDr.png
|
||||
" * Light: http://i.imgur.com/BXDiv.png
|
||||
" * Blue: http://i.imgur.com/Ea1Gq.png
|
||||
"
|
||||
" colorsupport.vim (vimscript #2682) is used to help with mapping the GUI
|
||||
" settings to the 256 terminal colors.
|
||||
|
||||
" Installation:
|
||||
" Copy the file to your vim colors directory and then do :colorscheme lucius.
|
||||
|
||||
set background=dark
|
||||
if exists("g:lucius_style")
|
||||
@@ -62,7 +93,7 @@ if g:lucius_style == "dark"
|
||||
hi Underlined ctermfg=fg cterm=underline
|
||||
" any erroneous construct
|
||||
hi Error guifg=#e37170 guibg=#432323 gui=none
|
||||
hi Error ctermfg=167 ctermbg=236 cterm=none
|
||||
hi Error ctermfg=167 ctermbg=236 cterm=none
|
||||
" todo, fixme, note, xxx
|
||||
hi Todo guifg=#e0e090 guibg=NONE gui=underline
|
||||
hi Todo ctermfg=186 ctermbg=NONE cterm=underline
|
||||
@@ -135,7 +166,7 @@ if g:lucius_style == "dark"
|
||||
hi TabLineSel ctermfg=254 ctermbg=236 cterm=bold
|
||||
" column separating vertically split windows
|
||||
hi VertSplit guifg=#777777 guibg=#363946 gui=none
|
||||
hi VertSplit ctermfg=242 ctermbg=237 cterm=none
|
||||
hi VertSplit ctermfg=243 ctermbg=237 cterm=none
|
||||
" line used for closed folds
|
||||
hi Folded guifg=#d0e0f0 guibg=#202020 gui=none
|
||||
hi Folded ctermfg=117 ctermbg=235 cterm=none
|
||||
@@ -224,9 +255,9 @@ elseif g:lucius_style == "light"
|
||||
hi IdentifierBold ctermfg=30 cterm=bold
|
||||
|
||||
hi Statement guifg=#0050b0 gui=none
|
||||
hi Statement ctermfg=4 cterm=none
|
||||
hi Statement ctermfg=25 cterm=none
|
||||
hi StatementBold guifg=#0050b0 gui=bold
|
||||
hi StatementBold ctermfg=4 cterm=bold
|
||||
hi StatementBold ctermfg=25 cterm=bold
|
||||
|
||||
hi PreProc guifg=#b07000 gui=none
|
||||
hi PreProc ctermfg=130 cterm=none
|
||||
@@ -249,10 +280,10 @@ elseif g:lucius_style == "light"
|
||||
hi Underlined ctermfg=fg cterm=underline
|
||||
" any erroneous construct
|
||||
hi Error guifg=#c02020 guibg=#e0b0b0 gui=none
|
||||
hi Error ctermfg=9 ctermbg=181 cterm=none
|
||||
hi Error ctermfg=1 ctermbg=181 cterm=none
|
||||
" todo, fixme, note, xxx
|
||||
hi Todo guifg=#504000 guibg=#fff880 gui=underline
|
||||
hi Todo ctermfg=94 ctermbg=229 cterm=underline
|
||||
hi Todo ctermfg=58 ctermbg=228 cterm=underline
|
||||
" match parenthesis, brackets
|
||||
hi MatchParen guifg=NONE guibg=#a0f0b0 gui=none
|
||||
hi MatchParen ctermfg=NONE ctermbg=157 cterm=bold
|
||||
@@ -269,7 +300,7 @@ elseif g:lucius_style == "light"
|
||||
" == Text Selection ==
|
||||
" character under the cursor
|
||||
hi Cursor guifg=bg guibg=#406090
|
||||
hi Cursor ctermfg=bg ctermbg=25
|
||||
hi Cursor ctermfg=bg ctermbg=4
|
||||
" like cursor, but used when in IME mode
|
||||
hi CursorIM guifg=bg guibg=#96cdcd
|
||||
hi CursorIM ctermfg=bg ctermbg=116
|
||||
@@ -298,7 +329,7 @@ elseif g:lucius_style == "light"
|
||||
hi Pmenu ctermfg=NONE ctermbg=254 cterm=none
|
||||
" selected item in popup
|
||||
hi PmenuSel guifg=#003050 guibg=#a0c0e0 gui=none
|
||||
hi PmenuSel ctermfg=24 ctermbg=251 cterm=none
|
||||
hi PmenuSel ctermfg=23 ctermbg=251 cterm=none
|
||||
" scrollbar in popup
|
||||
hi PMenuSbar guibg=#d0d8e0 gui=none
|
||||
hi PMenuSbar ctermbg=188 cterm=none
|
||||
@@ -325,10 +356,10 @@ elseif g:lucius_style == "light"
|
||||
hi VertSplit ctermfg=66 ctermbg=110 cterm=none
|
||||
" line used for closed folds
|
||||
hi Folded guifg=#004080 guibg=#d0e0e0 gui=none
|
||||
hi Folded ctermfg=24 ctermbg=252 cterm=none
|
||||
hi Folded ctermfg=24 ctermbg=253 cterm=none
|
||||
" column on side used to indicated open and closed folds
|
||||
hi FoldColumn guifg=#004080 guibg=#d0e0e0 gui=none
|
||||
hi FoldColumn ctermfg=24 ctermbg=252 cterm=none
|
||||
hi FoldColumn ctermfg=24 ctermbg=253 cterm=none
|
||||
|
||||
" == Spelling ==
|
||||
" word not recognized
|
||||
@@ -384,10 +415,10 @@ elseif g:lucius_style == "light"
|
||||
hi WarningMsg guifg=#e06020 gui=none
|
||||
hi WarningMsg ctermfg=166 cterm=none
|
||||
" current match in the wildmenu completion
|
||||
hi WildMenu guifg=#007090 guibg=#90b0d0 gui=bold,underline
|
||||
hi WildMenu ctermfg=26 ctermbg=110 cterm=bold
|
||||
hi WildMenu guifg=#000000 guibg=#a0f0b0 gui=bold
|
||||
hi WildMenu ctermfg=24 ctermbg=110 cterm=bold
|
||||
" color column highlighting
|
||||
hi ColorColumn guifg=NONE guibg=#f0e0d0 gui=none
|
||||
hi ColorColumn guifg=NONE guibg=#f0f0e0 gui=none
|
||||
hi ColorColumn ctermfg=NONE ctermbg=224 cterm=none
|
||||
" left blank, hidden
|
||||
hi Ignore guifg=bg
|
||||
@@ -398,22 +429,22 @@ elseif g:lucius_style == "blue"
|
||||
hi Normal ctermfg=253 ctermbg=234
|
||||
|
||||
hi Comment guifg=#506070 gui=none
|
||||
hi Comment ctermfg=240 cterm=none
|
||||
hi Comment ctermfg=59 cterm=none
|
||||
|
||||
hi Constant guifg=#90d0a0 gui=none
|
||||
hi Constant ctermfg=74 cterm=none
|
||||
hi Constant ctermfg=115 cterm=none
|
||||
hi ConstantBold guifg=#90d0a0 gui=bold
|
||||
hi ConstantBold ctermfg=74 cterm=bold
|
||||
hi ConstantBold ctermfg=115 cterm=bold
|
||||
|
||||
hi Identifier guifg=#a0d0c0 gui=none
|
||||
hi Identifier ctermfg=116 cterm=none
|
||||
hi Identifier ctermfg=151 cterm=none
|
||||
hi IdentifierBold guifg=#a0d0c0 gui=bold
|
||||
hi IdentifierBold ctermfg=116 cterm=bold
|
||||
hi IdentifierBold ctermfg=151 cterm=bold
|
||||
|
||||
hi Statement guifg=#90d0e0 gui=none
|
||||
hi Statement ctermfg=150 cterm=none
|
||||
hi Statement ctermfg=117 cterm=none
|
||||
hi StatementBold guifg=#b3d38c gui=bold
|
||||
hi StatementBold ctermfg=150 cterm=bold
|
||||
hi StatementBold ctermfg=117 cterm=bold
|
||||
|
||||
hi PreProc guifg=#e0e0b0 gui=none
|
||||
hi PreProc ctermfg=187 cterm=none
|
||||
@@ -421,14 +452,14 @@ elseif g:lucius_style == "blue"
|
||||
hi PreProcBold ctermfg=187 cterm=bold
|
||||
|
||||
hi Type guifg=#90d0d0 gui=none
|
||||
hi Type ctermfg=115 cterm=none
|
||||
hi Type ctermfg=116 cterm=none
|
||||
hi TypeBold guifg=#80c0c0 gui=bold
|
||||
hi TypeBold ctermfg=115 cterm=bold
|
||||
hi TypeBold ctermfg=116 cterm=bold
|
||||
|
||||
hi Special guifg=#b0b0d0 gui=none
|
||||
hi Special ctermfg=182 cterm=none
|
||||
hi Special ctermfg=146 cterm=none
|
||||
hi SpecialBold guifg=#a0a0c0 gui=bold
|
||||
hi SpecialBold ctermfg=182 cterm=bold
|
||||
hi SpecialBold ctermfg=146 cterm=bold
|
||||
|
||||
" == Text Markup ==
|
||||
" text that stands out, html links
|
||||
@@ -436,10 +467,10 @@ elseif g:lucius_style == "blue"
|
||||
hi Underlined ctermfg=fg cterm=underline
|
||||
" any erroneous construct
|
||||
hi Error guifg=#e07078 guibg=#402028 gui=none
|
||||
hi Error ctermfg=167 ctermbg=236 cterm=none
|
||||
hi Error ctermfg=167 ctermbg=52 cterm=none
|
||||
" todo, fixme, note, xxx
|
||||
hi Todo guifg=#e0e090 guibg=#505000 gui=underline
|
||||
hi Todo ctermfg=186 ctermbg=NONE cterm=underline
|
||||
hi Todo ctermfg=186 ctermbg=58 cterm=underline
|
||||
" match parenthesis, brackets
|
||||
hi MatchParen guifg=#00ff00 guibg=NONE gui=bold
|
||||
hi MatchParen ctermfg=46 ctermbg=NONE cterm=bold
|
||||
@@ -451,7 +482,7 @@ elseif g:lucius_style == "blue"
|
||||
hi SpecialKey ctermfg=239
|
||||
" titles for output from :set all, :autocmd, etc
|
||||
hi Title guifg=#00e0a0 gui=none
|
||||
hi Title ctermfg=74 cterm=none
|
||||
hi Title ctermfg=43 cterm=none
|
||||
|
||||
" == Text Selection ==
|
||||
" character under the cursor
|
||||
@@ -477,7 +508,7 @@ elseif g:lucius_style == "blue"
|
||||
hi IncSearch ctermfg=87 cterm=reverse
|
||||
" hlsearch (last search pattern), also used for quickfix
|
||||
hi Search guibg=#f0b030 gui=none
|
||||
hi Search ctermbg=214 cterm=none
|
||||
hi Search ctermfg=0 ctermbg=214 cterm=none
|
||||
|
||||
" == UI ==
|
||||
" normal item in popup
|
||||
@@ -499,22 +530,22 @@ elseif g:lucius_style == "blue"
|
||||
hi StatusLineNC guifg=#8090a0 guibg=#405060 gui=none
|
||||
hi StatusLineNC ctermfg=244 ctermbg=237 cterm=none
|
||||
" tab pages line, not active tab page label
|
||||
hi TabLine guifg=#b6bf98 guibg=#363946 gui=none
|
||||
hi TabLine guifg=#b6bf98 guibg=#405060 gui=none
|
||||
hi TabLine ctermfg=244 ctermbg=236 cterm=none
|
||||
" tab pages line, where there are no labels
|
||||
hi TabLineFill guifg=#cfcfaf guibg=#363946 gui=none
|
||||
hi TabLineFill guifg=#cfcfaf guibg=#405060 gui=none
|
||||
hi TabLineFill ctermfg=187 ctermbg=236 cterm=none
|
||||
" tab pages line, active tab page label
|
||||
hi TabLineSel guifg=#efefef guibg=#414658 gui=bold
|
||||
hi TabLineSel guifg=#efefef guibg=#405060 gui=bold
|
||||
hi TabLineSel ctermfg=254 ctermbg=236 cterm=bold
|
||||
" column separating vertically split windows
|
||||
hi VertSplit guifg=#8090a0 guibg=#405060 gui=none
|
||||
hi VertSplit ctermfg=242 ctermbg=237 cterm=none
|
||||
" line used for closed folds
|
||||
hi Folded guifg=#d0e0f0 guibg=#202020 gui=none
|
||||
hi Folded guifg=#d0e0f0 guibg=#102030 gui=none
|
||||
hi Folded ctermfg=117 ctermbg=235 cterm=none
|
||||
" column on side used to indicated open and closed folds
|
||||
hi FoldColumn guifg=#c0c0d0 guibg=#363946 gui=none
|
||||
hi FoldColumn guifg=#c0c0d0 guibg=#405060 gui=none
|
||||
hi FoldColumn ctermfg=117 ctermbg=238 cterm=none
|
||||
|
||||
" == Spelling ==
|
||||
@@ -553,10 +584,10 @@ elseif g:lucius_style == "blue"
|
||||
hi ErrorMsg guifg=#ee0000 guibg=NONE gui=none
|
||||
hi ErrorMsg ctermfg=196 ctermbg=NONE cterm=none
|
||||
" columns where signs are displayed (used in IDEs)
|
||||
hi SignColumn guifg=#9fafaf guibg=#181818 gui=none
|
||||
hi SignColumn guifg=#9fafaf guibg=#102030 gui=none
|
||||
hi SignColumn ctermfg=145 ctermbg=233 cterm=none
|
||||
" line numbers
|
||||
hi LineNr guifg=#818698 guibg=#363946
|
||||
hi LineNr guifg=#a0b0c0 guibg=#405060
|
||||
hi LineNr ctermfg=245 ctermbg=237
|
||||
" the 'more' prompt when output takes more than one line
|
||||
hi MoreMsg guifg=#2e8b57 gui=none
|
||||
@@ -571,10 +602,10 @@ elseif g:lucius_style == "blue"
|
||||
hi WarningMsg guifg=#e5786d gui=none
|
||||
hi WarningMsg ctermfg=173 cterm=none
|
||||
" current match in the wildmenu completion
|
||||
hi WildMenu guifg=#cae682 guibg=#363946 gui=bold,underline
|
||||
hi WildMenu guifg=#cae682 guibg=#405060 gui=bold,underline
|
||||
hi WildMenu ctermfg=16 ctermbg=186 cterm=bold
|
||||
" color column highlighting
|
||||
hi ColorColumn guifg=NONE guibg=#403630 gui=none
|
||||
hi ColorColumn guifg=NONE guibg=#403040 gui=none
|
||||
hi ColorColumn ctermfg=NONE ctermbg=95 cterm=none
|
||||
" left blank, hidden
|
||||
hi Ignore guifg=bg
|
||||
|
||||
Reference in New Issue
Block a user