From 7aa8bf5ca2a9b5614416be3b7aee6d65a2e4488a Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Tue, 4 Feb 2025 21:30:06 +0100
Subject: [PATCH] Change colors.

---
 modules/home-manager/ags/style.scss | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/modules/home-manager/ags/style.scss b/modules/home-manager/ags/style.scss
index f5f771a..cae33ca 100644
--- a/modules/home-manager/ags/style.scss
+++ b/modules/home-manager/ags/style.scss
@@ -1,8 +1,8 @@
 @use "sass:color";
 
-$bg: #212223;
-$fg: #f1f1f1;
-$accent: #378DF7;
+$bg: #282828;
+$fg: #ebdbb2;
+$accent: #83a598;
 $radius: 7px;
 
 window.Bar {
@@ -10,7 +10,7 @@ window.Bar {
     box-shadow: none;
     background-color: $bg;
     color: $fg;
-    font-size: 1.1em;
+    font-size: 1em;
     font-weight: bold;
 
     label {
@@ -42,7 +42,7 @@ window.Bar {
 
         .focused label {
             color: $accent;
-            border-color: $accent;
+            border-bottom: 2px solid;
         }
     }
 
@@ -58,14 +58,6 @@ window.Bar {
         color: $accent;
     }
 
-    .Media .Cover {
-        min-height: 1.2em;
-        min-width: 1.2em;
-        border-radius: $radius;
-        background-position: center;
-        background-size: contain;
-    }
-
     .Battery label {
         padding-left: 0;
         margin-left: 0;