Merge branch 'akramsbranch' of https://git.wit.com/wit/cloud-control-panel into akramsbranch

This commit is contained in:
Akram 2019-06-21 14:36:22 -07:00
commit 27801edca3
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{0, 0, 0, 0}
var windowsTextBlack = color.RGBA{0, 0, 0, 255}
var windowsTextWhite = color.RGBA{255, 255, 255, 255}
var windowsTextYellow = color.RGBA{200, 200, 0, 200}
var windowsTextRed = color.RGBA{200, 0, 0, 200}