diff options
-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 |