fix: colors are commented out

This commit is contained in:
KoenDR06 2026-02-10 21:28:59 +01:00
parent 27d84c3a50
commit 3a13ace7c5

View file

@ -25,18 +25,18 @@ in {
mouse_right_click = context mouse_right_click = context
background = ${catppuccin.toHex colors.base} background = "${catppuccin.toHex colors.base}"
foreground = ${catppuccin.toHex colors.text} foreground = "${catppuccin.toHex colors.text}"
frame_color = ${catppuccin.toHex colors.blue} frame_color = "${catppuccin.toHex colors.blue}"
highlight = ${catppuccin.toHex colors.blue} highlight = "${catppuccin.toHex colors.blue}"
frame_width = 2 frame_width = 2
[urgency_low] [urgency_low]
frame_color = ${catppuccin.toHex colors.overlay0} frame_color = "${catppuccin.toHex colors.overlay0}"
[urgency_critical] [urgency_critical]
frame_color = ${catppuccin.toHex colors.red} frame_color = "${catppuccin.toHex colors.red}"
highlight = ${catppuccin.toHex colors.red} highlight = "${catppuccin.toHex colors.red}"
''; '';
}; };
} }