Regenerated

This commit is contained in:
2026-04-11 15:57:37 +02:00
parent ebb2a08eaa
commit 99ac636a53
3 changed files with 387 additions and 333 deletions
+22 -4
View File
@@ -1,7 +1,25 @@
/* Hyprland Catppuccin Mocha Theme (solid colors) */
source = ~/.config/shared/colors.css
# Hyprland Catppuccin Mocha Theme (solid colors)
/* General theming */
# Colors
$base = #1e1e2e
$mantle = #181825
$surface0 = #313244
$surface1 = #45475a
$surface2 = #585b70
$text = #cdd6f4
$rosewater = #f5e0dc
$lavender = #b4befe
$red = #f38ba8
$peach = #fab387
$yellow = #f9e2af
$green = #a6e3a1
$teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
# General theming
general {
gaps_in = 2
gaps_out = 4
@@ -16,7 +34,7 @@ general {
#col.inactive_border = #595959aa
}
/* Window decorations */
# Window decorations
decoration {
rounding = 8
}