]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/aiseered.vim
Turn off the blur
[rbdr/dotfiles] / vim / colors / aiseered.vim
CommitLineData
0d23b6e5
BB
1" gVim color file for working with files in GDL/VCG format.
2" Works nice in conjunction with gdl.vim
3" (see www.vim.org or www.aisee.com)
4" Works fine for C/C++, too.
5
6" Author : Alexander A. Evstyugov-Babaev <alex@absint.com>
7" Version: 0.2 for gVim/Linux,
8" tested with gVim 6.3.25 under Ubuntu Linux (Warty)
9" by Jo Vermeulen <jo@lumumba.luc.ac.be>
10" Date : January 25th 2005
11
12set background=dark
13hi clear
14if exists("syntax_on")
15 syntax reset
16endif
17
18let g:colors_name="aiseered"
19
20hi Normal guifg=lightred guibg=#600000
21hi Cursor guifg=bg guibg=fg
22hi ErrorMsg guibg=red ctermfg=1
23hi Search term=reverse ctermfg=darkred ctermbg=lightred guibg=lightred guifg=#060000
24
25hi Comment guifg=#ffffff
26hi Constant guifg=#88ddee
27hi String guifg=#ffcc88
28hi Character guifg=#ffaa00
29hi Number guifg=#88ddee
30hi Identifier guifg=#cfcfcf
31hi Statement guifg=#eeff99 gui=bold
32hi PreProc guifg=firebrick1 gui=italic
33hi Type guifg=#88ffaa gui=none
34hi Special guifg=#ffaa00
35hi SpecialChar guifg=#ffaa00
36hi StorageClass guifg=#ddaacc
37hi Error guifg=red guibg=white