Regenerated

This commit is contained in:
2026-04-13 15:27:09 +02:00
parent ff328201b5
commit 1f9e960787
5 changed files with 431 additions and 439 deletions
@@ -9,30 +9,3 @@ source = ./layout.conf
source = ./monitor-rules.conf
source = ./window-rules.conf
source = ./workspace-rules.conf
decoration {
shadow {
color=rgba(1e1e2e99)
}
}
general {
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
group {
groupbar {
col.active=rgb(89b4fa)
col.inactive=rgb(45475a)
text_color=rgb(cdd6f4)
}
col.border_active=rgb(89b4fa)
col.border_inactive=rgb(45475a)
col.border_locked_active=rgb(94e2d5)
}
misc {
background_color=rgb(1e1e2e)
}
+25 -7
View File
@@ -1,4 +1,5 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# Hyprland Catppuccin Mocha Theme (solid colors)
# Colors
@@ -20,7 +21,7 @@ $mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
# General theming
# General
general {
gaps_in = 2
gaps_out = 4
@@ -28,14 +29,31 @@ general {
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
# Solid-color borders
#col.active_border = "0xff89b4fa 0xffa6e3a1"
#col.active_border = #a6e3a1
#col.inactive_border = #595959aa
col.active_border = rgb(89b4fa) rgb(a6e3a1) 45deg
col.inactive_border = $inactive
}
# Window decorations
# Decorations
decoration {
rounding = 8
shadow {
color = rgba(1e1e2e99)
}
}
# Groups
group {
col.border_active = rgb(89b4fa)
col.border_inactive = rgb(45475a)
col.border_locked_active = rgb(94e2d5)
groupbar {
col.active = rgb(89b4fa)
col.inactive = rgb(45475a)
text_color = rgb(cdd6f4)
}
}
# Misc
misc {
background_color = rgb(1e1e2e)
}
@@ -46,3 +46,10 @@ windowrule {
move = cursor -50% 0
pin = on
}
# Wofi window rules
# (windowrulev2 does not support $variables, hardcoded intentionally)
windowrulev2 = bordercolor rgb(89b4fa) rgb(a6e3a1) 45deg, class:^(wofi)$
windowrulev2 = rounding 14, class:^(wofi)$
windowrulev2 = noborder 0, class:^(wofi)$