QtPy rewrite

This commit is contained in:
Fierelier 2020-11-24 01:40:39 +01:00
parent 4701fe80f7
commit 1372c6bb4d
2 changed files with 523 additions and 544 deletions

View File

@ -4,17 +4,29 @@ 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
[style]
; Qt's base style. Fusion, Breeze, Windows, etc... default = system default - Using anything else than default could override your font and color choices in some instances. Try the Windows theme if some of your colors do not apply.
baseStyle = default
; Background color in hex (#AABBCC) or a css-compliant color (black, white, red, etc). default = system default
backgroundColor = default
; Font color in hex (#AABBCC) or a css-compliant color (black, white, red, etc). default = system default
fontColor = default
[color]
; Color used to highlight user in chat log
userHighlight = #ff0000
; Conversation/friend-list colors
userOnline = #00ff00
userAway = #ffff00
userBusy = #ff0000
userOffline = #999999
[font]
; Font type for variable width fonts. default = system default.
defaultType = default
; Font size in px. Other values than 8 are not supported. default = system default.
defaultSize = 8
; Font face for monospace fonts. default = system default.
monoType = default
; Font size in px. Other values than 8 are not supported. default = system default.
monoSize = 8
[textStyle]
; Style used to highlight user in chat log
userHighlight = color: #ff0000; font-weight: bold
; Conversation/friend-list styles
userOnline = color: #00ff00
userAway = color: #ffff00
userBusy = color: #ff0000
userOffline = color: #999999

File diff suppressed because it is too large Load Diff