skal/config/config.odin

7 lines
147 B
Odin

package config
HISTORY_FILE :: "skal.history"
USER_COLOR :: "\x1b[0m"
DETAILS_COLOR :: "\x1b[34m"
DIR_COLOR :: "\x1b[32m"
BASE_COLOR :: "\x1b[0m"