aboutsummaryrefslogtreecommitdiffstats
path: root/templates/homepage/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/homepage/custom.css')
-rw-r--r--templates/homepage/custom.css36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/homepage/custom.css b/templates/homepage/custom.css
index 5256358..e2b7027 100644
--- a/templates/homepage/custom.css
+++ b/templates/homepage/custom.css
@@ -1,42 +1,42 @@
-/* Generated by udt-palette from palette/tokyo-night.conf. Do not edit.
+/* Generated by udt-palette from palette/nord.conf. Do not edit.
*
- * Catppuccin-independent: every colour here comes from palette/roles-tokyo-night
+ * Catppuccin-independent: every colour here comes from palette/roles-nord
* .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-50: 216 222 233;
+ --color-100: 229 233 240;
+ --color-200: 216 222 233;
+ --color-300: 216 222 233;
+ --color-400: 76 86 106;
+ --color-500: 76 86 106;
+ --color-600: 67 76 94;
+ --color-700: 67 76 94;
+ --color-800: 59 66 82;
+ --color-900: 46 52 64;
- --color-logo-start: 122 162 247;
- --color-logo-stop: 125 207 255;
+ --color-logo-start: 136 192 208;
+ --color-logo-stop: 143 188 187;
}
/* 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%);
+ background-color: rgb(59 66 82 / 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%);
+ background-color: rgb(67 76 94 / 70%);
}
.theme-gray .bg-theme-900\/50:not([class^="backdrop-blur"]) {
- background-color: rgb(26 27 38 / 50%);
+ background-color: rgb(46 52 64 / 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;
+ color: #88c0d0;
}