summaryrefslogtreecommitdiff
path: root/waybar/themes/gruvbox-dark.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-03-17 20:36:12 +0530
committerryukamish <[email protected]>2026-03-17 20:36:12 +0530
commit6c197cfb233f595d8fe464b232f1d725261a5b4f (patch)
treee4200fa0c221f02f74f0d1c8f7913b2ae654b577 /waybar/themes/gruvbox-dark.css
parent5742fc100ef25cda9b6a0bc3f3bee7e8f1df5e34 (diff)
add: waybar for niri with colorscheme
Diffstat (limited to 'waybar/themes/gruvbox-dark.css')
-rw-r--r--waybar/themes/gruvbox-dark.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/waybar/themes/gruvbox-dark.css b/waybar/themes/gruvbox-dark.css
new file mode 100644
index 0000000..5dcf4c6
--- /dev/null
+++ b/waybar/themes/gruvbox-dark.css
@@ -0,0 +1,12 @@
+/* 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 */