From 0782bf233e527956a965f5e502c3c612b0303c7e Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 31 Oct 2022 19:10:44 +0100 Subject: [PATCH] make dunst look a bit nicer --- dunst/settings.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; }; }; }