discord-but-fast/default.ini

20 lines
516 B
INI

[performance]
; How many messages should be retrieved upon opening a conversation?
historyFetch = 20
; How many messages can be collectively displayed in a conversation?
maxMessagesListed = 100
[font]
; Font face. Only changes some elements.
type = Tahoma
; Font size in px. Only changes some elements, unsupported.
size = 8
[color]
; Color used to highlight user in chat log
userHighlight = #ff0000
; Conversation/friend-list colors
userOnline = #00ff00
userAway = #ffff00
userBusy = #ff0000
userOffline = #999999