This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dokka-style.css
247 lines (227 loc) · 9.29 KB
/
dokka-style.css
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
/* MIT License
Copyright (c) 2021 Catppuccin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. */
:root {
--ctp-latte-rosewater: #dc8a78;
--ctp-latte-rosewater-rgb: 220 138 120;
--ctp-latte-rosewater-hsl: 10.800 58.824% 66.667%;
--ctp-latte-flamingo: #dd7878;
--ctp-latte-flamingo-rgb: 221 120 120;
--ctp-latte-flamingo-hsl: 0.000 59.763% 66.863%;
--ctp-latte-pink: #ea76cb;
--ctp-latte-pink-rgb: 234 118 203;
--ctp-latte-pink-hsl: 316.034 73.418% 69.020%;
--ctp-latte-mauve: #8839ef;
--ctp-latte-mauve-rgb: 136 57 239;
--ctp-latte-mauve-hsl: 266.044 85.047% 58.039%;
--ctp-latte-red: #d20f39;
--ctp-latte-red-rgb: 210 15 57;
--ctp-latte-red-hsl: 347.077 86.667% 44.118%;
--ctp-latte-maroon: #e64553;
--ctp-latte-maroon-rgb: 230 69 83;
--ctp-latte-maroon-hsl: 354.783 76.303% 58.627%;
--ctp-latte-peach: #fe640b;
--ctp-latte-peach-rgb: 254 100 11;
--ctp-latte-peach-hsl: 21.975 99.184% 51.961%;
--ctp-latte-yellow: #df8e1d;
--ctp-latte-yellow-rgb: 223 142 29;
--ctp-latte-yellow-hsl: 34.948 76.984% 49.412%;
--ctp-latte-green: #40a02b;
--ctp-latte-green-rgb: 64 160 43;
--ctp-latte-green-hsl: 109.231 57.635% 39.804%;
--ctp-latte-teal: #179299;
--ctp-latte-teal-rgb: 23 146 153;
--ctp-latte-teal-hsl: 183.231 73.864% 34.510%;
--ctp-latte-sky: #04a5e5;
--ctp-latte-sky-rgb: 4 165 229;
--ctp-latte-sky-hsl: 197.067 96.567% 45.686%;
--ctp-latte-sapphire: #209fb5;
--ctp-latte-sapphire-rgb: 32 159 181;
--ctp-latte-sapphire-hsl: 188.859 69.953% 41.765%;
--ctp-latte-blue: #1e66f5;
--ctp-latte-blue-rgb: 30 102 245;
--ctp-latte-blue-hsl: 219.907 91.489% 53.922%;
--ctp-latte-lavender: #7287fd;
--ctp-latte-lavender-rgb: 114 135 253;
--ctp-latte-lavender-hsl: 230.935 97.203% 71.961%;
--ctp-latte-text: #4c4f69;
--ctp-latte-text-rgb: 76 79 105;
--ctp-latte-text-hsl: 233.793 16.022% 35.490%;
--ctp-latte-subtext1: #5c5f77;
--ctp-latte-subtext1-rgb: 92 95 119;
--ctp-latte-subtext1-hsl: 233.333 12.796% 41.373%;
--ctp-latte-subtext0: #6c6f85;
--ctp-latte-subtext0-rgb: 108 111 133;
--ctp-latte-subtext0-hsl: 232.800 10.373% 47.255%;
--ctp-latte-overlay2: #7c7f93;
--ctp-latte-overlay2-rgb: 124 127 147;
--ctp-latte-overlay2-hsl: 232.174 9.623% 53.137%;
--ctp-latte-overlay1: #8c8fa1;
--ctp-latte-overlay1-rgb: 140 143 161;
--ctp-latte-overlay1-hsl: 231.429 10.048% 59.020%;
--ctp-latte-overlay0: #9ca0b0;
--ctp-latte-overlay0-rgb: 156 160 176;
--ctp-latte-overlay0-hsl: 228.000 11.236% 65.098%;
--ctp-latte-surface2: #acb0be;
--ctp-latte-surface2-rgb: 172 176 190;
--ctp-latte-surface2-hsl: 226.667 12.162% 70.980%;
--ctp-latte-surface1: #bcc0cc;
--ctp-latte-surface1-rgb: 188 192 204;
--ctp-latte-surface1-hsl: 225.000 13.559% 76.863%;
--ctp-latte-surface0: #ccd0da;
--ctp-latte-surface0-rgb: 204 208 218;
--ctp-latte-surface0-hsl: 222.857 15.909% 82.745%;
--ctp-latte-base: #eff1f5;
--ctp-latte-base-rgb: 239 241 245;
--ctp-latte-base-hsl: 220.000 23.077% 94.902%;
--ctp-latte-mantle: #e6e9ef;
--ctp-latte-mantle-rgb: 230 233 239;
--ctp-latte-mantle-hsl: 220.000 21.951% 91.961%;
--ctp-latte-crust: #dce0e8;
--ctp-latte-crust-rgb: 220 224 232;
--ctp-latte-crust-hsl: 220.000 20.690% 88.627%;
}
:root {
--ctp-mocha-rosewater: #f5e0dc;
--ctp-mocha-rosewater-rgb: 245 224 220;
--ctp-mocha-rosewater-hsl: 9.600 55.556% 91.176%;
--ctp-mocha-flamingo: #f2cdcd;
--ctp-mocha-flamingo-rgb: 242 205 205;
--ctp-mocha-flamingo-hsl: 0.000 58.730% 87.647%;
--ctp-mocha-pink: #f5c2e7;
--ctp-mocha-pink-rgb: 245 194 231;
--ctp-mocha-pink-hsl: 316.471 71.831% 86.078%;
--ctp-mocha-mauve: #cba6f7;
--ctp-mocha-mauve-rgb: 203 166 247;
--ctp-mocha-mauve-hsl: 267.407 83.505% 80.980%;
--ctp-mocha-red: #f38ba8;
--ctp-mocha-red-rgb: 243 139 168;
--ctp-mocha-red-hsl: 343.269 81.250% 74.902%;
--ctp-mocha-maroon: #eba0ac;
--ctp-mocha-maroon-rgb: 235 160 172;
--ctp-mocha-maroon-hsl: 350.400 65.217% 77.451%;
--ctp-mocha-peach: #fab387;
--ctp-mocha-peach-rgb: 250 179 135;
--ctp-mocha-peach-hsl: 22.957 92.000% 75.490%;
--ctp-mocha-yellow: #f9e2af;
--ctp-mocha-yellow-rgb: 249 226 175;
--ctp-mocha-yellow-hsl: 41.351 86.047% 83.137%;
--ctp-mocha-green: #a6e3a1;
--ctp-mocha-green-rgb: 166 227 161;
--ctp-mocha-green-hsl: 115.455 54.098% 76.078%;
--ctp-mocha-teal: #94e2d5;
--ctp-mocha-teal-rgb: 148 226 213;
--ctp-mocha-teal-hsl: 170.000 57.353% 73.333%;
--ctp-mocha-sky: #89dceb;
--ctp-mocha-sky-rgb: 137 220 235;
--ctp-mocha-sky-hsl: 189.184 71.014% 72.941%;
--ctp-mocha-sapphire: #74c7ec;
--ctp-mocha-sapphire-rgb: 116 199 236;
--ctp-mocha-sapphire-hsl: 198.500 75.949% 69.020%;
--ctp-mocha-blue: #89b4fa;
--ctp-mocha-blue-rgb: 137 180 250;
--ctp-mocha-blue-hsl: 217.168 91.870% 75.882%;
--ctp-mocha-lavender: #b4befe;
--ctp-mocha-lavender-rgb: 180 190 254;
--ctp-mocha-lavender-hsl: 231.892 97.368% 85.098%;
--ctp-mocha-text: #cdd6f4;
--ctp-mocha-text-rgb: 205 214 244;
--ctp-mocha-text-hsl: 226.154 63.934% 88.039%;
--ctp-mocha-subtext1: #bac2de;
--ctp-mocha-subtext1-rgb: 186 194 222;
--ctp-mocha-subtext1-hsl: 226.667 35.294% 80.000%;
--ctp-mocha-subtext0: #a6adc8;
--ctp-mocha-subtext0-rgb: 166 173 200;
--ctp-mocha-subtext0-hsl: 227.647 23.611% 71.765%;
--ctp-mocha-overlay2: #9399b2;
--ctp-mocha-overlay2-rgb: 147 153 178;
--ctp-mocha-overlay2-hsl: 228.387 16.757% 63.725%;
--ctp-mocha-overlay1: #7f849c;
--ctp-mocha-overlay1-rgb: 127 132 156;
--ctp-mocha-overlay1-hsl: 229.655 12.775% 55.490%;
--ctp-mocha-overlay0: #6c7086;
--ctp-mocha-overlay0-rgb: 108 112 134;
--ctp-mocha-overlay0-hsl: 230.769 10.744% 47.451%;
--ctp-mocha-surface2: #585b70;
--ctp-mocha-surface2-rgb: 88 91 112;
--ctp-mocha-surface2-hsl: 232.500 12.000% 39.216%;
--ctp-mocha-surface1: #45475a;
--ctp-mocha-surface1-rgb: 69 71 90;
--ctp-mocha-surface1-hsl: 234.286 13.208% 31.176%;
--ctp-mocha-surface0: #313244;
--ctp-mocha-surface0-rgb: 49 50 68;
--ctp-mocha-surface0-hsl: 236.842 16.239% 22.941%;
--ctp-mocha-base: #1e1e2e;
--ctp-mocha-base-rgb: 30 30 46;
--ctp-mocha-base-hsl: 240.000 21.053% 14.902%;
--ctp-mocha-mantle: #181825;
--ctp-mocha-mantle-rgb: 24 24 37;
--ctp-mocha-mantle-hsl: 240.000 21.311% 11.961%;
--ctp-mocha-crust: #11111b;
--ctp-mocha-crust-rgb: 17 17 27;
--ctp-mocha-crust-hsl: 240.000 22.727% 8.627%;
}
/* ----------- */
:root {
--background-color: var(--ctp-latte-mantle);
--code-background: var(--ctp-latte-base);
--color-dark: var(--ctp-latte-crust);
--footer-breadcrumb-font-color: var(--ctp-latte-crust);
--default-font-color: var(--ctp-latte-text);
--border-color: var(--ctp-latte-surface1);
--breadcrumb-font-color: var(--ctp-latte-lavender);
/* --brief-color: hsla(0, 0%, 100%, 0.4); */
/* --copy-icon-color: hsla(0, 0%, 100%, 0.6); */
--copy-icon-hover-color: var(--ctp-latte-lavender);
--active-tab-border-color: var(--ctp-latte-lavender);
--inactive-tab-border-color: var(--ctp-latte-surface1);
--active-section-color: var(--ctp-latte-lavender);
--inactive-section-color: var(--ctp-latte-overlay1);
--navigation-highlight-color: var(--ctp-latte-surface0);
--footer-background: var(--ctp-latte-lavender);
--footer-font-color: var(--ctp-latte-base);
--footer-go-to-top-color: var(--ctp-latte-crust);
}
.theme-dark {
--background-color: var(--ctp-mocha-mantle);
--code-background: var(--ctp-mocha-base);
--color-dark: var(--ctp-mocha-crust);
--footer-breadcrumb-font-color: var(--ctp-mocha-crust);
--default-font-color: var(--ctp-mocha-text);
--border-color: var(--ctp-mocha-surface1);
--breadcrumb-font-color: var(--ctp-mocha-lavender);
/* --brief-color: hsla(0, 0%, 100%, 0.4); */
/* --copy-icon-color: hsla(0, 0%, 100%, 0.6); */
--copy-icon-hover-color: var(--ctp-mocha-lavender);
--active-tab-border-color: var(--ctp-mocha-lavender);
--inactive-tab-border-color: var(--ctp-mocha-surface1);
--active-section-color: var(--ctp-mocha-lavender);
--inactive-section-color: var(--ctp-mocha-overlay1);
--navigation-highlight-color: var(--ctp-mocha-surface0);
--footer-background: var(--ctp-mocha-lavender);
--footer-font-color: var(--ctp-mocha-base);
--footer-go-to-top-color: var(--ctp-mocha-crust);
}
.footer a {
color: var(--footer-font-color)
}
.library-name--link {
color: var(--default-font-color)
}
.popup-wrapper {
background-color: var(--ctp-mocha-crust) !important;
}