Change default color scheme

This commit is contained in:
2025-06-07 22:12:19 +03:00
parent 6b3ef29515
commit f086463373
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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()