changed color themes

This commit is contained in:
2022-02-07 14:45:50 +05:30
parent c9e27b621d
commit a1921a342b
5 changed files with 60 additions and 79 deletions

View File

@@ -12,16 +12,16 @@
browser_sort_mode="mtime";
colors_enabled = "yes";
main_window_color = "white";
header_window_color = "180";
volume_color = "215";
progressbar_color = "180";
progressbar_elapsed_color = "16";
statusbar_color = "43";
header_window_color = "143";
volume_color = "222";
progressbar_color = "143";
# progressbar_elapsed_color = "";
# statusbar_color = "43";
active_window_border = "blue";
user_interface = "alternative";
#song_list_format="(4)[230]{l}";
song_columns_list_format = "(4)[230]{l} (20)[219]{t} (12)[180]{a} (16)[215]{b}";
song_list_format = "{$(219)%a} - {$(230)%t}";
song_columns_list_format = "(4)[167]{l} (20)[109]{t} (12)[143]{a} (16)[139]{b}";
song_list_format = "$(222){%a} - $(109){%t}";
#song_list_format = "{$7%a - $9}{$5%t$9}|{$5%f$9}$R{$6%b $9}{$3%l$9}";
song_status_format = " $6%a $7 $3%t $7 $4%b ";
visualizer_data_source = "/tmp/g.fifo";