diff options
| author | dam <dam@gudinoff> | 2024-05-03 00:32:06 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-03 00:32:06 +0100 |
| commit | 8b312bad33617f9b718232141d2855d80cb8b912 (patch) | |
| tree | 61880bef9e6b2c8200091cc365927b68878f9996 /modules/TUI/palette_24b.jai | |
| parent | 66dfee359cbe2c18ce8400edeb801a2373a771f4 (diff) | |
| download | task-time-tracker-8b312bad33617f9b718232141d2855d80cb8b912.tar.zst task-time-tracker-8b312bad33617f9b718232141d2855d80cb8b912.zip | |
WIP : Cleaning up TUI module.
Diffstat (limited to 'modules/TUI/palette_24b.jai')
| -rw-r--r-- | modules/TUI/palette_24b.jai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TUI/palette_24b.jai b/modules/TUI/palette_24b.jai index 7a263a0..ea0191c 100644 --- a/modules/TUI/palette_24b.jai +++ b/modules/TUI/palette_24b.jai @@ -1,5 +1,5 @@ // https://www.ditig.com/publications/256-colors-cheat-sheet -Palette :: struct { +Palette :: struct #type_info_none { BLACK :: Color_24b.{0x00, 0x00, 0x00}; MAROON :: Color_24b.{0x80, 0x00, 0x00}; GREEN :: Color_24b.{0x00, 0x80, 0x00}; |
