mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Change default color scheme
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ func PrintMessage(window *Window, message string) {
|
||||
func drawMessageBar(window *Window) {
|
||||
screen := window.screen
|
||||
|
||||
messageBarStyle := tcell.StyleDefault.Foreground(tcell.ColorBlack).Background(tcell.ColorWhite)
|
||||
messageBarStyle := tcell.StyleDefault.Foreground(tcell.ColorWhite).Background(tcell.Color236)
|
||||
|
||||
sizeX, sizeY := screen.Size()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user