mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-26 00:44:47 -04:00
drafting
This commit is contained in:
parent
dec7322474
commit
3c66237fc7
@ -211,6 +211,7 @@ uniteditor:
|
||||
name:
|
||||
{ textsize: 12, alignment: 2, color: *highemphasis, shadowcolor: *black }
|
||||
wirecolor: *secondarycolor
|
||||
wirehighlight: *white
|
||||
wirehint: { textsize: 12, color: *disabled, shadowcolor: *black }
|
||||
width: 60
|
||||
height: 70
|
||||
@ -230,6 +231,14 @@ knob:
|
||||
pos: { color: *primarycolor, bg: { r: 51, g: 36, b: 54, a: 255 } }
|
||||
neg: { color: *secondarycolor, bg: { r: 32, g: 55, b: 58, a: 255 } }
|
||||
indicator: { color: *white, width: 2, innerdiam: 24, outerdiam: 36 }
|
||||
disabledknob:
|
||||
diameter: 36
|
||||
value: { textsize: 12, color: { r: 147, g: 143, b: 153, a: 255 }}
|
||||
strokewidth: 4
|
||||
bg: { r: 40, g: 40, b: 40, a: 255 }
|
||||
pos: { color: { r: 147, g: 143, b: 153, a: 255 }, bg: { r: 54, g: 52, b: 59, a: 255 } }
|
||||
neg: { color: { r: 147, g: 143, b: 153, a: 255 }, bg: { r: 54, g: 52, b: 59, a: 255 } }
|
||||
indicator: { color: { r: 147, g: 143, b: 153, a: 255 }, width: 2, innerdiam: 24, outerdiam: 36 }
|
||||
signalrail:
|
||||
color: *secondarycolor
|
||||
signalwidth: 10
|
||||
|
Reference in New Issue
Block a user