summaryrefslogtreecommitdiffstats
path: root/static/syntax-theme-light.css
blob: dfd37a81b6c30e19e16a4394c5659fd573c3a1f3 (plain)
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/*
 * theme "gruvbox" generated by syntect
 */

.z-code {
 color: #282828;
 background-color: #fcf0ca;
}

.z-punctuation.z-definition.z-tag {
 color: #076678;
}
.z-punctuation.z-definition.z-entity {
 color: #8f3f71;
}
.z-constant {
 color: #8f3f71;
}
.z-constant.z-character.z-escape {
 color: #79740e;
}
.z-constant.z-other {
 color: #282828;
}
.z-entity {
 color: #407959;
}
.z-keyword.z-operator.z-comparison, .z-keyword.z-operator, .z-keyword.z-operator.z-symbolic, .z-keyword.z-operator.z-string, .z-keyword.z-operator.z-assignment, .z-keyword.z-operator.z-arithmetic, .z-keyword.z-operator.z-class, .z-keyword.z-operator.z-key, .z-keyword.z-operator.z-logical {
 color: #b23c15;
}
.z-keyword, .z-keyword.z-operator.z-new, .z-keyword.z-other, .z-keyword.z-control {
 color: #9d0006;
}
.z-storage {
 color: #9d0006;
}
.z-string, .z-string.z-unquoted.z-heredoc .z-string {
 color: #79740e;
}
.z-comment {
 color: #928374;
font-style: italic;
}
.z-string.z-regexp .z-constant.z-character.z-escape {
 color: #79740e;
}
.z-support {
 color: #b57614;
}
.z-variable {
 color: #282828;
}
.z-variable.z-language {
 color: #282828;
}
.z-meta.z-function-call {
 color: #282828;
}
.z-invalid {
 color: #282828;
 background-color: #932b1e;
}
.z-text .z-source, .z-string.z-unquoted.z-heredoc, .z-source .z-source {
 color: #282828;
}
.z-string.z-quoted .z-source {
 color: #79740e;
}
.z-string {
 color: #79740e;
}
.z-support.z-constant {
 color: #b57614;
}
.z-support.z-class {
 color: #407959;
}
.z-entity.z-name.z-tag {
 color: #407959;
font-weight: bold;
}
.z-meta.z-tag, .z-meta.z-tag .z-entity {
 color: #407959;
}
.z-constant.z-other.z-color.z-rgb-value {
 color: #076678;
}
.z-meta.z-selector.z-css .z-entity.z-name.z-tag {
 color: #9d0006;
}
.z-meta.z-selector.z-css, .z-entity.z-other.z-attribute-name.z-id {
 color: #79740e;
}
.z-meta.z-selector.z-css .z-entity.z-other.z-attribute-name.z-class {
 color: #79740e;
}
.z-support.z-type.z-property-name.z-css {
 color: #407959;
}
.z-meta.z-preprocessor.z-at-rule .z-keyword.z-control.z-at-rule {
 color: #b57614;
}
.z-meta.z-property-value .z-constant {
 color: #b57614;
}
.z-meta.z-property-value .z-support.z-constant.z-named-color.z-css {
 color: #b23c15;
}
.z-meta.z-constructor.z-argument.z-css {
 color: #b57614;
}
.z-meta.z-diff, .z-meta.z-diff.z-header {
 color: #282828;
 background-color: #076678;
}
.z-markup.z-deleted {
 color: #282828;
 background-color: #9d0006;
}
.z-markup.z-changed {
 color: #282828;
 background-color: #b57614;
}
.z-markup.z-inserted {
 color: #282828;
 background-color: #407959;
}
.z-markup.z-bold {
font-weight: bold;
}
.z-markup.z-italic {
font-style: italic;
}
.z-markup.z-heading {
 color: #407959;
font-weight: bold;
}
.z-entity.z-name.z-type.z-class.z-php {
 color: #407959;
}
.z-keyword.z-other.z-phpdoc {
 color: #928374;
}
.z-constant.z-numeric.z-css, .z-keyword.z-other.z-unit.z-css {
 color: #8f3f71;
}
.z-punctuation.z-definition.z-entity.z-css {
 color: #79740e;
}
.z-variable.z-language.z-js {
 color: #b57614;
}
.z-string.z-unquoted.z-label.z-js {
 color: #282828;
}
.z-constant.z-other.z-table-name.z-sql {
 color: #79740e;
}
.z-constant.z-other.z-database-name.z-sql {
 color: #79740e;
}
.z-storage.z-type.z-dired.z-item.z-directory, .z-dired.z-item.z-directory {
 color: #407959;
}
.z-orgmode.z-link {
 color: #b57614;
font-style: underline;
}
.z-orgmode.z-page {
 color: #79740e;
}
.z-orgmode.z-break {
 color: #8f3f71;
}
.z-orgmode.z-headline {
 color: #407959;
}
.z-orgmode.z-tack {
 color: #b57614;
}
.z-orgmode.z-follow_up {
 color: #b57614;
}
.z-orgmode.z-checkbox {
 color: #b57614;
}
.z-orgmode.z-checkbox.z-summary {
 color: #b57614;
}
.z-orgmode.z-tags {
 color: #9d0006;
}