Irssi theme update
* Changed my theme a little, it no longer uses unicode characters that I can't currently read anyway
This commit is contained in:
parent
ed945af1b6
commit
b9121c1143
1 changed files with 16 additions and 16 deletions
|
@ -6,14 +6,14 @@ abstracts = {
|
||||||
line_start = "%K:%w:%W: ";
|
line_start = "%K:%w:%W: ";
|
||||||
|
|
||||||
# timestamp styling
|
# timestamp styling
|
||||||
timestamp = "%0 %c[%n$*%c]%n %n";
|
timestamp = " %c[%n$*%c]%n %n";
|
||||||
|
|
||||||
##
|
##
|
||||||
## messages
|
## messages
|
||||||
##
|
##
|
||||||
|
|
||||||
# the basic styling hof how to print message, $0 = nick mode, $1 = nick
|
# the basic styling hof how to print message, $0 = nick mode, $1 = nick
|
||||||
msgnick = "$1 %B»%n %|";
|
msgnick = "$1 %B>>%n %|";
|
||||||
|
|
||||||
# $0 = nick mode, $1 = nick
|
# $0 = nick mode, $1 = nick
|
||||||
#ownmsgnick = "{msgnick $0 %B$1-%n}";
|
#ownmsgnick = "{msgnick $0 %B$1-%n}";
|
||||||
|
@ -29,23 +29,23 @@ abstracts = {
|
||||||
sb_foreground = "%w";
|
sb_foreground = "%w";
|
||||||
|
|
||||||
sbmode = " mode $*";
|
sbmode = " mode $*";
|
||||||
sb_act_hilight = "%4 $* %n";
|
sb_act_hilight = "%3 $* %n";
|
||||||
};
|
};
|
||||||
formats = {
|
formats = {
|
||||||
"fe-common/core" = {
|
"fe-common/core" = {
|
||||||
join = "%g»%G»%n $0 %G»%n {chanhost $1} joins $2";
|
join = "%g>>%G>>%n $0 %G>>%n joins $2";
|
||||||
part = "%r«%R«%n $0 %R«%n {chanhost $1} leaves $2 {reason $3}";
|
part = "%r<<%R<<%n $0 %R<<%n leaves $2 {reason $3}";
|
||||||
quit = "%r«%R«%n $0 %R«%n {chanhost $1} quits {reason $2}";
|
quit = "%r<<%R<<%n $0 %R<<%n quits {reason $2}";
|
||||||
kick = "%r«%R«%n $0 %R«%n was kicked from {channel $1} by $2 {reason $3}";
|
kick = "%r<<%R<<%n $0 %R<<%n was kicked from {channel $1} by $2 {reason $3}";
|
||||||
nick_changed = "{channick $0} --> {channick $1}";
|
nick_changed = "{channick $0} --> {channick $1}";
|
||||||
|
|
||||||
own_msg = "{ownmsgnick $2 {ownnick $[-15]0}}$1";
|
own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1";
|
||||||
own_msg_channel = "{ownmsgnick $3 {ownnick $[-15]0}{msgchannel $1}}$2";
|
own_msg_channel = "{ownmsgnick $3 [{ownnick $[12]0}]{msgchannel $1}}$2";
|
||||||
pubmsg_me = "{pubmsgmenick $2 {menick $[-15]0}}$1";
|
pubmsg_me = "{pubmsgmenick $2 [{menick $[12]0}]}$1";
|
||||||
pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-15]0}{msgchannel $1}}$2";
|
pubmsg_me_channel = "{pubmsgmenick $3 [{menick $[12]0}]{msgchannel $1}}$2";
|
||||||
pubmsg_hilight = "{pubmsghinick $0 $3 $[-15]1}$2";
|
pubmsg_hilight = "{pubmsghinick $0 $3 [$[12]1]}$2";
|
||||||
pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-15]1{msgchannel $2}}$3";
|
pubmsg_hilight_channel = "{pubmsghinick $0 $4 [$[12]1]{msgchannel $2}}$3";
|
||||||
pubmsg = "{pubmsgnick $2 {pubnick $[-15]0}}$1";
|
pubmsg = "{pubmsgnick $2 {pubnick [$[12]0]}}$1";
|
||||||
pubmsg_channel = "{pubmsgnick $3 {pubnick $[-15]0}{msgchannel $1}}$2";
|
pubmsg_channel = "{pubmsgnick $3 {pubnick [$[12]0]}{msgchannel $1}}$2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue