diff options
Diffstat (limited to 'common/home/services')
| -rw-r--r-- | common/home/services/dunst/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix index 63ff585..b95ec73 100644 --- a/common/home/services/dunst/default.nix +++ b/common/home/services/dunst/default.nix @@ -17,13 +17,13 @@ progress_bar_height = 5; progress_bar_corner_radius = 4; progress_bar_frame_width = 1; - progress_bar_frame_color = "#3c3836"; + progress_bar_frame_color = "#7c6f64"; highlight = "#ebdbb2"; }; urgency_normal = { - background = "#282828"; + background = "#3c3836"; foreground = "#ebdbb2"; timeout = 10; }; |