fix: colors are commented out
This commit is contained in:
parent
27d84c3a50
commit
3a13ace7c5
1 changed files with 7 additions and 7 deletions
|
|
@ -25,18 +25,18 @@ in {
|
|||
|
||||
mouse_right_click = context
|
||||
|
||||
background = ${catppuccin.toHex colors.base}
|
||||
foreground = ${catppuccin.toHex colors.text}
|
||||
frame_color = ${catppuccin.toHex colors.blue}
|
||||
highlight = ${catppuccin.toHex colors.blue}
|
||||
background = "${catppuccin.toHex colors.base}"
|
||||
foreground = "${catppuccin.toHex colors.text}"
|
||||
frame_color = "${catppuccin.toHex colors.blue}"
|
||||
highlight = "${catppuccin.toHex colors.blue}"
|
||||
frame_width = 2
|
||||
|
||||
[urgency_low]
|
||||
frame_color = ${catppuccin.toHex colors.overlay0}
|
||||
frame_color = "${catppuccin.toHex colors.overlay0}"
|
||||
|
||||
[urgency_critical]
|
||||
frame_color = ${catppuccin.toHex colors.red}
|
||||
highlight = ${catppuccin.toHex colors.red}
|
||||
frame_color = "${catppuccin.toHex colors.red}"
|
||||
highlight = "${catppuccin.toHex colors.red}"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue