mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
feat(tracker): make sequencer show properly cursor, current playing row & pattern marker
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user