-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase16-equilibrium-gray-dark.xml
171 lines (142 loc) · 8.02 KB
/
base16-equilibrium-gray-dark.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Tinted GtkSourceView Base16 Equilibrium Gray Dark Color Scheme
Equilibrium Gray Dark Color Scheme by Carlo Abelli
Tinted GTKSourceView by Rob Loach (https://robloach.net)
https://github.com/robloach/tinted-gtksourceview
Copyright (C) 2024 Rob Loach (https://robloach.net)
tinted-gtksourceview is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
tinted-gtksourceview is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <http://www.gnu.org/licenses/>.
-->
<style-scheme id="base16-equilibrium-gray-dark" _name="Base16 Equilibrium Gray Dark" version="1.0">
<author>Carlo Abelli</author>
<_description></_description>
<!-- Solarized Palette -->
<color name="base00" value="#111111" />
<color name="base01" value="#1b1b1b" />
<color name="base02" value="#262626" />
<color name="base03" value="#777777" />
<color name="base04" value="#919191" />
<color name="base05" value="#ababab" />
<color name="base06" value="#c6c6c6" />
<color name="base07" value="#e2e2e2" />
<color name="base08" value="#f04339" />
<color name="base09" value="#df5923" />
<color name="base0A" value="#bb8801" />
<color name="base0B" value="#7f8b00" />
<color name="base0C" value="#00948b" />
<color name="base0D" value="#008dd1" />
<color name="base0E" value="#6a7fd2" />
<color name="base0F" value="#e3488e" />
<!-- Global Settings -->
<style name="text" foreground="base05" background="base00" />
<style name="selection" background="base02" />
<style name="cursor" foreground="base05" />
<style name="secondary-cursor" foreground="base06" />
<style name="current-line" background="base01" />
<style name="line-numbers" foreground="base03" background="base00" />
<style name="background-pattern" background="base0F" />
<!-- Bracket Matching -->
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />
<!-- Right Margin -->
<style name="right-margin" foreground="base05" background="base01" />
<!-- Search Matching -->
<style name="search-match" foreground="base03" background="base00" />
<!-- Comments -->
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />
<!-- Constants -->
<style name="def:constant" foreground="base0A" />
<style name="def:character" foreground="base0B" />
<style name="def:string" foreground="base0B" />
<style name="def:special-char" foreground="base0B" />
<style name="def:number" foreground="base09" />
<style name="def:floating-point" foreground="base09" />
<style name="def:decimal" foreground="base09" />
<style name="def:base-n-integer" foreground="base09" />
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />
<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
<!-- Functions -->
<style name="def:function" foreground="base0D" />
<style name="def:function-name" foreground="base0D" />
<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />
<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
<!-- Statements -->
<style name="def:statement" foreground="base09" />
<!-- Types -->
<style name="def:type" foreground="base0B" />
<!-- Markup -->
<style name="def:emphasis" italic="true" />
<style name="def:strong-emphasis" foreground="base09" />
<style name="def:inline-code" foreground="base0D" />
<style name="def:insertion" underline="single" />
<style name="def:deletion" strikethrough="true" />
<style name="def:link-text" foreground="base0E" />
<style name="def:link-symbol" foreground="base01" bold="true" />
<style name="def:link-destination" foreground="base0C" underline="single" />
<style name="def:heading" foreground="base0D" bold="true" />
<style name="def:thematic-break" foreground="base0F" />
<style name="def:preformatted-section" foreground="base0D" />
<style name="def:list-marker" foreground="base09" />
<!-- Operators -->
<style name="def:operator" foreground="base0B" />
<!-- Others -->
<style name="def:preprocessor" foreground="base0E" />
<style name="def:error" foreground="base08" bold="true" />
<style name="def:note" foreground="base0E" bold="true" />
<style name="def:net-address" italic="true" underline="single" />
<style name="def:warning" foreground="base0A" />
<style name="def:reserved" foreground="base0E" />
<style name="def:underlined" underline="single" />
<!-- Heading styles, uncomment to enable -->
<!--
<style name="def:heading0" scale="5.0" />
<style name="def:heading1" scale="2.5" />
<style name="def:heading2" scale="2.0" />
<style name="def:heading3" scale="1.7" />
<style name="def:heading4" scale="1.5" />
<style name="def:heading5" scale="1.3" />
<style name="def:heading6" scale="1.2" />
-->
<!-- C -->
<style name="c:preprocessor" foreground="base0E" />
<style name="c:type-keyword" foreground="base0E" />
<style name="c:function-name" foreground="base0D" />
<!-- Python -->
<style name="python:string-conversion" foreground="base0C" />
<style name="python:class-name" foreground="base0A" />
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />
<!-- JSON -->
<style name="json:keyname" foreground="base0C" />
<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
<style name="gtk-doc:function-name" bold="true" />
<style name="gtk-doc:property-name" bold="true" />
<style name="gtk-doc:signal-name" bold="true" />
<style name="gtk-doc:parameter" bold="true" />
<style name="gtk-doc:constant" foreground="base09" />
<style name="gtk-doc:return" bold="true" />
<style name="gtk-doc:since" bold="true" />
<style name="gtk-doc:deprecated" bold="true" />
</style-scheme>