diff options
| author | ryukamish <[email protected]> | 2026-03-17 20:36:12 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-03-17 20:36:12 +0530 |
| commit | 6c197cfb233f595d8fe464b232f1d725261a5b4f (patch) | |
| tree | e4200fa0c221f02f74f0d1c8f7913b2ae654b577 /waybar/themes/dracula.css | |
| parent | 5742fc100ef25cda9b6a0bc3f3bee7e8f1df5e34 (diff) | |
add: waybar for niri with colorscheme
Diffstat (limited to 'waybar/themes/dracula.css')
| -rw-r--r-- | waybar/themes/dracula.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/waybar/themes/dracula.css b/waybar/themes/dracula.css new file mode 100644 index 0000000..42f7cce --- /dev/null +++ b/waybar/themes/dracula.css @@ -0,0 +1,8 @@ +@define-color background #282a36; +@define-color selection #44475a; +@define-color foreground #f8f8f2; + +@define-color color1 #bd93f9; +@define-color color2 #ffb86c; +@define-color color3 #ff5555; +@define-color color4 #50fa7b; |
