Changed windows black text values.

Signed-off-by: Akram <akram@wit.com>
This commit is contained in:
Akram 2019-06-20 13:53:53 -07:00
parent d887899952
commit 3e5577bc6f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import pb "git.wit.com/wit/witProtobuf"
import "git.wit.com/wit/gui"
var windowsTextVeryLightGrey = color.RGBA{10, 10, 10, 10}
var windowsTextBlack = color.RGBA{200, 200, 200, 200}
var windowsTextBlack = color.RGBA{0, 0, 0, 0}
var windowsTextWhite = color.RGBA{255, 255, 255, 255}
var windowsTextYellow = color.RGBA{200, 200, 0, 200}
var windowsTextRed = color.RGBA{200, 0, 0, 200}