From d37de286ae1f4507bff38627758a3228e49f44b3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 25 Jul 2024 12:01:43 -0500 Subject: [PATCH] use the same color across apps --- home/private_dot_config/eww/eww.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/private_dot_config/eww/eww.scss b/home/private_dot_config/eww/eww.scss index a0a3bed..bc7a1ee 100644 --- a/home/private_dot_config/eww/eww.scss +++ b/home/private_dot_config/eww/eww.scss @@ -2,8 +2,7 @@ @use "sass:math"; @import "scss/Catppuccin"; -// todo: get rid of this -@import "/home/daylin/.config/qtile/colors/colors.scss"; +$accent: $sky; * { all: unset; //Unsets everything so you can style everything from scratch