Irssi theme tweaks

This commit is contained in:
Eryn Wells 2013-03-12 11:00:55 -07:00
parent 27789e5f3d
commit 402d298f52

View file

@ -118,7 +118,7 @@ abstracts = {
## ##
# the basic styling of how to print message, $0 = nick mode, $1 = nick # the basic styling of how to print message, $0 = nick mode, $1 = nick
msgnick = "%K<%n$0$1-%K>%n %|"; msgnick = " %n$0$1-%k>%n %|";
# message from you is printed. "msgownnick" specifies the styling of the # message from you is printed. "msgownnick" specifies the styling of the
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
@ -250,7 +250,7 @@ abstracts = {
# default background for all statusbars. You can also give # default background for all statusbars. You can also give
# the default foreground color for statusbar items. # the default foreground color for statusbar items.
sb_background = "%4%w"; sb_background = "%n%0";
# default backround for "default" statusbar group # default backround for "default" statusbar group
#sb_default_bg = "%4"; #sb_default_bg = "%4";
@ -266,14 +266,14 @@ abstracts = {
sbstart = ""; sbstart = "";
# text at the end of statusbars. Use space so that it's never # text at the end of statusbars. Use space so that it's never
# used for anything. # used for anything.
sbend = " "; sbend = "";
topicsbstart = "{sbstart $*}"; topicsbstart = "{sbstart $*}";
topicsbend = "{sbend $*}"; topicsbend = "{sbend $*}";
prompt = "[$*] "; prompt = "[%n$*] ";
sb = " %c[%n$*%c]%n"; sb = "%c[%n$*%c]%n ";
sbmode = "(%c+%n$*)"; sbmode = "(%c+%n$*)";
sbaway = " (%GzZzZ%n)"; sbaway = " (%GzZzZ%n)";
sbservertag = ":$0 (change with ^X)"; sbservertag = ":$0 (change with ^X)";
@ -286,9 +286,9 @@ abstracts = {
# normal text # normal text
sb_act_text = "%c$*"; sb_act_text = "%c$*";
# public message # public message
sb_act_msg = "%W$*"; sb_act_msg = "%w$*";
# hilight # hilight
sb_act_hilight = "%M$*"; sb_act_hilight = "%m$*";
# hilight with specified color, $0 = color, $1 = text # hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n"; sb_act_hilight_color = "$0$1-%n";
}; };