feat(tracker): add surface color to instrument editor

This commit is contained in:
vsariola
2021-01-10 15:24:20 +02:00
parent fa893c94f1
commit 37185c98b3
3 changed files with 16 additions and 3 deletions

View File

@ -79,3 +79,5 @@ var patternFont = fontCollection[6].Font
var patternFontSize = unit.Px(12)
var inactiveBtnColor = color.RGBA{R: 61, G: 55, B: 55, A: 255}
var instrumentSurfaceColor = color.RGBA{R: 31, G: 31, B: 31, A: 31}