From 5f3ccd0dcada92e2ab06fbf6215b3f5a1ee0ac34 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Sun, 26 Jul 2015 18:17:27 +0200
Subject: original configuration from monochrome with custom color-scheme
 maxvb6

---
 colors/maxvb6.vim | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 138 insertions(+)
 create mode 100644 colors/maxvb6.vim

(limited to 'colors')

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 @@
+" color theme for vim
+" Maintainer:  Max Christian Pohle <max@entwicklerseite.de>
+" Last Change: 11.09.2014
+" Web:         http://max.entwicklerseite.de
+
+set background=dark
+hi clear
+if exists("syntax_on")
+    syntax reset
+endif
+let g:colors_name="maxvb6"
+
+
+"set guifont=Liberation\ Mono\ Normal\ 14
+set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14
+
+
+set number
+set hls
+
+highlight Menu         gui=none    cterm=none    term=none    guibg=white     ctermbg=white     guifg=black     ctermfg=black
+highlight Scrollbar    gui=none    cterm=none    term=none    guibg=white     ctermbg=white     guifg=black     ctermfg=black
+highlight Tooltip      gui=none    cterm=none    term=none    guibg=yellow    ctermbg=yellow    guifg=black     ctermfg=black
+
+highlight Normal       gui=none    cterm=none    term=none    guibg=white     ctermbg=white     guifg=black     ctermfg=black
+highlight! link NonText Normal
+
+highlight Statement    gui=bold    cterm=bold    term=bold    guibg=white     ctermbg=white     guifg=#0000ff   ctermfg=21
+highlight! link Boolean Statement
+highlight! link Identifier Statement
+
+highlight Type         gui=bold    cterm=bold    term=bold    guibg=white     ctermbg=white     guifg=DarkBlue  ctermfg=darkblue
+
+highlight Constant     gui=none    cterm=none    term=none    guibg=white     ctermbg=white     guifg=brown     ctermfg=brown
+highlight! link String Constant
+highlight! link Number Constant
+
+highlight Comment      gui=none    cterm=none    term=none    guibg=white     ctermbg=white     guifg=DarkGreen ctermfg=DarkGreen
+highlight! link PreProc	Comment
+
+highlight StatusLine   gui=bold    cterm=bold    term=bold    guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgrey
+highlight! link StatusLineNC StatusLine
+
+highlight LineNr       gui=none    cterm=none    term=none    guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
+highlight CursorLine gui=none    cterm=none    term=none    guibg=lightgray ctermbg=lightgray 
+" highlight! link CursorLine LineNr
+" highlight! link CursorColumn LineNr
+" highlight! link ColorColumn LineNr 
+
+" Cursor		the character under the cursor
+highlight Cursor       gui=inverse cterm=inverse term=inverse guibg=lightgray ctermbg=lightgray guifg=black ctermfg=black
+highlight iCursor      gui=underline cterm=underline term=underline
+highlight! link CursorLineNr Cursor
+highlight! link CursorIM     Cursor
+highlight! link Visual       Cursor
+highlight! link VirualNOS    Cursor
+" highlight! link MatchParen   LineNr
+highlight MatchParen      guibg=yellow ctermbg=yellow
+
+" WildMenu	current match in 'wildmenu' completion
+" Pmenu		Popup menu: normal item.
+" PmenuSel	Popup menu: selected item.
+" PmenuSbar	Popup menu: scrollbar.
+" PmenuThumb	Popup menu: Thumb of the scrollbar.
+highlight! link WildMenu Todo
+highlight! link Popup LineNr
+highlight! link PMenu Popup
+highlight! link PMenuSel CursorLineNr
+highlight! link PMenuSbar CursorLineNr
+highlight! link PMenuThumb CursorLineNr
+
+
+" Windows
+highlight Title gui=bold cterm=bold term=bold guibg=lightgray ctermbg=lightgray guifg=darkgray ctermfg=darkgray
+highlight! link VertSplit Title
+highlight! link StatusLine Title 
+highlight! link StatusLineNC Title 
+highlight! link TabLine Title
+highlight! link TabLineFill TabLine
+highlight! link TabLineSel TabLine
+highlight TabLineSel gui=inverse cterm=inverse term=inverse
+
+highlight cParen      gui=none    cterm=none    term=none    guibg=white     ctermbg=white      guifg=orange    ctermfg=brown
+highlight cBlock      gui=none    cterm=none    term=none    guibg=white     ctermbg=cyan      guifg=orange    ctermfg=brown
+highlight vimParenSep gui=none    cterm=none    term=none    guibg=white     ctermbg=white      guifg=orange    ctermfg=brown
+
+highlight Special      gui=bold    cterm=bold    term=bold    guibg=white    ctermbg=white    guifg=black     ctermfg=178
+highlight! link SpecialKey Special
+
+highlight Todo        gui=none    cterm=none    term=none    guibg=yellow    ctermbg=yellow    guifg=black     ctermfg=black
+highlight! link ModeMsg Todo
+highlight! link MoreMsg Todo
+highlight! link ErrorMsg Todo
+highlight! link Conceal Todo
+highlight! link Directory Todo
+
+highlight Question    gui=bold    cterm=bold    term=bold    guibg=white      ctermbg=white      guifg=black     ctermfg=black
+highlight! link WarningMsg Question
+
+highlight SpellBad   gui=underline cterm=underline term=underline 
+highlight! link SpellCap SpellBad
+highlight! link SpellLocal Todo
+highlight! link SpellRare Todo 
+"                                                         *hl-Conceal*
+"                                                         *hl-DiffAdd*
+" DiffAdd		diff mode: Added line |diff.txt|
+"                                                         *hl-DiffChange*
+" DiffChange	diff mode: Changed line |diff.txt|
+"                                                         *hl-DiffDelete*
+" DiffDelete	diff mode: Deleted line |diff.txt|
+"                                                         *hl-DiffText*
+" DiffText	diff mode: Changed text within a changed line |diff.txt|
+"                                                         *hl-ErrorMsg*
+" Folded		line used for closed folds
+"                                                         *hl-FoldColumn*
+" FoldColumn	'foldcolumn'
+"                                                         *hl-SignColumn*
+" SignColumn	column where |signs| are displayed
+"                                                         *hl-IncSearch*
+" IncSearch	'incsearch' highlighting; also used for the text replaced with
+"                 ":s///c"
+"                                                         *hl-LineNr*
+" MatchParen	The character under the cursor or just before it, if it
+"                 is a paired bracket, and its match. |pi_paren.txt|
+"
+"                                                         *hl-ModeMsg*
+"                                                         *hl-NonText*
+"                                                         *hl-Search*
+" Search		Last search pattern highlighting (see 'hlsearch').
+"                 Also used for highlighting the current line in the quickfix
+"                 window and similar items that need to stand out.
+"                                                         *hl-SpecialKey*
+"                 to show unprintable characters in the text, 'listchars'.
+"                 Generally: text that is displayed differently from what it
+"                 really is.
+"                                                         *hl-SpellBad*
+
+
-- 
cgit v1.2.3