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
@@ -160,7 +160,7 @@ func initTopMenu() {
|
||||
func drawTopMenu(window *Window) {
|
||||
screen := window.screen
|
||||
|
||||
topMenuStyle := tcell.StyleDefault.Foreground(tcell.ColorBlack).Background(tcell.ColorWhite)
|
||||
topMenuStyle := tcell.StyleDefault.Foreground(tcell.ColorWhite).Background(tcell.Color236)
|
||||
|
||||
sizeX, _ := screen.Size()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user