Files
jellyfin-dracula-theme/themes/catppuccin-latte.css
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

26 lines
530 B
CSS

:root {
--rosewater: #dc8a78;
--flamingo: #dd7878;
--pink: #ea76cb;
--mauve: #8839ef;
--red: #d20f39;
--maroon: #e64553;
--peach: #fe640b;
--yellow: #df8e1d;
--green: #40a02b;
--teal: #179299;
--sky: #04a5e5;
--sapphire: #209fb5;
--blue: #1e66f5;
--lavender: #7287fd;
--main-color: var(--mauve);
--main-background: #eff1f5;
--second-background: #e6e9ef;
--hover-background: #ccd0da;
--main-text: #4c4f69;
--dimmer-text: #7c7f93;
--green-color: var(--green);
--red-color: var(--red);
}