Per-theme hyprland active border color

This commit is contained in:
David Heinemeier Hansson
2025-06-22 20:35:48 -04:00
parent 3e91dfe25d
commit d0449fda9e
8 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,4 @@
general {
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgb(a89984)
}