From 3491fff478a7ebf7e9281595230528726828f48c Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 9 Apr 2024 15:13:26 +0100 Subject: Clear style when stoping TUI. --- ttt.jai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index 43a972f..7fdd9af 100644 --- a/ttt.jai +++ b/ttt.jai @@ -26,7 +26,7 @@ #import "String"; #import "Integer_Saturating_Arithmetic"; #import "UTF8"; -TUI :: #import "TUI"(COLOR_BIT_DEPTH=8); +TUI :: #import "TUI"(COLOR_BIT_DEPTH=4); VERSION :: "2.0"; // Use only 3 chars (to fit layouts). YEAR :: "2024"; @@ -99,7 +99,7 @@ style_active := TUI.Style.{ }; style_active_selected := TUI.Style.{ - background = TUI.Palette.NAVY, + background = TUI.Palette.BLUE, foreground = TUI.Palette.WHITE, bold = true, }; -- cgit v1.2.3