From 1e6e34fbc560c0b72af0011759d15d62435de60c Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Sat, 26 Oct 2019 13:40:11 -0600 Subject: [PATCH] removed config file, added to gitignore --- .gitignore | 1 + kbtui.toml | 63 ------------------------------------------------------ 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 kbtui.toml diff --git a/.gitignore b/.gitignore index f43bc69..06ec13a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ kbtui emojiList.go +kbtui.toml *~ .\#* \#*\# diff --git a/kbtui.toml b/kbtui.toml deleted file mode 100644 index 37a5af4..0000000 --- a/kbtui.toml +++ /dev/null @@ -1,63 +0,0 @@ -[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] - [Colors.channels] - [Colors.channels.basic] - foreground = "normal" - [Colors.channels.header] - foreground = "magenta" - bold = true - [Colors.channels.unread] - foreground = "green" - italic = true - - [Colors.message] - [Colors.message.body] - foreground = "normal" - [Colors.message.header] - foreground = "grey" - [Colors.message.mention] - foreground = "green" - italic = true - bold = true - [Colors.message.id] - foreground = "yellow" - [Colors.message.time] - foreground = "magenta" - [Colors.message.sender_default] - foreground = "cyan" - bold = true - [Colors.message.sender_device] - foreground = "cyan" - [Colors.message.attachment] - foreground = "red" - [Colors.message.link_url] - foreground = "yellow" - [Colors.message.link_keybase] - foreground = "yellow" - [Colors.message.reaction] - foreground = "magenta" - bold = true - [Colors.message.code] - foreground = "cyan" - background = "grey" - [Colors.feed] - [Colors.feed.basic] - foreground = "grey" - [Colors.feed.error] - foreground = "red" \ No newline at end of file