solorice/config/dunst/dunstrc.d/50-theme.conf
Kristofers Solo 5f54bb78ad Update 2025-02-24
Update 2025-02-03

Update 2025-02-04

Update 2025-02-09

Update 2025-02-14

Update 2025-02-15

Update 2025-02-22

Update 2025-02-24
2025-04-16 13:46:48 +03:00

43 lines
1013 B
Plaintext

[global]
width = 400
offset = (5, 5)
progress_bar_min_width = 380
progress_bar_max_width = 380
progress_bar_corner_radius = 2
padding = 10
horizontal_padding = 10
frame_width = 1
gap_size = 3
font = "JetBrainsMono NF 14"
icon_theme = "rose-pine-icons"
enable_recursive_icon_lookup = true
corner_radius = 20
background = "#26233a"
foreground = "#e0def4"
[urgency_low]
background = "#26233a"
highlight = "#9ccfd8"
frame_color = "#9ccfd8"
default_icon = "dialog-information"
format = "<b><span foreground='#9ccfd8'>%s</span></b>\n%b"
[urgency_normal]
background = "#26233a"
highlight = "#ebbcba"
frame_color = "#ebbcba"
default_icon = "dialog-warning"
format = "<b><span foreground='#ebbcba'>%s</span></b>\n%b"
[urgency_critical]
background = "#26233a"
highlight = "#eb6f92"
frame_color = "#eb6f92"
default_icon = "dialog-error"
format = "<b><span foreground='#eb6f92'>%s</span></b>\n%b"