23 lines
468 B
CSS
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
|
|
}
|