From b960ffdde4e3383c3afec0617882fa32d761a178 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 21 Oct 2019 15:16:44 -0400 Subject: [PATCH] Feature: add Config TOML file #17 --- kbtui.tml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 kbtui.tml diff --git a/kbtui.tml b/kbtui.tml new file mode 100644 index 0000000..4ce8ecb --- /dev/null +++ b/kbtui.tml @@ -0,0 +1,30 @@ +[Basics] +downloadPath = "/tmp/" +colorless = false +# The prefix before evaluating a command +cmdPrefix = "/" + +[Formatting] +# BASH-like PS1 variable equivalent +outputFormat = "┌──[$USER@$DEVICE] [$ID] [$DATE - $TIME]\n└╼ $MSG" + +# 02 = Day, Jan = Month, 06 = Year +dateFormat = "02Jan06" + +# 15 = hours, 04 = minutes, 05 = seconds +timeFormat = "15:04" + + +[Colors] +channelsColor = 8 +channelsHeaderColor = 6 +noColor = -1 +mentionColor = 3 +messageHeaderColor = 8 +messageIdColor = 7 +messageTimeColor = 6 +messageSenderDefaultColor = 8 +messageSenderDeviceColor = 8 +messageBodyColor = -1 +messageAttachmentColor = 2 +messageLinkColor = 4