mirror of https://github.com/Rudi9719/kbtui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
631 B
31 lines
631 B
5 years ago
|
[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
|