Tweaked the selection color

This commit is contained in:
Sasha Koshka 2023-08-12 11:43:09 -04:00
parent cafa0afd8c
commit 6eacdf5ccf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var outerShadow = border(0xa4afc0FF, 0xa4afc0FF, 0xa4afc0ff, 0xa4afc0ff, 0, 1
var buttonColor = hex(0xe9eaeaFF)
var buttonColorPressed = hex(0xe3e4e4FF)
var buttonColorFocused = hex(0xe4e6e8FF)
var dotColor = hex(0xa4c0e4FF)
var dotColor = hex(0xa4b1c6FF)
var inputColor = hex(0xe3e4e4FF)
var textColor = hex(0x000000FF)
var backgroundColor = hex(0xd6d6d6FF)