aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
commit9b6faa23c9a2d1649831876f831f780d4e6314bf (patch)
tree075a770a74df9ee4aa7000985b4d0b0fcce03b56
parent10401fe999c052bcc9d4f3c9c26933a48afe57e6 (diff)
Changed backgrounds from pure black to the Gruvbox default #282828
-rw-r--r--.config/dunst/dunstrc4
-rwxr-xr-x.config/foot/foot.ini4
-rw-r--r--.config/fuzzel/fuzzel.ini2
-rw-r--r--.config/waybar/style.css4
4 files changed, 7 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index cdf5002..a3d00e6 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -343,14 +343,14 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#000000DD"
+ background = "#282828DD"
foreground = "#FFFFFF"
timeout = 5
# Icon for notifications with low urgency
default_icon = dialog-information
[urgency_normal]
- background = "#000000DD"
+ background = "#282828DD"
foreground = "#FFFFFF"
timeout = 5
override_pause_level = 30
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index 93133f3..02f8ff8 100755
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -74,11 +74,11 @@ unfocused-style=none
# alternate-scroll-mode=yes
[colors-dark]
-alpha=0.8
+alpha=0.9
# background=002b36
# foreground=839496
-background=000000
+background=282828
foreground=ebdbb2
regular0=282828
regular1=cc241d
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini
index aedc7e4..c29b3e2 100644
--- a/.config/fuzzel/fuzzel.ini
+++ b/.config/fuzzel/fuzzel.ini
@@ -32,7 +32,7 @@ inner-pad=10
# letter-spacing=0
line-height=18
[colors]
-background=000000AA
+background=282828AA
text=efefefef
match=fabd2fff
selection-match=fabd2fff
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 182a733..0346988 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -44,8 +44,8 @@ window#waybar.hidden {
font-size: 12px;
font-weight: 800;
color: #202020;
- background: #202020;
- border: 2px solid #202020;
+ background: #282828;
+ border: 2px solid #282828;
margin: 0px 4px 4px 0px;
box-shadow: 3px 4px 2px -2px rgba(0, 0, 0, 0.5);
}