From 4d2d42b9da48302ea64c5a1d9f01d0c0f540523e Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 18 Jan 2022 22:14:57 +0900 Subject: home/multimedia: theme spotify-tui --- home/profiles/multimedia/default.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix index d6da4fd..2195afa 100644 --- a/home/profiles/multimedia/default.nix +++ b/home/profiles/multimedia/default.nix @@ -33,8 +33,17 @@ in settings = { theme = { - active = "Cyan"; - banner = "LightCyan"; + active = "Blue"; + banner = "LightBlue"; + hovered = "LightBlue"; + inactive = "Blue"; + playbar_background = "Blue"; + playbar_progress = "LightBlue"; + playbar_progress_text = "Black"; + playbar_text = "Blue"; + selected = "LightBlue"; + text = "White"; + header = "White"; }; behavior = { -- cgit 1.4.1