From 973492cbbb1172f6db80ae51e52f53bf34c625ae Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 10 Aug 2025 17:09:58 +0530 Subject: Theme change --- modules/music/client.home.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'modules/music/client.home.nix') diff --git a/modules/music/client.home.nix b/modules/music/client.home.nix index aa106bb..73c7d4d 100644 --- a/modules/music/client.home.nix +++ b/modules/music/client.home.nix @@ -43,27 +43,27 @@ in browser_display_mode = "columns"; playlist_editor_display_mode = "classic"; - empty_tag_color = "magenta"; - header_window_color = "magenta"; + empty_tag_color = "cyan"; + header_window_color = "green"; volume_color = "cyan"; - state_line_color = "magenta"; - state_flags_color = "magenta:b"; + state_line_color = "cyan"; + state_flags_color = "cyan:b"; color1 = "white"; - color2 = "magenta"; + color2 = "cyan"; main_window_color = "white"; progressbar_color = "black:b"; - progressbar_elapsed_color = "magenta:b"; - statusbar_color = "magenta"; - statusbar_time_color = "magenta:b"; - player_state_color = "magenta:b"; - alternative_ui_separator_color = "magenta"; - window_border_color = "magenta"; + progressbar_elapsed_color = "cyan:b"; + statusbar_color = "cyan"; + statusbar_time_color = "cyan:b"; + player_state_color = "cyan:b"; + alternative_ui_separator_color = "cyan"; + window_border_color = "cyan"; active_window_border = "red"; progressbar_look = "=>-"; now_playing_prefix = "$(blue)$b"; now_playing_suffix = "$/b$(end)"; - current_item_prefix = "$(magenta)$r$b"; + current_item_prefix = "$(cyan)$r$b"; current_item_suffix = "$/r$(end)$/b"; current_item_inactive_column_prefix = "$(white)$r"; current_item_inactive_column_suffix = "$/r$(end)"; -- cgit v1.3.1