feat(tracker): make sequencer show properly cursor, current playing row & pattern marker

This commit is contained in:
vsariola
2021-01-10 16:11:29 +02:00
parent 37185c98b3
commit 33bd91764c
2 changed files with 22 additions and 22 deletions

View File

@ -77,6 +77,7 @@ var patternTextColor = white
var patternActiveTextColor = yellow
var patternFont = fontCollection[6].Font
var patternFontSize = unit.Px(12)
var patternCursorColor = color.RGBA{R: 38, G: 79, B: 120, A: 64}
var inactiveBtnColor = color.RGBA{R: 61, G: 55, B: 55, A: 255}