diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-12 10:57:13 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-12 10:57:13 +0200 |
| commit | 3e9706bc6da4d38d9410efa4844103474ebb59e0 (patch) | |
| tree | aaea135fb09835677faaadeb039b054be8f762fe /templates/homepage/custom.css | |
| parent | d18d5ae92912e49334b17024454ac1f5a9f059d9 (diff) | |
| download | unified-desktop-theme-3e9706bc6da4d38d9410efa4844103474ebb59e0.tar.gz unified-desktop-theme-3e9706bc6da4d38d9410efa4844103474ebb59e0.zip | |
All three are written by udt-palette and rewritten by every install, so
each scheme switch showed them as modified. dunstrc and conky.conf were
already in .gitignore and tracked anyway, which does nothing: the ignore
list is not consulted for files already in the index. homepage's
custom.css was missing from the list entirely.
Add the missing entry and drop all three from the index. AGENTS.md
already documents them as generated and gitignored, so this makes the
repo match what it says.
Verified all three regenerate from an absent file.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0176XsV85ByN2ee7HseUKcqA
Diffstat (limited to 'templates/homepage/custom.css')
| -rw-r--r-- | templates/homepage/custom.css | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/homepage/custom.css b/templates/homepage/custom.css deleted file mode 100644 index 5453292..0000000 --- a/templates/homepage/custom.css +++ /dev/null @@ -1,42 +0,0 @@ -/* Generated by udt-palette from palette/material-ocean.conf. Do not edit. - * - * Catppuccin-independent: every colour here comes from palette/roles-material-ocean - * .conf, so this file follows the desktop rather than restating a palette. - */ - -.theme-gray { - --color-50: 166 172 205; - --color-100: 166 172 205; - --color-200: 113 124 180; - --color-300: 113 124 180; - --color-400: 75 82 109; - --color-500: 75 82 109; - --color-600: 46 52 70; - --color-700: 31 34 51; - --color-800: 31 34 51; - --color-900: 15 17 26; - - --color-logo-start: 137 221 255; - --color-logo-stop: 137 221 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(31 34 51 / 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(31 34 51 / 70%); -} - -.theme-gray .bg-theme-900\/50:not([class^="backdrop-blur"]) { - background-color: rgb(15 17 26 / 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: #89ddff; -} |
