aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <devnull@localhost>2024-04-09 15:13:26 +0100
committerdam <devnull@localhost>2024-04-09 15:13:26 +0100
commit3491fff478a7ebf7e9281595230528726828f48c (patch)
tree701b83be986e5e5d9c6391955727c504e2cc42d7 /ttt.jai
parent353d8b1145db12ffc42e4f6c2148a848ef8bba84 (diff)
downloadtask-time-tracker-3491fff478a7ebf7e9281595230528726828f48c.tar.zst
task-time-tracker-3491fff478a7ebf7e9281595230528726828f48c.zip
Clear style when stoping TUI.
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai4
1 files changed, 2 insertions, 2 deletions
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,
};