mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 13:36:12 +00:00
Add configuration files for styles, keybindings and other options
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.ColorWhite).Background(tcell.Color236)
|
||||
messageBarStyle := tcell.StyleDefault.Background(CurrentStyle.MessageBarBg).Foreground(CurrentStyle.MessageBarFg)
|
||||
|
||||
sizeX, sizeY := screen.Size()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user