View Issue Details

IDProjectCategoryView StatusLast Update
0020707MMW 5Main Panelpublic2024-03-23 08:04
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version5.1 
Summary0020707: Color of the track info in Visualization should be able to skin independently of lines
DescriptionThe color of the track title-artist in Visualization on the start of playback is the same as the color of lines for basic visualizations (bars, oscillator, line fade), but it uses the color of @textColor of basic skin for Milkshake visualization. This is inconsistent. It would be nice if the color of that text could be set in the custom skins independently of the color of visualization lines, and to be applied to all visualizations including Milkshake.
Tagstodoc-dev
Fixed in build3006

Activities

michal

2024-03-15 20:55

developer   ~0074678

Fixed in build 3006. Only Milkshake has text color fixed to white, because it has always dark background, skin independent. Style as:

.basevis {
    --visTextColor: @textColor;
    --visTextShadowColor: @highlightColor;
}

rusty

2024-03-21 20:33

administrator   ~0074731

Verified 3006.