mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-20 07:03:30 -05:00
drafting
This commit is contained in:
parent
ec8c51b003
commit
dd564815d4
@ -22,6 +22,53 @@ type Theme struct {
|
||||
MenuButton ButtonStyle
|
||||
Oscilloscope OscilloscopeStyle
|
||||
NumericUpDown NumericUpDownStyle
|
||||
DialogTitle LabelStyle
|
||||
DialogText LabelStyle
|
||||
SongPanel struct {
|
||||
RowHeader LabelStyle
|
||||
RowValue LabelStyle
|
||||
Expander LabelStyle
|
||||
Version LabelStyle
|
||||
ErrorColor color.NRGBA
|
||||
}
|
||||
Alert struct {
|
||||
Warning PopupAlertStyle
|
||||
Error PopupAlertStyle
|
||||
Info PopupAlertStyle
|
||||
}
|
||||
NoteEditor struct {
|
||||
TrackTitle LabelStyle
|
||||
Header LabelStyle
|
||||
}
|
||||
Dialog struct {
|
||||
Title LabelStyle
|
||||
Text LabelStyle
|
||||
}
|
||||
OrderEditor struct {
|
||||
TrackTitle LabelStyle
|
||||
}
|
||||
Menu struct {
|
||||
Text LabelStyle
|
||||
ShortCut LabelStyle
|
||||
}
|
||||
InstrumentEditor struct {
|
||||
Octave LabelStyle
|
||||
Voices LabelStyle
|
||||
InstrumentNumber LabelStyle
|
||||
InstrumentName LabelStyle
|
||||
InstrumentNameMuted LabelStyle
|
||||
UnitList struct {
|
||||
Name LabelStyle
|
||||
Comment LabelStyle
|
||||
Stack LabelStyle
|
||||
Disabled LabelStyle
|
||||
}
|
||||
}
|
||||
UnitEditor struct {
|
||||
Hint LabelStyle
|
||||
Chooser LabelStyle
|
||||
ParameterName LabelStyle
|
||||
}
|
||||
}
|
||||
|
||||
//go:embed theme.yml
|
||||
|
||||
Reference in New Issue
Block a user