hyprland: use secondary container colour for gradient

much wider range of colours
This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent aa4bf56683
commit 2b198297e3

View file

@ -1,7 +1,7 @@
general { general {
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # 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.active_border = rgb({{colors.primary.default.hex_stripped}}) rgb({{colors.secondary_container.default.hex_stripped}}) 45deg
col.inactive_border = rgb({{colors.tertiary.default.hex_stripped}}) col.inactive_border = rgb({{colors.tertiary_container.default.hex_stripped}})
} }
decoration { decoration {