Files
nixos/Droidnix/generated/.config/hypr/theming.css
T
2026-04-11 15:54:30 +02:00

23 lines
468 B
CSS

/* Hyprland Catppuccin Mocha Theme (solid colors) */
source = ~/.config/shared/colors.css
/* General theming */
general {
gaps_in = 2
gaps_out = 4
border_size = 4
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
# Solid-color borders
#col.active_border = "0xff89b4fa 0xffa6e3a1"
#col.active_border = #a6e3a1
#col.inactive_border = #595959aa
}
/* Window decorations */
decoration {
rounding = 8
}