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/rose-pine.css | |
| parent | 5742fc100ef25cda9b6a0bc3f3bee7e8f1df5e34 (diff) | |
add: waybar for niri with colorscheme
Diffstat (limited to 'waybar/themes/rose-pine.css')
| -rw-r--r-- | waybar/themes/rose-pine.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/waybar/themes/rose-pine.css b/waybar/themes/rose-pine.css new file mode 100644 index 0000000..e323881 --- /dev/null +++ b/waybar/themes/rose-pine.css @@ -0,0 +1,13 @@ +/* +* Variant: Rosé Pine +* Maintainer: DankChoir +* Modified for few colors +*/ + +@define-color background #191724; +@define-color foreground #1f1d2e; + +@define-color color1 #eb6f92; +@define-color color2 #f6c177; +@define-color color3 #ebbcba; +@define-color color4 #31748f; |
