citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

buttercream.vim (3332B)


      1 " Vim color file
      2 " vim: tw=0 ts=8 sw=4
      3 " Scriptname:   buttercream
      4 " Maintainer:   Håkan Wikström <hakan@prinsig.se>
      5 " Version:      1.1
      6 " Last Change:  20060413
      7 " As of now only gui is supported
      8 " Based on the theme fog theme by Thomas R. Kimpton <tomk@emcity.net>
      9 
     10 set background=light
     11 hi clear
     12 if exists("syntax_on")
     13   syntax reset
     14 endif
     15 let colors_name = "buttercream"
     16 
     17 "  Highlight            Foreground              Background                      Extras
     18 
     19 hi Normal               guifg=#213a58           guibg=#ffffde
     20 hi NonText              guifg=LightBlue         guibg=#eee9bf                   gui=bold
     21 hi Comment              guifg=#2f8e99
     22 hi Constant             guifg=#7070a0
     23 hi Statement            guifg=DarkGreen                                         gui=bold
     24 hi identifier           guifg=DarkGreen
     25 hi preproc              guifg=#408040
     26 hi type                 guifg=DarkBlue
     27 hi label                guifg=#c06000
     28 hi operator             guifg=DarkGreen                                         gui=bold
     29 hi StorageClass         guifg=#a02060                                           gui=bold
     30 hi Number               guifg=Blue
     31 hi Special              guifg=#aa8822
     32 hi Cursor               guifg=LightGrey         guibg=#880088
     33 hi lCursor              guifg=Black             guibg=Cyan
     34 hi ErrorMsg             guifg=White             guibg=DarkRed
     35 hi DiffText                                     guibg=DarkRed                   gui=bold
     36 hi Directory            guifg=DarkGrey                                          gui=underline
     37 hi LineNr               guifg=#ccaa22
     38 hi MoreMsg              guifg=SeaGreen                                          gui=bold
     39 hi Question             guifg=DarkGreen                                         gui=bold
     40 hi Search               guifg=Black             guibg=#887722
     41 hi SpecialKey           guifg=Blue
     42 hi SpecialChar          guifg=DarkGrey                                          gui=bold
     43 hi Title                guifg=DarkMagenta                                       gui=underline
     44 hi WarningMsg           guifg=DarkBlue          guibg=#9999cc
     45 hi WildMenu             guifg=Black             guibg=Yellow                    gui=underline
     46 hi Folded               guifg=DarkBlue          guibg=LightGrey
     47 hi FoldColumn           guifg=DarkBLue          guibg=Grey
     48 hi DiffAdd                                      guibg=DarkBlue
     49 hi DiffChange                                   guibg=DarkMagenta
     50 hi DiffDelete           guifg=Blue              guibg=DarkCyan                  gui=bold
     51 hi Ignore               guifg=grey90
     52 hi IncSearch                                                                    gui=reverse
     53 hi ModeMsg                                                                      gui=bold
     54 hi StatusLine                                                                   gui=reverse,bold
     55 hi StatusLineNC                                                                 gui=reverse
     56 hi VertSplit                                                                    gui=reverse
     57 hi Visual               guifg=LightGrey                                         gui=reverse
     58 hi VisualNOS                                                                    gui=underline,bold
     59 hi Todo                                         guibg=#ccaa22                   gui=bold,underline