forked from foxora/nix
init
This commit is contained in:
commit
a07bd5fd9b
66 changed files with 6115 additions and 0 deletions
19
homes/modules/wm/hyprland/hypr/theme.conf
Normal file
19
homes/modules/wm/hyprland/hypr/theme.conf
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue