summaryrefslogtreecommitdiff
path: root/waybar/themes/gruvbox-dark.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-10 17:41:01 +0530
committerryukamish <[email protected]>2026-04-10 17:41:01 +0530
commit9c398204855235c0de707942a443dbfaf4831091 (patch)
tree26859624df2aff6507f946e277aa7dac7062aa3a /waybar/themes/gruvbox-dark.css
parenteafcdda7b58a63bf8b6be15718a41c186ff497d5 (diff)
fix: minimal waybar with less deps
Diffstat (limited to 'waybar/themes/gruvbox-dark.css')
-rw-r--r--waybar/themes/gruvbox-dark.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/waybar/themes/gruvbox-dark.css b/waybar/themes/gruvbox-dark.css
deleted file mode 100644
index 5dcf4c6..0000000
--- a/waybar/themes/gruvbox-dark.css
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Gruvbox Dark Hard – only 8 colors you’ll ever need */
-@define-color background #1d2021; /* darkest */
-@define-color background0 #282828; /* main background */
-@define-color background1 #3c3836; /* statusbars, selected lines */
-@define-color background2 #504945; /* subtle highlights */
-@define-color foreground #ebdbb2; /* main text */
-@define-color foreground0 #fbf1c7; /* brightest text (rarely used) */
-@define-color accent #fe8019; /* bright orange – main accent */
-@define-color color1 #cc241d; /* dark red */
-@define-color color2 #98971a; /* dark green */
-@define-color color3 #d79921; /* dark yellow */
-@define-color color4 #458588; /* dark blue */