]> git.r.bdr.sh - rbdr/dotfiles/blob - vim/colors/no_quarter.vim
Add vim again :)
[rbdr/dotfiles] / vim / colors / no_quarter.vim
1 " Vim color file
2 " Maintainer: Otavio Fernandes <otaviof@gmail.com>
3 " Last Change: 2010/01/03 Sun 22:56
4 " Version: 1.0.6
5 "
6 " ts=4
7 "
8
9 set background=dark
10 hi clear
11 if exists("syntax_on")
12 syntax reset
13 endif
14 let colors_name = "no_quarter"
15
16 "
17 " Vim Colors (( Default Options ))
18 "
19
20 hi Normal guifg=grey90 guibg=#303030
21
22 hi Comment gui=NONE guifg=#647bcf guibg=NONE
23 hi Constant gui=NONE guifg=#b07050 guibg=NONE
24 hi Cursor gui=NONE guifg=#424242 guibg=green
25 hi CursorIM gui=NONE guifg=#ffffff guibg=#8800ff
26 hi CursorLine gui=NONE guibg=gray25
27 hi DiffAdd gui=NONE guifg=#a0d0ff guibg=#0020a0
28 hi DiffChange gui=NONE guifg=#e03870 guibg=#601830
29 hi DiffDelete gui=NONE guifg=#a0d0ff guibg=#0020a0
30 hi DiffText gui=NONE guifg=#ff78f0 guibg=#a02860
31 hi Directory gui=NONE guifg=lightmagenta guibg=NONE
32 hi Error gui=BOLD guifg=#ffffff guibg=#8000ff
33 hi ErrorMsg gui=BOLD guifg=#ffa0ff guibg=NONE
34 hi FoldColumn gui=NONE guifg=#40c0ff guibg=#404040
35 hi Folded gui=NONE guifg=#40f0f0 guibg=#006090
36 hi Identifier gui=NONE guifg=#90c0c0 guibg=NONE
37 hi Ignore gui=NONE guifg=bg guibg=NONE
38 hi IncSearch gui=UNDERLINE guifg=#80ffff guibg=#0060c0
39 hi LineNr gui=NONE guifg=#707070 guibg=NONE
40 hi ModeMsg gui=BOLD guifg=#a0d0ff guibg=NONE
41 hi MoreMsg gui=NONE guifg=lightred guibg=bg
42 hi NonText gui=BOLD guifg=#707070 guibg=#383838
43 hi OverLength gui=NONE guifg=fg guibg=#353535
44 hi PreProc gui=NONE guifg=#c090c0 guibg=NONE
45 hi Question gui=BOLD guifg=#e8e800 guibg=NONE
46 hi Search gui=NONE guifg=bg guibg=grey60
47 hi SignColumn gui=NONE guifg=darkyellow guibg=bg
48 hi Special gui=NONE guifg=#c090c0 guibg=NONE
49 hi SpecialKey gui=BOLD guifg=green guibg=NONE
50 hi Statement gui=NONE guifg=#c0c090 guibg=NONE
51 hi StatusLine gui=NONE guifg=#000000 guibg=#909090
52 hi StatusLineNC gui=NONE guifg=#abac84 guibg=#404040
53 hi Title gui=NONE guifg=darkcyan guibg=bg
54 hi Todo gui=BOLD guifg=#ff80d0 guibg=NONE
55 hi Type gui=NONE guifg=#60f0a8 guibg=NONE
56 hi Underlined gui=UNDERLINE guifg=#707070 guibg=NONE
57 hi VertSplit gui=NONE guifg=#abac84 guibg=#404040
58 hi Visual gui=NONE guifg=#b0ffb0 guibg=#008000
59 hi VisualNOS gui=NONE guifg=#ffe8c8 guibg=#c06800
60 hi WarningMsg gui=BOLD guifg=#ffa0ff guibg=NONE
61 hi WildMenu gui=NONE guifg=#000000 guibg=#abac84
62 hi htmlTagName gui=NONE guifg=grey70 guibg=bg
63 hi lCursor gui=NONE guifg=#ffffff guibg=#8800ff
64
65 "
66 " Tag List
67 "
68
69 hi MyTagListFileName gui=underline guifg=fg guibg=grey25
70
71 "
72 " Perl
73 "
74
75 hi perlIdentifier gui=NONE guifg=#90c0c0 guibg=NONE
76 hi perlStatement gui=NONE guifg=#c0c090 guibg=NONE
77 hi perlStatementHash gui=NONE guifg=#c0c090 guibg=#404040
78 hi perlStatementNew gui=NONE guifg=#c0c090 guibg=#424242
79 hi perlMatchStartEnd gui=NONE guifg=#c0c090 guibg=#424242
80 hi perlVarPlain gui=NONE guifg=#74c5c6 guibg=bg
81 hi perlVarNotInMatches gui=NONE guifg=#915555 guibg=bg
82 hi perlVarPlain2 gui=NONE guifg=#74c6a8 guibg=bg
83 hi perlFunctionName gui=NONE guifg=white guibg=bg
84 hi perlNumber gui=NONE guifg=#80ac7b guibg=bg
85 hi perlQQ gui=NONE guifg=fg guibg=#393939
86 hi perlSpecialString gui=NONE guifg=#dc966b guibg=bg
87 hi perlSpecialMatch gui=NONE guifg=#c864c7 guibg=bg
88 hi perlSpecialBEOM gui=NONE guifg=fg guibg=#404040
89 hi perlStringStartEnd gui=NONE guifg=#b07050 guibg=#353535
90 hi perlShellCommand gui=NONE guibg=#c090c0 guibg=#424242
91 hi perlOperator gui=NONE guifg=#c0c090 guibg=#404040
92 hi perlLabel gui=NONE guifg=#c0c090 guibg=#404040
93 hi perlControl gui=NONE guifg=#c0c090 guibg=#404040
94 hi perlSharpBang gui=NONE guifg=#c0c090 guibg=#505050
95 hi perlPackageDecl gui=NONE guifg=#80ac7b guibg=#404040
96 hi perlStatementFiledesc gui=NONE guifg=#a2c090 guibg=bg
97 hi perlRepeat gui=NONE guifg=#c0b790 guibg=bg
98 hi perlStatementInclude gui=NONE guifg=#c0c090 guibg=#3b4038
99 hi perlStatementControl gui=NONE guifg=#dcdb6b guibg=bg
100 hi perlStatementSub gui=NONE guifg=#c0c090 guibg=bg
101 hi perlVarSimpleMember gui=NONE guifg=#c0c090 guibg=bg
102 hi perlVarSimpleMemberName gui=NONE guifg=grey70 guibg=bg
103
104 " -------------------------------------------------------------------------------------------------
105 " perlStatementRegexp perlSpecialDollar perlSpecialStringU perlSubstitutionBracket
106 " perlTranslationBracket perlType perlStatementStorage perlStatementScalar
107 " perlStatementNumeric perlStatementList perlStatementIOfunc
108 " perlStatementVector perlStatementFiles perlStatementFlow perlStatementScope
109 " perlStatementProc perlStatementSocket perlStatementIPC perlStatementNetwork perlStatementPword
110 " perlStatementTime perlStatementMisc perlStatementPackage perlList perlMisc
111 " perlVarSlash perlMethod perlFiledescRead perlFiledescStatement perlFormatName
112 " perlFloat perlString perlSubstitutionSQ perlSubstitutionDQ
113 " perlSubstitutionSlash perlSubstitutionHash perlSubstitutionCurly perlSubstitutionPling
114 " perlTranslationSlash perlTranslationHash perlTranslationCurly perlHereDoc perlFormatField
115 " perlStringUnexpanded perlCharacter perlSpecialAscii perlConditional perlInclude
116 " perlStorageClass perlPackageRef perlFunctionPRef
117 " -------------------------------------------------------------------------------------------------
118
119 "
120 " Omni Menu
121 "
122
123 hi Pmenu guifg=grey10 guibg=grey50
124 hi PmenuSel guifg=#abac84 guibg=#404040
125 hi PmenuSbar guibg=grey20
126 hi PmenuThumb guifg=grey30
127
128 "
129 " Right Margin
130 "
131
132 hi rightMargin guibg=#453030
133
134 " EOF