aboutsummaryrefslogtreecommitdiff
path: root/colors/maxvb6.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/maxvb6.vim')
-rw-r--r--colors/maxvb6.vim138
1 files changed, 138 insertions, 0 deletions
diff --git a/colors/maxvb6.vim b/colors/maxvb6.vim
new file mode 100644
index 0000000..98d149c
--- /dev/null
+++ b/colors/maxvb6.vim
@@ -0,0 +1,138 @@
1" color theme for vim
2" Maintainer: Max Christian Pohle <max@entwicklerseite.de>
3" Last Change: 11.09.2014
4" Web: http://max.entwicklerseite.de
5
6set background=dark
7hi clear
8if exists("syntax_on")
9 syntax reset
10endif
11let g:colors_name="maxvb6"
12
13
14"set guifont=Liberation\ Mono\ Normal\ 14
15set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14
16
17
18set number
19set hls
20
21highlight Menu gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
22highlight Scrollbar gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
23highlight Tooltip gui=none cterm=none term=none guibg=yellow ctermbg=yellow guifg=black ctermfg=black
24
25highlight Normal gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
26highlight! link NonText Normal
27
28highlight Statement gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=#0000ff ctermfg=21
29highlight! link Boolean Statement
30highlight! link Identifier Statement
31
32highlight Type gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=DarkBlue ctermfg=darkblue
33
34highlight Constant gui=none cterm=none term=none guibg=white ctermbg=white guifg=brown ctermfg=brown
35highlight! link String Constant
36highlight! link Number Constant
37
38highlight Comment gui=none cterm=none term=none guibg=white ctermbg=white guifg=DarkGreen ctermfg=DarkGreen
39highlight! link PreProc Comment
40
41highlight StatusLine gui=bold cterm=bold term=bold guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgrey
42highlight! link StatusLineNC StatusLine
43
44highlight LineNr gui=none cterm=none term=none guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
45highlight CursorLine gui=none cterm=none term=none guibg=lightgray ctermbg=lightgray
46" highlight! link CursorLine LineNr
47" highlight! link CursorColumn LineNr
48" highlight! link ColorColumn LineNr
49
50" Cursor the character under the cursor
51highlight Cursor gui=inverse cterm=inverse term=inverse guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
52highlight iCursor gui=underline cterm=underline term=underline
53highlight! link CursorLineNr Cursor
54highlight! link CursorIM Cursor
55highlight! link Visual Cursor
56highlight! link VirualNOS Cursor
57" highlight! link MatchParen LineNr
58highlight MatchParen guibg=yellow ctermbg=yellow
59
60" WildMenu current match in 'wildmenu' completion
61" Pmenu Popup menu: normal item.
62" PmenuSel Popup menu: selected item.
63" PmenuSbar Popup menu: scrollbar.
64" PmenuThumb Popup menu: Thumb of the scrollbar.
65highlight! link WildMenu Todo
66highlight! link Popup LineNr
67highlight! link PMenu Popup
68highlight! link PMenuSel CursorLineNr
69highlight! link PMenuSbar CursorLineNr
70highlight! link PMenuThumb CursorLineNr
71
72
73" Windows
74highlight Title gui=bold cterm=bold term=bold guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgray
75highlight! link VertSplit Title
76highlight! link StatusLine Title
77highlight! link StatusLineNC Title
78highlight! link TabLine Title
79highlight! link TabLineFill TabLine
80highlight! link TabLineSel TabLine
81highlight TabLineSel gui=inverse cterm=inverse term=inverse
82
83highlight cParen gui=none cterm=none term=none guibg=white ctermbg=white guifg=orange ctermfg=brown
84highlight cBlock gui=none cterm=none term=none guibg=white ctermbg=cyan guifg=orange ctermfg=brown
85highlight vimParenSep gui=none cterm=none term=none guibg=white ctermbg=white guifg=orange ctermfg=brown
86
87highlight Special gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=178
88highlight! link SpecialKey Special
89
90highlight Todo gui=none cterm=none term=none guibg=yellow ctermbg=yellow guifg=black ctermfg=black
91highlight! link ModeMsg Todo
92highlight! link MoreMsg Todo
93highlight! link ErrorMsg Todo
94highlight! link Conceal Todo
95highlight! link Directory Todo
96
97highlight Question gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=black
98highlight! link WarningMsg Question
99
100highlight SpellBad gui=underline cterm=underline term=underline
101highlight! link SpellCap SpellBad
102highlight! link SpellLocal Todo
103highlight! link SpellRare Todo
104" *hl-Conceal*
105" *hl-DiffAdd*
106" DiffAdd diff mode: Added line |diff.txt|
107" *hl-DiffChange*
108" DiffChange diff mode: Changed line |diff.txt|
109" *hl-DiffDelete*
110" DiffDelete diff mode: Deleted line |diff.txt|
111" *hl-DiffText*
112" DiffText diff mode: Changed text within a changed line |diff.txt|
113" *hl-ErrorMsg*
114" Folded line used for closed folds
115" *hl-FoldColumn*
116" FoldColumn 'foldcolumn'
117" *hl-SignColumn*
118" SignColumn column where |signs| are displayed
119" *hl-IncSearch*
120" IncSearch 'incsearch' highlighting; also used for the text replaced with
121" ":s///c"
122" *hl-LineNr*
123" MatchParen The character under the cursor or just before it, if it
124" is a paired bracket, and its match. |pi_paren.txt|
125"
126" *hl-ModeMsg*
127" *hl-NonText*
128" *hl-Search*
129" Search Last search pattern highlighting (see 'hlsearch').
130" Also used for highlighting the current line in the quickfix
131" window and similar items that need to stand out.
132" *hl-SpecialKey*
133" to show unprintable characters in the text, 'listchars'.
134" Generally: text that is displayed differently from what it
135" really is.
136" *hl-SpellBad*
137
138
..