root/data/resources/style.css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.title-header{
  font-size: 36px;
  font-weight: bold;
}

.track_active .title_label {
    color:@theme_selected_bg_color;
    font-weight:bold;
}

.player_controls {
    background:@insensitive_base_color;
    padding-left:20px;
    padding-right:20px;
}

.play_all_button {
    background:@theme_selected_bg_color;
    border-radius:100px;
    min-width:40px;
    min-height:50px;
}

.active_icon_button {
    color: @accent_bg_color;
}