dotfiles

diff .vim/colors/meillo_self.vim @ 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children ed27560e11be
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.vim/colors/meillo_self.vim	Sat Apr 14 12:05:55 2007 +0200
     1.3 @@ -0,0 +1,210 @@
     1.4 +" Vim color file
     1.5 +" Maintainer:	markus schnalke <meillo@marmaro.de>
     1.6 +" Last Change:	2007-02-22
     1.7 +"
     1.8 +" This is meillo's own color scheme.
     1.9 +"
    1.10 +
    1.11 +
    1.12 +" First remove all existing highlighting.
    1.13 +set background=light
    1.14 +hi clear
    1.15 +if exists("syntax_on")
    1.16 +  syntax reset
    1.17 +endif
    1.18 +
    1.19 +
    1.20 +" my code from here
    1.21 +let colors_name = "meillo_self"
    1.22 +
    1.23 +
    1.24 +
    1.25 +
    1.26 +
    1.27 +"##   GUI   ###################################################################
    1.28 +" Globals
    1.29 +
    1.30 +  hi Normal                         guifg=#000000  guibg=#d8d0c8  " Standard-Farben
    1.31 +
    1.32 +  hi LineNr                         guifg=#666666  guibg=#aaaaaa  " Bereich der Zeilennummern
    1.33 +
    1.34 +  hi FoldColumn                     guifg=#cccccc  guibg=#666666  " Bereich der Faltungen
    1.35 +  hi Folded                         guifg=#000000  guibg=#e3c1a5  " Gefaltete Zeile
    1.36 +
    1.37 +  hi StatusLine      gui=bold       guifg=#ffffff  guibg=#000000  " Statusleiste des aktiven Frames
    1.38 +  hi StatusLineNC    gui=bold       guifg=#666666  guibg=#333333  " Statusleiste der anderen Frames
    1.39 +
    1.40 +  hi SpecialKey                     guifg=Blue
    1.41 +  hi NonText                        guifg=#000000                 " ~ and @ at the end of the file
    1.42 +  hi Directory                      guifg=Blue
    1.43 +  hi ErrorMsg        gui=bold       guifg=White    guibg=Red
    1.44 +
    1.45 +  hi IncSearch       gui=reverse                                  " Waehrend der Suchbegriffseingabe
    1.46 +  hi Search                                        guibg=#ffeeaa  " Abgeschlossene Suche
    1.47 +
    1.48 +  hi MoreMsg         gui=bold       guifg=SeaGreen
    1.49 +  hi ModeMsg         gui=bold
    1.50 +  hi Question        gui=bold       guifg=SeaGreen
    1.51 +
    1.52 +  hi VertSplit       gui=bold       guifg=#000000  guibg=#000000
    1.53 +
    1.54 +  hi Title           gui=bold       guifg=DeepPink3
    1.55 +  hi Visual                         guifg=#666666  guibg=#eeeedd  " visual-Markierung
    1.56 +  hi VisualNOS       gui=bold,underline
    1.57 +  hi WarningMsg      gui=bold       guifg=Red
    1.58 +  hi WildMenu                       guifg=Black    guibg=Yellow
    1.59 +
    1.60 +  hi DiffAdd                                       guibg=White
    1.61 +  hi DiffChange                                    guibg=#edb5cd
    1.62 +  hi DiffDelete      gui=bold       guifg=#6666ff  guibg=#f6e8d0
    1.63 +  hi DiffText        gui=bold                      guibg=#ff8060
    1.64 +
    1.65 +  hi Cursor                         guifg=bg       guibg=fg       " der char unter dem Cursor
    1.66 +  hi CursorLine                                    guibg=#cccccc  " the line that the cursor is
    1.67 +  hi lCursor                        guifg=bg       guibg=fg       "??
    1.68 +
    1.69 +  hi MatchParen                                    guibg=#aacc00
    1.70 +
    1.71 +  hi Pmenu                          guifg=#aaaaaa  guibg=#333333
    1.72 +  hi PmenuSel       gui=bold        guifg=#cccccc  guibg=#666666
    1.73 +
    1.74 +" syntax
    1.75 +  hi Comment                        guifg=#008000
    1.76 +  hi Constant                       guifg=#800000
    1.77 +  hi Special         gui=bold       guifg=#000000                  " php-tags, Sonderzeichen, Klammern
    1.78 +  hi Identifier                     guifg=#000080
    1.79 +  hi Statement       gui=bold       guifg=#000080                  " reservierte Worte
    1.80 +  hi PreProc                        guifg=#800000
    1.81 +  hi Type            gui=none       guifg=#0000aa                  " attribute (z.B. style, title, name)
    1.82 +  hi Igrore                         guifg=bg
    1.83 +  hi Error           gui=bold       guifg=#ffffff  guibg=#ff0000
    1.84 +  hi Todo                           guifg=#000000  guibg=#eecc00
    1.85 +
    1.86 +
    1.87 +
    1.88 +
    1.89 +
    1.90 +"##    COLOR-TERM    ##########################################################
    1.91 +
    1.92 +" Globals
    1.93 +  hi FoldColumn      ctermfg=0      ctermbg=0     cterm=bold
    1.94 +  hi Folded          ctermfg=0      ctermbg=0     cterm=bold
    1.95 +  hi LineNr          ctermfg=0      ctermbg=0     cterm=bold
    1.96 +
    1.97 +  hi StatusLine                                   cterm=reverse 
    1.98 +  hi StatusLineNC    ctermfg=0      ctermbg=7     cterm=bold,reverse
    1.99 +  hi VertSplit       ctermfg=0      ctermbg=0     cterm=bold
   1.100 +
   1.101 +  hi SpecialKey      ctermfg=4 
   1.102 +  hi NonText         ctermfg=4                    cterm=bold
   1.103 +  hi Directory       ctermfg=4 
   1.104 +  hi ErrorMsg        cterm=bold     ctermfg=7     ctermbg=1 
   1.105 +  hi IncSearch       cterm=reverse 
   1.106 +  hi Search          ctermbg=3
   1.107 +  hi MoreMsg         ctermfg=2 
   1.108 +  hi ModeMsg         cterm=bold 
   1.109 +  hi Question        ctermfg=2 
   1.110 +  hi Title           ctermfg=5 
   1.111 +
   1.112 +  hi Visual          cterm=reverse 
   1.113 +  hi VisualNOS       cterm=bold,underline 
   1.114 +
   1.115 +  hi WarningMsg      ctermfg=1 
   1.116 +
   1.117 +  hi WildMenu        ctermfg=0      ctermbg=7
   1.118 +
   1.119 +  hi DiffAdd         ctermbg=4 
   1.120 +  hi DiffChange      ctermbg=5 
   1.121 +  hi DiffDelete      cterm=bold     ctermfg=4      ctermbg=6 
   1.122 +  hi DiffText        cterm=bold     ctermbg=1 
   1.123 +
   1.124 +
   1.125 +" syntax
   1.126 +  hi Comment         cterm=bold    ctermfg=2
   1.127 +  hi Constant        ctermfg=1
   1.128 +  hi Special         ctermfg=5
   1.129 +  hi Identifier      cterm=bold    ctermfg=4 
   1.130 +  hi Statement       ctermfg=3
   1.131 +  hi PreProc         ctermfg=7
   1.132 +  hi Type            ctermfg=6
   1.133 +  hi Ignore          cterm=bold     ctermfg=7
   1.134 +  hi Error           cterm=bold     ctermfg=7      ctermbg=1
   1.135 +  hi Todo            ctermfg=0      ctermbg=3
   1.136 +
   1.137 +" 0 = black
   1.138 +" 1 = red
   1.139 +" 2 = green
   1.140 +" 3 = yellow
   1.141 +" 4 = blue
   1.142 +" 5 = magenta
   1.143 +" 6 = cyan
   1.144 +" 7 = white
   1.145 +
   1.146 +
   1.147 +
   1.148 +
   1.149 +
   1.150 +
   1.151 +"##   TERM   ##################################################################
   1.152 +
   1.153 +" Globals
   1.154 +  hi LineNr          term=underline 
   1.155 +  hi FoldColumn      term=standout 
   1.156 +  hi Folded          term=standout
   1.157 +  hi StatusLine      term=bold,reverse
   1.158 +  hi StatusLineNC    term=reverse   
   1.159 +  hi SpecialKey      term=bold     
   1.160 +  hi NonText         term=bold    
   1.161 +  hi Directory       term=bold   
   1.162 +  hi ErrorMsg        term=standout
   1.163 +  hi IncSearch       term=reverse 
   1.164 +  hi Search          term=reverse 
   1.165 +  hi MoreMsg         term=bold     
   1.166 +  hi ModeMsg         term=bold    
   1.167 +  hi Question        term=standout 
   1.168 +  hi VertSplit       term=reverse  
   1.169 +  hi Title           term=bold     
   1.170 +  hi Visual          term=reverse 
   1.171 +  hi VisualNOS       term=bold,underline
   1.172 +  hi WarningMsg358878      term=standout 
   1.173 +  hi WildMenu        term=standout 
   1.174 +  hi DiffAdd         term=bold    
   1.175 +  hi DiffChange      term=bold   
   1.176 +  hi DiffDelete      term=bold  
   1.177 +  hi DiffText        term=reverse 
   1.178 +
   1.179 +
   1.180 +" syntax 
   1.181 +  hi Comment         term=bold      
   1.182 +  hi Constant        term=underline
   1.183 +  hi Special         term=bold     
   1.184 +  hi Identifier      term=underline
   1.185 +  hi Statement       term=bold     
   1.186 +  hi PreProc         term=underline
   1.187 +  hi Type            term=underline
   1.188 + " hi Ignore         
   1.189 +  hi Error           term=reverse  
   1.190 +  hi Todo            term=standout 
   1.191 +
   1.192 +
   1.193 +
   1.194 +
   1.195 +
   1.196 +
   1.197 +
   1.198 +
   1.199 +
   1.200 +
   1.201 +
   1.202 +"" Set 'background' back to the default.  The value can't always be estimated
   1.203 +"" and is then guessed.
   1.204 +"hi clear Normal
   1.205 +"set bg&
   1.206 +"" Remove all existing highlighting and set the defaults.
   1.207 +"hi clear
   1.208 +"" Load the syntax highlighting defaults, if it's enabled.
   1.209 +"if exists("syntax_on")
   1.210 +"  syntax reset
   1.211 +"endif
   1.212 +"" vim: sw=2
   1.213 +