mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
24 lines
660 B
YAML
24 lines
660 B
YAML
material:
|
|
textsize: 16
|
|
fingersize: 38
|
|
palette:
|
|
bg: &bg { r: 18, g: 18, b: 18, a: 255 }
|
|
fg: &fg { r: 255, g: 255, b: 255, a: 255 }
|
|
contrastbg: &contrastbg { r: 206, g: 147, b: 216, a: 255 }
|
|
contrastfg: &contrastfg { r: 0, g: 0, b: 0, a: 255 }
|
|
oscilloscope:
|
|
curvecolors:
|
|
[{ r: 206, g: 147, b: 216, a: 255 }, { r: 128, g: 222, b: 234, a: 255 }]
|
|
limitcolor: { r: 255, g: 255, b: 255, a: 8 }
|
|
cursorcolor: { r: 252, g: 186, b: 3, a: 255 }
|
|
numericupdown:
|
|
bgcolor: { r: 255, g: 255, b: 255, A: 3 }
|
|
textcolor: *fg
|
|
iconcolor: *contrastbg
|
|
cornerradius: 4
|
|
buttonwidth: 16
|
|
unitsperstep: 8
|
|
textsize: 14
|
|
width: 70
|
|
height: 20
|