From f4f263d49c2ae802b84b65e5bb9c05bb7cbaf415 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Wed, 19 Jan 2022 08:38:22 +0900
Subject: home/multimedia: fix spotify-tui theme

---
 home/profiles/multimedia/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'home/profiles/multimedia')

diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix
index 2195afa..8327f52 100644
--- a/home/profiles/multimedia/default.nix
+++ b/home/profiles/multimedia/default.nix
@@ -42,8 +42,8 @@ in
           playbar_progress_text = "Black";
           playbar_text = "Blue";
           selected = "LightBlue";
-          text = "White";
-          header = "White";
+          text = "203, 192, 171"; # Wrong color mappings on white
+          header = "203, 191, 171";
         };
 
         behavior = {
-- 
cgit 1.4.1