hyprland: use matugen for border colors

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent b0e7a6cbd2
commit 242f087cae
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,11 @@
general {
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgb({{colors.primary.default.hex_stripped}}) rgb({{colors.secondary.default.hex_stripped}}) 45deg
col.inactive_border = rgb({{colors.tertiary.default.hex_stripped}})
}
decoration {
shadow {
color = rgba({{colors.shadow.default.hex_stripped}}ee)
}
}