]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .vim/colors/pleasant.vim
.vim: vim-powerline
[dotfiles.git] / .vim / colors / pleasant.vim
1 " Vim color file
2 " Maintainer: iyerns <iyerns AT gmail DOT com>
3 " Last Change: 25 August 2005
4 " Version:1.0
5 " Comment: A bright and colorful scheme for gui
6
7 set background=light
8 hi clear
9 if exists("syntax_on")
10 syntax reset
11 endif
12 let g:colors_name="pleasant"
13
14 hi Normal guifg=black guibg=white
15 hi Title guifg=black guibg=white gui=BOLD
16 hi lCursor guibg=Cyan guifg=NONE
17
18 hi LineNr guifg=white guibg=#8c9bfa
19
20 " syntax highlighting groups
21 hi Comment ctermfg=Red guifg=#c80000 gui=NONE
22 hi Operator term=None cterm=None gui=None
23
24 hi Identifier guifg=#008000 gui=NONE
25
26 hi Statement guifg=#0000c8 gui=NONE
27 hi TypeDef guifg=#c000c8 gui=NONE
28 hi Type guifg=#0000c8 gui=NONE
29 hi Boolean guifg=#0000aa gui=NONE
30
31 hi String guifg=#808055 gui=NONE
32 hi Number guifg=#808880 gui=NONE
33 hi Constant guifg=#888080 gui=NONE
34
35 hi Function guifg=#008040 gui=NONE guibg=#cccccc
36 hi PreProc guifg=#808040 gui=NONE
37 hi Keyword guifg=#008088 gui=NONE