Rudimentarily add colors

This commit is contained in:
Hugo Mårdbrink 2025-08-13 16:50:26 +02:00
parent 275e5c3f7d
commit d52ef78a9b
3 changed files with 22 additions and 6 deletions

7
config/config.odin Normal file
View file

@ -0,0 +1,7 @@
package config
HISTORY_FILE :: "skal.history"
USER_COLOR :: "\x1b[0m"
DETAILS_COLOR :: "\x1b[34m"
DIR_COLOR :: "\x1b[32m"
BASE_COLOR :: "\x1b[0m"