parent
becd305e01
commit
5cc96cbdba
10 changed files with 53 additions and 21 deletions
|
@ -23,6 +23,10 @@ bgColor = makeColor (37 / 256) (19 / 256) (26 / 256) 1
|
|||
textColor :: Color
|
||||
textColor = white
|
||||
|
||||
-- Color of selection
|
||||
selectionColor :: Color
|
||||
selectionColor = red
|
||||
|
||||
-- Default scale
|
||||
zoom :: Float
|
||||
zoom = 5
|
||||
|
|
Reference in a new issue