1
1
theme :
2
- active : " 139,233,253" # current playing song in list
3
- banner : " 80,250,123" # the "spotify-tui" banner on launch
4
- error_border : " 241,250,140" # error dialog border
5
- error_text : " 248,248,242" # error message text (e.g. "Spotify API reported error 404")
6
- hint : " 241,250,140" # hint text in errors
7
- hovered : " 255,184,108" # hovered pane border
8
- inactive : " 248,248,242" # borders of inactive panes
9
- playbar_background : " 68,71,90" # background of progress bar
10
- playbar_progress : " 248,248,242" # filled-in part of the progress bar
11
- playbar_progress_text : " 248,248,242" # song length and time played/left indicator in the progress bar
12
- playbar_text : " 248,248,242" # artist name in player pane
13
- selected : " 80,250,123" # a) selected pane border, b) hovered item in list, & c) track title in player
14
- text : " 248,248,242" # text in panes
15
- header : " 248,248,242" # header text in panes (e.g. 'Title', 'Artist', etc.)
16
-
17
- behavior :
18
- volume_increment : 1
19
- # The lower the number the higher the "frames per second".
20
- # You can decrease this number so that the audio visualisation is smoother but this can be expensive!
21
- tick_rate_milliseconds : 150
22
- # Enable text emphasis (typically italic/bold text styling).
23
- # Disabling this might be important if the terminal config is otherwise restricted and rendering text escapes interferes with the UI.
24
- enable_text_emphasis : true
25
- # Controls whether to show a loading indicator in the top right of the UI whenever communicating with Spotify API
26
- show_loading_indicator : true
2
+ error_border : " 243, 139, 168" # error dialog border
3
+ error_text : " 235, 160, 172" # error message text (e.g. "Spotify API reported error 404")
4
+ hint : " 249, 226, 175" # hint text in errors
5
+ playbar_background : " 17, 17, 27" # background of progress bar
6
+ playbar_progress : " 24, 24, 37" # filled-in part of the progress bar
7
+ playbar_progress_text : " 166, 227, 161" # song length and time played/left indicator in the progress bar
8
+ playbar_text : " 166, 173, 200" # artist name in player pane
9
+ inactive : " 108, 112, 134" # borders of inactive panes
10
+ text : " 205, 214, 244" # text in panes
11
+ active : " 203, 166, 247" # current playing song in list
12
+ banner : " 148, 226, 213" # the "spotify-tui" banner on launch
13
+ hovered : " 245, 194, 231" # hovered pane border
14
+ selected : " 180, 190, 254" # a) selected pane border, b) hovered item in list, & c) track title in player
15
+ header : " 180, 190, 254" # header text in panes (e.g. 'Title', 'Artist', etc.)
0 commit comments