diff --git a/dunst/settings.nix b/dunst/settings.nix index dda763d..902f40b 100644 --- a/dunst/settings.nix +++ b/dunst/settings.nix @@ -5,6 +5,10 @@ global = { font = "CaskaydiaCove Nerd Font 12"; timeout = 3; + background = "#f9f5d7"; + foreground = "#3c3836"; + highlight = "#79740e"; + frame_color = "#8f3f71"; }; }; }