hyprland: use secondary container colour for gradient
much wider range of colours
This commit is contained in:
parent
aa4bf56683
commit
2b198297e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue