citadel

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

fine_blue.vim (2472B)


      1 " Vim color file
      2 "  Maintainer: Tiza
      3 " Last Change: 2002/10/30 Wed 00:12.
      4 "     version: 1.7
      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 = "fine_blue"
     14 
     15 hi Normal       guifg=#404048 guibg=#f8f8f8
     16 
     17 " Search
     18 hi IncSearch    gui=UNDERLINE guifg=#404054 guibg=#40ffff
     19 hi Search       gui=NONE guifg=#404054 guibg=#ffffa0
     20 
     21 " Messages
     22 hi ErrorMsg     gui=NONE guifg=#ff0070 guibg=#ffe0f4
     23 hi WarningMsg   gui=NONE guifg=#ff0070 guibg=#ffe0f4
     24 hi ModeMsg      gui=NONE guifg=#0070ff guibg=NONE
     25 hi MoreMsg      gui=NONE guifg=#a800ff guibg=NONE
     26 hi Question     gui=NONE guifg=#008050 guibg=NONE
     27 
     28 " Split area
     29 hi StatusLine   gui=BOLD guifg=#f8f8f8 guibg=#404054
     30 hi StatusLineNC gui=NONE guifg=#b8b8c0 guibg=#404054
     31 hi VertSplit    gui=NONE guifg=#f8f8f8 guibg=#404054
     32 hi WildMenu     gui=BOLD guifg=#f8f8f8 guibg=#00aacc
     33 
     34 " Diff
     35 hi DiffText     gui=NONE guifg=#4040ff guibg=#c0c0ff
     36 hi DiffChange   gui=NONE guifg=#5050ff guibg=#e0e0ff
     37 hi DiffDelete   gui=NONE guifg=#4040ff guibg=#c8f2ea
     38 hi DiffAdd      gui=NONE guifg=#4040ff guibg=#c8f2ea
     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=#7820ff guibg=#e0d8ff
     47 hi FoldColumn   gui=NONE guifg=#aa60ff guibg=#f0f0f4
     48 " hi Folded       gui=NONE guifg=#58587c guibg=#e0e0e8
     49 " hi FoldColumn   gui=NONE guifg=#9090b0 guibg=#f0f0f4
     50 
     51 " Other
     52 hi Directory    gui=NONE guifg=#0070b8 guibg=NONE
     53 hi LineNr       gui=NONE guifg=#a0a0b0 guibg=NONE
     54 hi NonText      gui=BOLD guifg=#4000ff guibg=#ececf0
     55 hi SpecialKey   gui=NONE guifg=#d87000 guibg=NONE
     56 hi Title        gui=NONE guifg=#004060 guibg=#c8f0f8
     57 hi Visual       gui=NONE guifg=#404060 guibg=#dddde8
     58 " hi VisualNOS  gui=NONE guifg=#404060 guibg=#dddde8
     59 
     60 " Syntax group
     61 hi Comment      gui=NONE guifg=#ff00c0 guibg=NONE
     62 hi Constant     gui=NONE guifg=#2020ff guibg=#e8e8ff
     63 hi Error        gui=BOLD guifg=#ffffff guibg=#ff4080
     64 hi Identifier   gui=NONE guifg=#c800ff guibg=NONE
     65 hi Ignore       gui=NONE guifg=#f8f8f8 guibg=NONE
     66 hi PreProc      gui=NONE guifg=#0070e6 guibg=NONE
     67 hi Special      gui=NONE guifg=#005858 guibg=#ccf7ee
     68 hi Statement    gui=NONE guifg=#008858 guibg=NONE
     69 hi Todo         gui=NONE guifg=#ff0070 guibg=#ffe0f4
     70 hi Type         gui=NONE guifg=#7040ff guibg=NONE
     71 hi Underlined   gui=UNDERLINE guifg=#0000ff guibg=NONE