diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-09 20:23:29 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-09 20:23:29 -0400 |
commit | e039039e31a221e8c5739562e3d1e5cfdef4af74 (patch) | |
tree | a249e91ea83bafe7f3da6671efb113c6bfc824af /profanity | |
parent | bc81bf92517eb07cd3cc0bdb243a0d4ff53a59c2 (diff) | |
download | dotfiles-e039039e31a221e8c5739562e3d1e5cfdef4af74.tar.gz |
profanity tweaks
Diffstat (limited to 'profanity')
-rw-r--r-- | profanity/.config/profanity/profrc | 2 | ||||
-rw-r--r-- | profanity/.config/profanity/themes/zenburn | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/profanity/.config/profanity/profrc b/profanity/.config/profanity/profrc index f5653b5..d69d375 100644 --- a/profanity/.config/profanity/profrc +++ b/profanity/.config/profanity/profrc @@ -24,7 +24,7 @@ resource.message=false statusbar.show.name=true statusbar.self=barejid statusbar.chat=user -flash=true +flash=false intype.console=false console.muc=mention roster.order=presence diff --git a/profanity/.config/profanity/themes/zenburn b/profanity/.config/profanity/themes/zenburn index 9a90bb2..2e0f5ec 100644 --- a/profanity/.config/profanity/themes/zenburn +++ b/profanity/.config/profanity/themes/zenburn @@ -5,14 +5,14 @@ titlebar.text=grey66 titlebar.brackets=grey66 titlebar.unencrypted=bold_red titlebar.encrypted=darkseagreen -titlebar.untrusted=yellow +titlebar.untrusted=bold_yellow titlebar.trusted=darkseagreen titlebar.online=darkseagreen -titlebar.offline=red -titlebar.away=magenta +titlebar.offline=bold_red +titlebar.away=bold_magenta titlebar.chat=darkseagreen -titlebar.dnd=white -titlebar.xa=white +titlebar.dnd=bold_red +titlebar.xa=bold_magenta statusbar=grey15 statusbar.text=grey66 statusbar.time=yellow |