This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-10-18 22:44:32 +03:00
parent 09c93420e4
commit cc03a7cf91
7 changed files with 222 additions and 99 deletions

View File

@ -92,8 +92,13 @@ type Theme struct {
Error color.NRGBA
}
Presets struct {
SearchBg color.NRGBA
Directory LabelStyle
Result LabelStyle
Results struct {
Builtin LabelStyle
User LabelStyle
UserDir LabelStyle
}
}
}
UnitEditor struct {