diff options
Diffstat (limited to 'profanity/.config')
-rw-r--r-- | profanity/.config/profanity/profrc | 48 | ||||
-rw-r--r-- | profanity/.config/profanity/themes/zenburn | 86 |
2 files changed, 134 insertions, 0 deletions
diff --git a/profanity/.config/profanity/profrc b/profanity/.config/profanity/profrc new file mode 100644 index 0000000..f5653b5 --- /dev/null +++ b/profanity/.config/profanity/profrc @@ -0,0 +1,48 @@ +[connection] +account=sacredheartsc +mam=true +carbons=true +receipts.request=true +receipts.send=true +reconnect=15 +defaccount=sacredheartsc + +[omemo] +trustmode=blind +policy=automatic + +[chatstates] +outtype=true +enabled=true + +[ui] +wintitle.show=true +statuses.chat=all +beep=true +splash=false +resource.message=false +statusbar.show.name=true +statusbar.self=barejid +statusbar.chat=user +flash=true +intype.console=false +console.muc=mention +roster.order=presence +roster.by=none +time.chat=%H:%M +time.console=%H:%M +time.vcard=%y-%m-%d +time.lastactivity=%y-%m-d %H:%M +time.statusbar=off +time.muc=%H:%M +time.private=%H:%M +titlebar.muc.title.jid=true +resource.title=false +theme=zenburn +statusbar.tabmode=default +statusbar.show.number=true +statusbar.show.read=true +titlebar.muc.title.name=false + +[presence] +lastactivity=true diff --git a/profanity/.config/profanity/themes/zenburn b/profanity/.config/profanity/themes/zenburn new file mode 100644 index 0000000..9a90bb2 --- /dev/null +++ b/profanity/.config/profanity/themes/zenburn @@ -0,0 +1,86 @@ +[colours] +bkgnd=default +titlebar=grey15 +titlebar.text=grey66 +titlebar.brackets=grey66 +titlebar.unencrypted=bold_red +titlebar.encrypted=darkseagreen +titlebar.untrusted=yellow +titlebar.trusted=darkseagreen +titlebar.online=darkseagreen +titlebar.offline=red +titlebar.away=magenta +titlebar.chat=darkseagreen +titlebar.dnd=white +titlebar.xa=white +statusbar=grey15 +statusbar.text=grey66 +statusbar.time=yellow +statusbar.brackets=grey15 +statusbar.active=grey66 +statusbar.current=navajowhite1 +statusbar.new=bold_white +main.text=default +main.text.me=default +main.text.them=default +main.splash=cyan +main.help.header=default +main.time=grey54 +input.text=default +subscribed=darkseagreen +unsubscribed=red +otr.started.trusted=darkseagreen +otr.started.untrusted=yellow +otr.ended=red +otr.trusted=darkseagreen +otr.untrusted=yellow +online=darkseagreen +away=magenta +chat=darkseagreen +dnd=red +xa=magenta +offline=grey54 +incoming=yellow +mention=bold_white +trigger=bold_white +typing=yellow +gone=yellow +error=bold_red +roominfo=yellow +roommention=yellow +roommention.term=yellow +roomtrigger=yellow +roomtrigger.term=yellow +me=grey54 +them=cyan +roster.header=grey54 +roster.chat=darkseagreen +roster.online=darkseagreen +roster.away=magenta +roster.xa=magenta +roster.dnd=red +roster.offline=grey54 +roster.chat.active=darkseagreen +roster.online.active=darkseagreen +roster.away.active=magenta +roster.xa.active=magenta +roster.dnd.active=red +roster.offline.active=default +roster.chat.unread=bold_white +roster.online.unread=bold_white +roster.away.unread=bold_white +roster.xa.unread=bold_white +roster.dnd.unread=bold_white +roster.offline.unread=bold_white +roster.room=default +roster.room.unread=bold_white +roster.room.mention=bold_white +roster.room.trigger=bold_white +occupants.header=grey54 +receipt.sent=grey54 + +[ui] +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 |