aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorMax Christian Pohle2022-12-18 20:29:55 +0100
committerMax Christian Pohle2022-12-18 20:56:01 +0100
commit07797b39851da045aa1bfd0289de0858a1377c48 (patch)
tree4ca5d2b26d2ca9d01fc052fce5a26f88364a53d0 /colors
parent1086af63639d2a108f39ae077e0e201dddf4f523 (diff)
downloadvim-07797b39851da045aa1bfd0289de0858a1377c48.tar.bz2
vim-07797b39851da045aa1bfd0289de0858a1377c48.zip
Switched to nvim and neovide
Diffstat (limited to 'colors')
-rw-r--r--colors/coderonline.vim181
l---------colors/mac_classic.vim1
2 files changed, 0 insertions, 182 deletions
diff --git a/colors/coderonline.vim b/colors/coderonline.vim
deleted file mode 100644
index d2ec135..0000000
--- a/colors/coderonline.vim
+++ /dev/null
@@ -1,181 +0,0 @@
1" color theme for vim
2" Maintainer: Max Christian Pohle <max@coderonline.de>
3" Last Change: 07.09.2015
4" Web: http://max.coderonline.de/
5
6set background=light
7hi clear
8if exists("syntax_on")
9 syntax reset
10endif
11let g:colors_name="coderonline"
12
13
14"set guifont=Andale\ Mono\ 12
15set guifont=Liberation\ Mono\ Normal\ 11
16"set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14
17"set guifont=Monospace\ 11
18"set guifont=DejaVu\ Sans\ Mono\ 11
19"set guifont=Liberation\ Mono\ for\ Powerline\ 11
20"set guifont=Envy\ Code\ R\ 11
21
22set number
23set hls
24
25highlight Menu gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
26highlight Scrollbar gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
27highlight Tooltip gui=none cterm=none term=none guibg=yellow ctermbg=yellow guifg=black ctermfg=black
28
29highlight Normal gui=none cterm=none term=none guibg=white ctermbg=white guifg=black ctermfg=black
30highlight! link NonText Normal
31
32highlight Statement gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=#0000ff ctermfg=21
33highlight! link Boolean Statement
34highlight! link Identifier Statement
35
36highlight Type gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=DarkBlue ctermfg=darkblue
37
38highlight Constant gui=none cterm=none term=none guibg=white ctermbg=white guifg=brown ctermfg=brown
39highlight! link String Constant
40highlight! link Number Constant
41
42highlight Comment gui=none cterm=none term=none guibg=white ctermbg=white guifg=DarkGreen ctermfg=DarkGreen
43highlight! link PreProc Comment
44
45highlight StatusLine gui=bold cterm=bold term=bold guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgrey
46highlight! link StatusLineNC StatusLine
47
48highlight LineNr gui=none cterm=none term=none guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
49highlight CursorLine gui=none cterm=none term=none guibg=lightgray ctermbg=lightgray
50" highlight! link CursorLine LineNr
51" highlight! link CursorColumn LineNr
52" highlight! link ColorColumn LineNr
53
54" Cursor the character under the cursor
55highlight Cursor gui=inverse cterm=inverse term=inverse guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
56highlight iCursor gui=underline cterm=underline term=underline
57highlight! link CursorLineNr Cursor
58highlight! link CursorIM Cursor
59highlight! link Visual Cursor
60highlight! link VirualNOS Cursor
61" highlight! link MatchParen LineNr
62highlight MatchParen guibg=yellow ctermbg=yellow
63
64" WildMenu current match in 'wildmenu' completion
65" Pmenu Popup menu: normal item.
66" PmenuSel Popup menu: selected item.
67" PmenuSbar Popup menu: scrollbar.
68" PmenuThumb Popup menu: Thumb of the scrollbar.
69highlight! link WildMenu Todo
70highlight! link Popup LineNr
71highlight! link PMenu Popup
72highlight! link PMenuSel CursorLineNr
73highlight! link PMenuSbar CursorLineNr
74highlight! link PMenuThumb CursorLineNr
75
76
77" Windows
78highlight Title gui=bold cterm=bold term=bold guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgray
79highlight! link VertSplit Title
80highlight! link StatusLine Title
81highlight! link StatusLineNC Title
82highlight! link TabLine Title
83highlight! link TabLineFill TabLine
84highlight! link TabLineSel TabLine
85highlight TabLineSel gui=inverse cterm=inverse term=inverse
86
87highlight cParen gui=none cterm=none term=none guibg=white ctermbg=white guifg=orange ctermfg=brown
88highlight cBlock gui=none cterm=none term=none guibg=white ctermbg=cyan guifg=orange ctermfg=brown
89highlight vimParenSep gui=none cterm=none term=none guibg=white ctermbg=white guifg=orange ctermfg=brown
90
91highlight Special gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=178
92highlight! link SpecialKey Special
93
94highlight Todo gui=none cterm=none term=none guibg=yellow ctermbg=yellow guifg=black ctermfg=black
95highlight! link ModeMsg Todo
96highlight! link MoreMsg Todo
97highlight! link ErrorMsg Todo
98highlight! link Conceal Todo
99highlight! link Directory Todo
100
101highlight Question gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=black
102highlight! link WarningMsg Question
103
104highlight SpellBad gui=underline cterm=underline term=underline ctermbg=white
105highlight! link SpellCap SpellBad
106highlight! link SpellLocal Todo
107highlight! link SpellRare Todo
108highlight! EndOfBuffer guibg=white
109" *hl-Conceal*
110" *hl-DiffAdd*
111" DiffAdd diff mode: Added line |diff.txt|
112" *hl-DiffChange*
113" DiffChange diff mode: Changed line |diff.txt|
114" *hl-DiffDelete*
115" DiffDelete diff mode: Deleted line |diff.txt|
116" *hl-DiffText*
117" DiffText diff mode: Changed text within a changed line |diff.txt|
118" *hl-ErrorMsg*
119" Folded line used for closed folds
120" *hl-FoldColumn*
121" FoldColumn 'foldcolumn'
122" *hl-SignColumn*
123" SignColumn column where |signs| are displayed
124" *hl-IncSearch*
125" IncSearch 'incsearch' highlighting; also used for the text replaced with
126" ":s///c"
127" *hl-LineNr*
128" MatchParen The character under the cursor or just before it, if it
129" is a paired bracket, and its match. |pi_paren.txt|
130"
131" *hl-ModeMsg*
132" *hl-NonText*
133" *hl-Search*
134" Search Last search pattern highlighting (see 'hlsearch').
135" Also used for highlighting the current line in the quickfix
136" window and similar items that need to stand out.
137" *hl-SpecialKey*
138" to show unprintable characters in the text, 'listchars'.
139" Generally: text that is displayed differently from what it
140" really is.
141" *hl-SpellBad*
142
143
144" ====================== Important bits ======================
145"exe 'hi Normal guifg='.s:white .' guibg='.s:darkgrey
146"exe 'hi String guifg='.s:green .' guibg='.s:darkgrey .' gui=bold'
147"exe 'hi Function guifg='.s:violet .' guibg='.s:darkgrey .' gui=none'
148"exe 'hi Operator guifg='.s:light_orange .' guibg='.s:darkgrey .' gui=none'
149"exe 'hi Type guifg='.s:yellow .' guibg='.s:darkgrey .' gui=bold'
150"exe 'hi Number guifg='.s:orange .' guibg='.s:darkgrey .' gui=none'
151"exe 'hi Constant guifg='.s:red .' guibg='.s:darkgrey .' gui=none'
152"exe 'hi Macro guifg='.s:magenta .' guibg='.s:darkgrey .' gui=none'
153"exe 'hi PreProc guifg='.s:grey_blue .' guibg='.s:darkgrey .' gui=none'
154"exe 'hi Keyword guifg='.s:light_orange .' guibg='.s:darkgrey .' gui=none'
155"exe 'hi Comment guifg='.s:white .' guibg='.s:darkgrey .' gui=italic'
156"exe 'hi TODO guifg='.s:grey_blue .' guibg='.s:darkgrey .' gui=italic,bold'
157" Lay out our palette
158let s:grey_blue = '#8a9597'
159let s:light_grey_blue = '#a0a8b0'
160let s:dark_grey_blue = '#34383c'
161let s:mid_grey_blue = '#64686c'
162let s:beige = '#ceb67f'
163let s:light_orange = '#ebc471'
164let s:yellow = '#e3d796'
165let s:violet = '#a982c8'
166let s:magenta = '#a933ac'
167let s:green = '#e0a96f'
168let s:lightgreen = '#c2c98f'
169let s:red = '#d08356'
170let s:cyan = '#74dad9'
171let s:darkgrey = '#1a1a1a'
172let s:grey = '#303030'
173let s:lightgrey = '#605958'
174let s:white = '#fffedc'
175let s:orange = '#d08356'
176
177" ~~~ These are specific to color_coded ~~~
178exe 'hi Member guifg=#0000aa gui=italic'
179exe 'hi Variable guifg=#8800aa gui=none'
180exe 'hi Namespace guifg=#aa0000 gui=none'
181exe 'hi EnumConstant guifg=#00aaaa gui=none'
diff --git a/colors/mac_classic.vim b/colors/mac_classic.vim
deleted file mode 120000
index c1f3dc2..0000000
--- a/colors/mac_classic.vim
+++ /dev/null
@@ -1 +0,0 @@
1nelstrom/colors/mac_classic.vim \ No newline at end of file
..