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>
This commit is contained in:
Adam Perkowski
2025-03-07 22:55:17 +01:00
parent 43ec38b80c
commit f3a5351eb3
15 changed files with 11 additions and 32 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ whiskers:
version: 2.5.1
matrix:
- flavor
filename: 'themes/{{flavor.identifier}}.css'
filename: 'themes/catppuccin-{{flavor.identifier}}.css'
---
:root {
--rosewater: #{{rosewater.hex}};
@@ -21,7 +21,7 @@ whiskers:
--blue: #{{blue.hex}};
--lavender: #{{lavender.hex}};
--main-color: var(--sapphire);
--main-color: var(--mauve);
--main-background: #{{base.hex}};
--second-background: #{{mantle.hex}};
--hover-background: #{{surface0.hex}};