skal/config/config.odin

8 lines
171 B
Odin

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