1
0
Fork 0
forked from foxora/nix
flake-foxora/homes/modules/wm/hyprland/hypr/theme.conf
2026-02-12 18:53:24 +00:00

19 lines
545 B
Text

general {
# border colors that works in most situations
col.inactive_border = rgb($colorbg) rgb($color09) 45deg
col.active_border = rgb($colorfg) rgb($color11) 45deg
# transparent inactive border colors
# col.inactive_border = rgba($color01,0.0) rgba($color03,0.0) 45deg
# experimental border colors that may not look good all the time
# col.inactive_border = rgba($color01,0.6) rgba($color03,0.6) 45deg
# col.active_border = rgb($color09) rgb($color11) 45deg
}
decoration {
shadow {
enabled = false
range = 2
}
}