-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodokai.palette
148 lines (120 loc) · 3.54 KB
/
modokai.palette
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
vim_colors "modokai" do
author "Geoff Catlin"
notes "A modification of monokai"
reset true
background :dark
##############################################################################
# Define semantic elements
#
Emphasized = "FFFFFD"
FgPrimary = "F8F8F2"
FgSecondary = "777774"
FgTertiary = "646460"
BgTertiary = "3D3D38"
BgSecondary = "272822"
BgPrimary = "1B1C18"
None = "NONE"
##############################################################################
# Define color palette
#
Red = "F92672"
Orange = "FD971F"
Yellow = "E6DB74"
Green = "A6E22E"
Blue = "66D9EF"
Violet = "AE81FF"
##############################################################################
# *highlight-groups*
#
# Editing frame
Normal FgPrimary, BgPrimary
Cursor None, None, :gui => "reverse"
CursorLine None, BgSecondary
CursorColumn None, None
Visual None, BgTertiary
ColorColumn None, BgSecondary
Folded FgSecondary, BgPrimary
# Chrome
LineNr FgTertiary, BgSecondary
FoldColumn FgSecondary, BgSecondary
SignColum FgSecondary, BgSecondary
TabLine FgTertiary, BgTertiary
TabLineFill None, BgTertiary
TabLineSel FgPrimary, FgTertiary
StatusLine None, BgSecondary
StatusLineNC FgTertiary, BgPrimary
VertSplit BgTertiary, FgTertiary
# Popup Menu
PMenu None, BgTertiary
PMenuSbar None, FgTertiary
PMenuThumb None, BgTertiary
PMenuSel None, FgTertiary
# Indicators
Title FgSecondary, None
Search BgPrimary, Orange
IncSearch BgPrimary, Orange
MatchParen BgPrimary, Green
Question Blue, None
MoreMsg Green, None
ErrorMsg BgPrimary, Red
WarningMsg BgPrimary, Orange
Directory Blue, None
NonText FgTertiary, None
SpecialKey FgTertiary, None
# Spelling
#SpellBad
#SpellCap
#SpellLocal
#SpellRare
# Diff
DiffAdd Green, None
DiffChange Blue, None
DiffDelete Red, None
DiffText Blue, None, :gui => "reverse"
##############################################################################
# *group-name*
#
Comment FgSecondary, None
Constant Violet, None
String Yellow, None
Character Yellow, None
Number Violet, None
Boolean Violet, None
Float Violet, None
Identifier Blue, None
Function Green, None
Statement Blue, None
Conditional Red, None
Repeat Red, None
Label Red, None
Operator Red, None
Keyword Red, None
Exception Red, None
PreProc Orange, None
Include Orange, None
Define Orange, None
Macro Orange, None
PreCondit Orange, None
Type Blue, None
StorageClass Blue, None
Structure Blue, None
Typedef Blue, None
Special Yellow, None
SpecialChar Yellow, None
Tag Yellow, None
Delimiter Yellow, None
SpecialComment Yellow, None
Debug Yellow, None
Underlined None, None, :gui => "underline"
Ignore FgTertiary, None
Error FgPrimary, Red
Todo None, None, :gui => "underline"
pythonBuiltin Blue, None
pythonClassParameters Green, None
pythonExtraOperator Red, None
pythonInclude Red, None
pythonOperator Red, None
pythonParameters Orange, None
pythonVars Orange, None
end
# vim: set filetype=ruby :