diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }; |
