citadel

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

fruit.vim (2354B)


      1 " Vim color file
      2 "  Maintainer: Tiza
      3 " Last Change: 2002/08/28 Wed 00:28.
      4 "     version: 1.3
      5 " This color scheme uses a light background.
      6 
      7 set background=light
      8 hi clear
      9 if exists("syntax_on")
     10    syntax reset
     11 endif
     12 
     13 let colors_name = "fruit"
     14 
     15 hi Normal       guifg=#404040 guibg=#f8f8f8
     16 
     17 " Search
     18 hi IncSearch    gui=UNDERLINE guifg=#404040 guibg=#40ffff
     19 hi Search       gui=NONE guifg=#404040 guibg=#ffff60
     20 
     21 " Messages
     22 hi ErrorMsg     gui=NONE guifg=#ff0000 guibg=#ffe4e4
     23 hi WarningMsg   gui=NONE guifg=#ff0000 guibg=#ffe4e4
     24 hi ModeMsg      gui=NONE guifg=#ff4080 guibg=NONE
     25 hi MoreMsg      gui=NONE guifg=#009070 guibg=NONE
     26 hi Question     gui=NONE guifg=#f030d0 guibg=NONE
     27 
     28 " Split area
     29 hi StatusLine   gui=BOLD guifg=#f8f8f8 guibg=#404040
     30 hi StatusLineNC gui=NONE guifg=#a4a4a4 guibg=#404040
     31 hi VertSplit    gui=NONE guifg=#f8f8f8 guibg=#404040
     32 hi WildMenu     gui=BOLD guifg=#f8f8f8 guibg=#ff4080
     33 
     34 " Diff
     35 hi DiffText     gui=NONE guifg=#e04040 guibg=#ffd8d8
     36 hi DiffChange   gui=NONE guifg=#408040 guibg=#d0f0d0
     37 hi DiffDelete   gui=NONE guifg=#4848ff guibg=#ffd0ff
     38 hi DiffAdd      gui=NONE guifg=#4848ff guibg=#ffd0ff
     39 
     40 " Cursor
     41 hi Cursor       gui=NONE guifg=#0000ff guibg=#00e0ff
     42 hi lCursor      gui=NONE guifg=#f8f8f8 guibg=#8000ff
     43 hi CursorIM     gui=NONE guifg=#f8f8f8 guibg=#8000ff
     44 
     45 " Fold
     46 hi Folded       gui=NONE guifg=#20605c guibg=#b8e8dc
     47 hi FoldColumn   gui=NONE guifg=#40a098 guibg=#f0f0f0
     48 
     49 " Other
     50 hi Directory    gui=NONE guifg=#0070b8 guibg=NONE
     51 hi LineNr       gui=NONE guifg=#acacac guibg=NONE
     52 hi NonText      gui=BOLD guifg=#00a0c0 guibg=#ececec
     53 hi SpecialKey   gui=NONE guifg=#4040ff guibg=NONE
     54 hi Title        gui=NONE guifg=#0050a0 guibg=#c0e8ff
     55 hi Visual       gui=NONE guifg=#484848 guibg=#e0e0e0
     56 " hi VisualNOS    gui=NONE guifg=#484848 guibg=#e0e0e0
     57 
     58 " Syntax group
     59 hi Comment      gui=NONE guifg=#ff4080 guibg=NONE
     60 hi Constant     gui=NONE guifg=#8016ff guibg=NONE
     61 hi Error        gui=BOLD guifg=#ffffff guibg=#ff4080
     62 hi Identifier   gui=NONE guifg=#008888 guibg=NONE
     63 hi Ignore       gui=NONE guifg=#f8f8f8 guibg=NONE
     64 hi PreProc      gui=NONE guifg=#e06800 guibg=NONE
     65 hi Special      gui=NONE guifg=#4a9400 guibg=NONE
     66 hi Statement    gui=NONE guifg=#f030d0 guibg=NONE
     67 hi Todo         gui=UNDERLINE guifg=#ff0070 guibg=#ffe0f4
     68 hi Type         gui=NONE guifg=#0070e6 guibg=NONE
     69 hi Underlined   gui=UNDERLINE guifg=fg guibg=NONE