diff options
author | James Booth <boothj5@gmail.com> | 2014-11-16 21:56:19 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-11-16 21:56:19 +0000 |
commit | 976e5aac0a9905dbaa8f150ed7107011b9f87373 (patch) | |
tree | a243735eb2e4c51a9cf016d3493dc6e1f2d84791 /themes | |
parent | ed4391ec8a3190769917358e4fa68106c9e9891d (diff) | |
download | profani-tty-976e5aac0a9905dbaa8f150ed7107011b9f87373.tar.gz |
Added support for bold theme settings
Diffstat (limited to 'themes')
-rw-r--r-- | themes/boothj5 | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/themes/boothj5 b/themes/boothj5 index 6f8eac7f..40c3e58a 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -2,21 +2,21 @@ bkgnd=default titlebar=blue statusbar=blue -titlebar.text=white +titlebar.text=bold_white titlebar.brackets=white -statusbar.text=white +statusbar.text=bold_white statusbar.brackets=white -statusbar.active=black -statusbar.new=white +statusbar.active=bold_black +statusbar.new=bold_white main.text=white main.text.me=cyan -main.text.them=white -input.text=green +main.text.them=bold_white +input.text=bold_green main.time=yellow -main.splash=red -online=green +main.splash=bold_red +online=bold_green away=cyan -chat=white +chat=bold_white dnd=magenta xa=blue offline=red @@ -25,21 +25,23 @@ gone=red error=red incoming=yellow roominfo=yellow -roommention=red +roommention=bold_red me=blue -them=green -titlebar.unencrypted=red -titlebar.encrypted=white -titlebar.untrusted=yellow -titlebar.trusted=white -titlebar.online=green -titlebar.offline=red -titlebar.away=cyan -titlebar.xa=cyan -titlebar.dnd=red -titlebar.chat=green +them=bold_green +titlebar.unencrypted=bold_red +titlebar.encrypted=bold_white +titlebar.untrusted=bold_yellow +titlebar.trusted=bold_white +titlebar.online=bold_green +titlebar.offline=bold_red +titlebar.away=bold_cyan +titlebar.xa=bold_cyan +titlebar.dnd=bold_red +titlebar.chat=bold_green otr.started.trusted=green otr.started.untrusted=yellow otr.ended=red otr.trusted=green otr.untrusted=yellow +roster.header=bold_yellow +occupants.header=bold_cyan |