blob: 5256358f57f76b4f54c466175d368091de059275 (
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
|
/* Generated by udt-palette from palette/tokyo-night.conf. Do not edit.
*
* Catppuccin-independent: every colour here comes from palette/roles-tokyo-night
* .conf, so this file follows the desktop rather than restating a palette.
*/
.theme-gray {
--color-50: 192 202 245;
--color-100: 169 177 214;
--color-200: 169 177 214;
--color-300: 86 95 137;
--color-400: 65 72 104;
--color-500: 86 95 137;
--color-600: 40 52 87;
--color-700: 40 52 87;
--color-800: 41 46 66;
--color-900: 26 27 38;
--color-logo-start: 122 162 247;
--color-logo-stop: 125 207 255;
}
/* Card backgrounds, which the ramp does not reach. See the note above. */
.theme-gray .bg-theme-100\/20:not([class^="backdrop-blur"]),
.theme-gray .dark\:bg-white\/5:not([class^="backdrop-blur"]) {
background-color: rgb(41 46 66 / 55%);
}
.theme-gray .bg-theme-100\/20:hover:not([class^="backdrop-blur"]),
.theme-gray .dark\:bg-white\/5:hover:not([class^="backdrop-blur"]) {
background-color: rgb(40 52 87 / 70%);
}
.theme-gray .bg-theme-900\/50:not([class^="backdrop-blur"]) {
background-color: rgb(26 27 38 / 50%);
}
/* Accent on secondary labels. Fixed, not wallpaper-tracking: this runs on a
* server with no wallpaper to read. */
.theme-gray .text-theme-500 {
color: #7aa2f7;
}
|