mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-24 16:04:51 -04:00
fix(tracker/gioui): show muted instruments in different style
This commit is contained in:
parent
c023dc08b8
commit
1eea263dc9
@ -135,7 +135,11 @@ instrumenteditor:
|
||||
instrumentlist:
|
||||
number: { textsize: 10, color: *mediumemphasis }
|
||||
name: { textsize: 12, color: *white, hintcolor: *disabled }
|
||||
namemuted: { textsize: 12, color: *disabled, hintcolor: *disabled }
|
||||
namemuted:
|
||||
textsize: 12
|
||||
color: *disabled
|
||||
hintcolor: *disabled
|
||||
font: { style: 1 }
|
||||
scrollbar: { width: 6, color: *scrollbarcolor }
|
||||
unitlist:
|
||||
name: { textsize: 12, color: *white, hintcolor: *disabled }
|
||||
|
Reference in New Issue
Block a user