summaryrefslogtreecommitdiff
path: root/irssi
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-25 00:37:24 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-25 00:37:24 +0200
commitf6a4fa0345b02fa953dc732fbf4d1ecb51af4178 (patch)
treece8fa3d3dcf4cb730effaa22eef3f875cd971c71 /irssi
parentc903754471bc8159262aeeab83bfd46943405dcc (diff)
downloaddotfiles-f6a4fa0345b02fa953dc732fbf4d1ecb51af4178.tar.xz
irssi: replaced anrxc theme with awesome theme
Diffstat (limited to 'irssi')
-rw-r--r--irssi/awesome.theme (renamed from irssi/anrxc.theme)36
1 files changed, 17 insertions, 19 deletions
diff --git a/irssi/anrxc.theme b/irssi/awesome.theme
index 051f9b9..0a9e54b 100644
--- a/irssi/anrxc.theme
+++ b/irssi/awesome.theme
@@ -1,11 +1,12 @@
###
# irssi theme file, using irssi 0.8.14
-# - anrxc.sysphere.org
+# - anrxc_at_sysphere_org
#
###############################################
-# I use nm.pl for aligning nicknames, which also provides complete
-# coloring for them. Without it, it could or would not look like crap.
+# This theme makes sense only with the Zenburn color pallete used by
+# the terminal emulator. Without it, it could or would not look like
+# crap.
#
# - My configuration file is available here:
# http://sysphere.org/~anrxc/local/scr/dotfiles/irssi.config
@@ -28,7 +29,7 @@ abstracts = {
# text to insert at the beginning of each non-message line
line_start = " ";
# timestamp styling
- timestamp = "%Y$*%N|";
+ timestamp = "%b$*%N|";
# any kind of text that needs hilighting
hilight = "%_$*%_";
@@ -170,7 +171,7 @@ abstracts = {
# Statusbar
#
- # default background for all statusbars
+ # default background+foreground for all statusbars
sb_background = "%0%G";
# background for prompt / input line
sb_prompt_bg = "%n";
@@ -181,34 +182,34 @@ abstracts = {
sbstart = "";
# text at the end of statusbars
sbend = "";
- #
+ # same for topicbars
topicsbstart = "";
topicsbend = "";
# entry prompt
- prompt = "%Y>%n ";
+ prompt = "%G::%n ";
# statusbar items
- sb = "%n$* | %n";
+ sb = ":: %n$* ";
# user mode
- sbmode = "(%n+%n$*)";
+ sbmode = "%W(%n+$*%W)%n";
# away display
- sbaway = " (%Yaway%n)";
+ sbaway = " %W(away)%n";
# server display
- sbservertag = ":$0";
+ sbservertag = " %W[%n$0%W]%n";
# mode display
sbnickmode = "$0";
# Statusbar activity
#
# ',' separator
- sb_act_sep = "%G$*";
+ sb_act_sep = "%R$*";
# normal text
- sb_act_text = "%Y$*";
+ sb_act_text = "%W$*";
# public message
- sb_act_msg = "%Y$*";
+ sb_act_msg = "%W$*";
# hilight
- sb_act_hilight = "%Y$*";
+ sb_act_hilight = "%W$*";
# hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n";
@@ -216,7 +217,7 @@ abstracts = {
# Scripts
#
# user count
- sb_usercount = "{sb %_$0%_ (%n$1-)%n}";
+ sb_usercount = "{sb %_$0%_ %W(%n$1-%W)%n ::}";
# operators are printed
sb_uc_ircops = "%_*%_$*";
# channel operators are printed
@@ -229,9 +230,6 @@ abstracts = {
sb_uc_normal = "$*";
# separator
sb_uc_space = " ";
-
- # Nact network usage
- nact_display = "Network: %n$2%_/%n$0%_/%n$5";
};