feat(tracker): draw a slightly more reasonable cursor

This commit is contained in:
vsariola
2021-01-07 15:02:29 +02:00
parent f8103af43c
commit 148bea2827
2 changed files with 7 additions and 12 deletions

View File

@ -38,6 +38,7 @@ var trackerTextColor = white
var trackerActiveTextColor = yellow
var trackerPlayColor = red
var trackerPatMarker = blue
var trackerCursorColor = color.RGBA{R: 64, G: 64, B: 64, A: 64}
var patternBgColor = black
var patternPlayColor = red