This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-05-02 22:49:52 +03:00
parent ec8c51b003
commit dd564815d4
14 changed files with 259 additions and 172 deletions

View File

@ -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