Files
jellyfin-dracula-theme/jellyfin.tera
T
Adam Perkowski f3a5351eb3 refact!: prepare for transfer
apply @sgoudham's suggestions
ref https://github.com/catppuccin/catppuccin/issues/2696#issuecomment-2707252468

changes:
- removed every styling outside of the colors themselves (i.e. rounding,
  `text-shadow` & `padding`)
- changed the default accent color to `mauve`
- renamed flavour CSS filenames from `<f>.css` to `catppuccin-<f>.css`

Signed-off-by: Adam Perkowski <adas1per@protonmail.com>
2025-03-07 23:01:01 +01:00

33 lines
792 B
Plaintext

---
whiskers:
version: 2.5.1
matrix:
- flavor
filename: 'themes/catppuccin-{{flavor.identifier}}.css'
---
:root {
--rosewater: #{{rosewater.hex}};
--flamingo: #{{flamingo.hex}};
--pink: #{{pink.hex}};
--mauve: #{{mauve.hex}};
--red: #{{red.hex}};
--maroon: #{{maroon.hex}};
--peach: #{{peach.hex}};
--yellow: #{{yellow.hex}};
--green: #{{green.hex}};
--teal: #{{teal.hex}};
--sky: #{{sky.hex}};
--sapphire: #{{sapphire.hex}};
--blue: #{{blue.hex}};
--lavender: #{{lavender.hex}};
--main-color: var(--mauve);
--main-background: #{{base.hex}};
--second-background: #{{mantle.hex}};
--hover-background: #{{surface0.hex}};
--main-text: #{{text.hex}};
--dimmer-text: #{{overlay2.hex}};
--green-color: var(--green);
--red-color: var(--red);
}