Themes

Define custom color schemes for different notification urgency levels:

The Theme table:

KeyTypeDefault valueShort description
lowColors-The colors for low urgency banner
normalColors-The colors for normal urgency banner
criticalColors-The colors for critical urgency banner

The Colors table:

KeyTypeDefault valueShort description
backgroundColor"#FFFFFF"The background color
foregroundColor"#000000" (but for critical: "#FF0000")The foreground color
borderColor"#000000" (but for critical: "#FF0000")The border stroke color
[[theme]]
name = "pastel"

[theme.normal]
background = "#1e1e2e"
foreground = "#99AEB3"
border = "#000"

[theme.critical]
background = "#EBA0AC"
foreground = "#1E1E2E"
border = "#000"