1
0
Fork 0
forked from foxora/nix
This commit is contained in:
foxora 2026-02-12 18:53:24 +00:00
commit 850d3c539b
66 changed files with 6115 additions and 0 deletions

View file

@ -0,0 +1,19 @@
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
}
}