mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-26 00:44:47 -04:00
drafting themes
This commit is contained in:
parent
8245fbda24
commit
8415660416
23
tracker/gioui/theme.yml
Normal file
23
tracker/gioui/theme.yml
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
Reference in New Issue
Block a user