diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-07-19 22:11:03 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-07-19 22:11:03 +0100 |
| commit | fd4f3a6404d9a56f8201e0d4715015bd8a165fb8 (patch) | |
| tree | 8a838f2665532a4e27c5e012cefe5069251fb0c6 | |
| parent | 4d7f6ad55a7379ff6fa82076f6efc1c096b019c2 (diff) | |
Changed borders on windows to #ebdbb2 gruvbox
| -rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a3d00e6..7f55df5 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -111,7 +111,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#33FFCC" + frame_color = "#ebdbb2" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index f691e22..d65f394 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -38,7 +38,7 @@ match=fabd2fff selection-match=fabd2fff selection=928374ff selection-text=efefefef -border=33ffccff +border=ebdbb2ff [border] width=2 |
