From adaaf14bce60daef862424d56c2b70c80c8d5810 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 26 Aug 2025 13:17:09 +0200 Subject: [PATCH] feat: switch to dark --- themes/rose-pine/{light.mode => dark.mode} | 0 themes/rose-pine/walker.css | 8 ++++---- themes/rose-pine/waybar.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename themes/rose-pine/{light.mode => dark.mode} (100%) diff --git a/themes/rose-pine/light.mode b/themes/rose-pine/dark.mode similarity index 100% rename from themes/rose-pine/light.mode rename to themes/rose-pine/dark.mode diff --git a/themes/rose-pine/walker.css b/themes/rose-pine/walker.css index a6188c87..829e4da0 100644 --- a/themes/rose-pine/walker.css +++ b/themes/rose-pine/walker.css @@ -1,6 +1,6 @@ @define-color selected-text #88C0D0; -@define-color text #575279; -@define-color base #faf4ed; +@define-color base #575279; +@define-color text #faf4ed; @define-color border #575279; -@define-color foreground #575279; -@define-color background #faf4ed; +@define-color background #575279; +@define-color foreground #faf4ed; diff --git a/themes/rose-pine/waybar.css b/themes/rose-pine/waybar.css index d2e59424..57b4cd05 100644 --- a/themes/rose-pine/waybar.css +++ b/themes/rose-pine/waybar.css @@ -1,2 +1,2 @@ -@define-color foreground #575279; -@define-color background #faf4ed; +@define-color background #575279; +@define-color foreground #faf4ed;