forked from ryland/github_vim_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgithub.vim
More file actions
80 lines (62 loc) · 2.5 KB
/
github.vim
File metadata and controls
80 lines (62 loc) · 2.5 KB
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
69
70
71
72
73
74
75
76
77
78
79
" Vim color file
" Maintainer: Bruno Michel <bmichel@menfin.info>
" Last Change: May, 30, 2008
" Version: 0.1
" Homepage: http://github.com/nono/github_vim_theme/tree/master
" This is a ViM's version of the github color theme.
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "github"
hi Comment guifg=#999988 gui=italic
hi Constant guifg=#008080
hi String guifg=#dd1144
hi Character guifg=#dd1144
hi Number guifg=#009999
hi Boolean gui=bold
hi Float guifg=#009999
hi RubySymbol guifg=#990073
hi Identifier guifg=#008080
hi Function guifg=#990000 gui=bold
hi Statement guifg=#000000 gui=bold
hi Conditional guifg=#000000 gui=bold
hi Repeat guifg=#000000 gui=bold
hi Label guifg=#000000 gui=bold
hi Operator guifg=#000000 gui=bold
hi Keyword guifg=#000000 gui=bold
hi Exception guifg=#990000 gui=bold
hi PreProc guifg=#999999 gui=bold
hi Include guifg=#999999 gui=bold
hi Define guifg=#000000 gui=bold
hi Macro guifg=#999999 gui=bold
hi PreCondit guifg=#999999 gui=bold
hi Type guifg=#445588 gui=bold
hi StorageClass guifg=#000000 gui=bold
hi Structure guifg=#000000 gui=bold
hi Typedef guifg=#000000 gui=bold
hi Special guifg=#dd1144
hi SpecialChar guifg=#dd1144
hi Tag guifg=#000080
hi Delimiter guifg=#dd1144
hi SpecialComment guifg=#999999 gui=bold,italic
hi Debug guifg=#aa0000
hi Underlined gui=underline
hi Ignore guifg=bg
hi Error guifg=#a61717 guibg=#e3d2d2
hi Todo guifg=#999988 gui=italic
hi Cursor guifg=NONE guibg=#ffff33
hi CursorLine guifg=NONE guibg=#ffffcc
hi Directory guifg=#4183c4
hi DiffAdd guifg=#000000 guibg=#ddffdd
hi DiffDelete guifg=#000000 guibg=#ffdddd
hi DiffText guibg=#666666
hi ErrorMsg guifg=#a61717 guibg=#e3d2d2 gui=bold
hi VertSplit guifg=#666666 guibg=#eaeaea
hi LineNr guifg=#666666 guibg=#eaeaea
hi ModeMsg gui=bold
hi Normal guifg=#000000 guibg=#f8f8ff
hi Pmenu guibg=#babdb6 guifg=#555753
hi StatusLine guifg=#666666 guibg=#eaeaea
hi Visual guifg=NONE guibg=#ffffcc