My favorites
▼
|
Sign in
yy-vimscript
My Vim scripts, e.g. .vimrc, .ctags, colorscheme, snippets
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
colors
/
yytextmate.vim
‹r2
r33
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
" Vim color scheme
" Name: yytextmate.vim
" Maintainer: Dexter.Yy <dexter.yy@gmail.com>
" Link: http://www.limboy.com
" (originally looked at Ralph Amissah <ralph@amissah.com>)
:set background=dark
:highlight clear
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
if has("gui_running")
:hi Normal guifg=#f9f9f9 guibg=#070914
:hi Cursor guibg=Yellow
:hi Visual guibg=#2D498B gui=none
:hi Pmenu guifg=#333333 guibg=#E3E3E3
:hi PmenuSel guifg=#ffffff guibg=#0264A2
":hi LineNr guifg=grey20
:hi LineNr guifg=#666666 guibg=#E6E6E6
:hi VertSplit guibg=#c2bfa5 guifg=grey40 gui=none
:hi Folded guifg=grey40 guibg=black
:hi FoldColumn guifg=grey20 guibg=black
:hi IncSearch guibg=black guifg=yellow
:hi ModeMsg guifg=goldenrod
:hi MoreMsg guifg=SeaGreen
:hi NonText guifg=RoyalBlue guibg=#151825
:hi Question guifg=springgreen
:hi Search guibg=#0099ff guifg=White
:hi SpecialKey guifg=#D3FE36
:hi Title guifg=#ff9900 gui=bold
:hi Statement guifg=#FFE619
:hi htmlStatement guifg=#99B5D9
:hi String guifg=#61ce38
:hi Comment guifg=grey35 gui=italic
:hi CommentDoc guifg=grey20 guibg=black gui=italic
:hi CommentDocTags guifg=grey35 guibg=black
:hi Conditional guifg=#FFE619
:hi Repeat guifg=#FFE619
:hi Constant guifg=#D4FF36
:hi Boolean guifg=#D4FF36
:hi Number guifg=#D4FF36
:hi Special guifg=#99B5D9
:hi Identifier guifg=#ff9900 gui=bold
:hi Include guifg=red
:hi PreProc guifg=grey
:hi Operator gui=bold guifg=#FFE619
:hi Define guifg=#FFE619 gui=bold
:hi Type guifg=#99B5D9
:hi Function guifg=#FF6900 gui=NONE
:hi Structure guifg=#FF6900 gui=bold
:hi Label guifg=#FF6900
:hi Exception guifg=#FF6900
:hi Builtin guifg=#99B5D9
:hi Ignore guifg=grey40
:hi StatusLineNC guibg=#c2bfa5 guifg=grey40 gui=none
:hi StatusLine guibg=#c2bfa5 guifg=black gui=none
:hi Todo guifg=orangered guibg=yellow2
:hi WarningMsg guifg=#CC1D20
:hi Debug guifg=#CC1D20
:hi ErrorMsg guifg=#F9F9F9 guibg=#BF0013
:hi Error guifg=#F9F9F9 guibg=#BF0013
:hi SpellErrors guifg=#F9F9F9 guibg=#BF0013
end
Show details
Hide details
Change log
r33
by dexter.yy on Apr 3, 2010
Diff
update
Go to:
/trunk/colors/yytextmate.vim
/trunk/doc/ack.txt
/trunk/doc/surround.txt
/trunk/doc/tags
/trunk/doc/tags-ja
/trunk/ftplugin/html.vim
...plugin/html/html_snip_helper.vim
/trunk/plugin/ack.vim
/trunk/plugin/matrix.vim
/trunk/plugin/snipMate.vim
/trunk/plugin/surround.vim
/trunk/syntax/javascript.vim
/trunk/syntax/python.vim
/trunk/vimrc
Sign in
to write a code review
Older revisions
r2
by dexter.yy on Jun 6, 2009
Diff
add
All revisions of this file
File info
Size: 2071 bytes, 68 lines
View raw file
Powered by
Google Project Hosting