################################################# # al4rm theme by dive dave@unrealize.co.uk # # #irssi & #slackware # # # # NB: If you use advanced window list # # you might want to set the colour: # # /set awl_display_key $Q%Y|%n$H$C$S # # and for trackbar: # # /set trackbar_style %r # # and also /set indent 22 # ################################################# # default foreground color (%N) - -1 is the "default terminal color" default_color = "-1"; # these characters are automatically replaced with specified color # (dark grey by default) replaces = { "[]" = "%r$*%n"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line blank = " "; line_start = "{blank}"; join_start = "%r=%Y> "; gone_start = "%Y<%r= "; kick_start = "%R<%r= "; line_start_irssi = "{blank}%r=%Y> "; # timestamp styling, nothing by default timestamp = "%Y$0-"; # any kind of text that needs hilighting, default is to bold hilight = "%W$*%n"; # any kind of error message, default is bright red error = "%R$*%n"; # channel name is printed channel = "%Y$*%n"; # nick is printed nick = "%Y$*%n"; # nick host is printed nickhost = "[$*]"; # server name is printed server = "%w$*%n"; # some kind of comment is printed comment = "[%Y$*]"; # reason for something is printed (part, quit, kick, ..) reason = "{comment $*}"; # mode change is printed ([+o nick]) mode = "{comment $*}"; ## ## channel specific messages ## # highlighted nick/host is printed (joins) channick_hilight = "%Y$*%n"; chanhost_hilight = "%r{nickhost $*}%n"; # nick/host is printed (parts, quits, etc.) channick = "%Y$*%n"; chanhost = "%r{nickhost $*}%n"; # highlighted channel name is printed channelhilight = "[%Y$*%n]"; # ban/ban exception/invite list mask is printed ban = "%Y$*%n"; ## ## messages ## # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%r<%Y$0%r$1-%r> %|"; # $0 = nick mode, $1 = nick ownmsgnick = "{msgnick %w$0 $1-}%n"; ownnick = "%w$*%n"; # public message in channel, $0 = nick mode, $1 = nick pubmsgnick = "{msgnick %Y$0 %r$1-}%n"; pubnick = "%r$*%n"; # public message in channel meant for me, $0 = nick mode, $1 = nick pubmsgmenick = "{msgnick $0 $1-}"; menick = "%R$*%n"; # public highlighted message in channel # $0 = highlight color, $1 = nick mode, $2 = nick pubmsghinick = "{msgnick $1 $0$2-%n}"; # channel name is printed with message msgchannel = "%r:%r$*%n"; # private message, $0 = nick, $1 = host privmsg = "[%Y$0%Y(%r$1-%Y)%n] "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%Y$0%r(%Y$1-%r)%n] "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%Y$*%n"; # private message in query privmsgnick = "{msgnick %Y$*%n}"; ## ## Actions (/ME stuff) ## # used internally by this theme action_core = " {blank}%W$*"; # generic one that's used by most actions action = "{action_core $*} "; # own action, both private/public ownaction = "{action %W$*}"; # own action with target, both private/public ownaction_target = "{action_core $0}%r:%r$1%n "; # private action sent by others pvtaction = "%W (*) $*%n "; pvtaction_query = "{action $*}"; # public action sent by others pubaction = "{action $*}"; ## ## other IRC events ## # whois whois = "$[8]0 : $1-"; # notices ownnotice = "{blank}[%r$0%r(%R$1-%r)]%n "; notice = "{blank}%r-%M$*%r-%n "; pubnotice_channel = "{blank}%r:%m$*"; pvtnotice_host = "{blank}%r(%m$*%r)"; servernotice = "{blank}%Y!$*%n "; # CTCPs ownctcp = "{blank}%r=%Y> [%Y$0%r(%Y$1-%r)] "; ctcp = "{blank}%r=%Y> %r$*%n"; # wallops wallop = "{blank}%Y$*%n: "; wallop_nick = "%n$*"; wallop_action = "{blank}%Y * $*%n "; # netsplits netsplit = "%Y<%r= %Y$*%n"; netjoin = "%r=%Y> %Y$*%n"; # /names list names_prefix = " {blank}%r=%Y> "; names_nick = "[%_$0%_$1-] "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = " {blank}[%Y$*]"; names_channel = "$*%n"; # DCC dcc = "{blank}%r=%Y> $*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{blank}[%Y$0%Y($1-%Y)%n] "; dccownnick = "%Y$*%n"; dccownquerynick = "%Y$*%n"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%r:%r$1%n "; # DCC chat, others dccmsg = "{blank}[%Y$1-%Y(%Y$0%Y)%n] "; dccquerynick = "%Y$*%n"; dccaction = "{blank} %Y$* %|"; ## ## statusbar ## # default background for all statusbars. You can also give # the default foreground color for statusbar items. sb_background = "%Y%1"; # default backround for "default" statusbar group sb_default_bg = "%Y%1"; # background for prompt / input line sb_prompt_bg = "%n"; # background for info statusbar sb_info_bg = "%Y%1"; # background for topicbar (same default) sb_topic_bg = "%Y%1"; # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. #sbstart = "[%1%Y-%n]"; #sbstart = "%Y%n"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = " "; prompt = "%Y[$*] %Y"; sb = "%Y%1%Y[$*%1]"; sbmode = "%Y(%1+$*)"; sbaway = " %Y(Away)%n"; sbservertag = "%Y:$0 (change with ^X)"; # activity in statusbar # added awl sb_act_none = "%Y$*%n"; # ':' separator sb_act_sep = "%r$*%n"; # normal text sb_act_text = "%K$*%n"; # public message sb_act_msg = "%k$*%n"; # hilight sb_act_hilight = "%W$*%n"; # hilight with specified color, $0 = color, $1 = text sb_act_hilight_color = "%W$0%W$1-%n"; # hilight hilight_color = "%W"; }; formats = { "fe-common/irc/dcc" = { own_dcc_query = "{ownmsgnick {dccownquerynick $[-13]0}}%r$2"; dcc_msg_query = "{privmsgnick $[-13]0}%r$1"; }; "fe-common/core" = { join = "{join_start}{nick $0} {chanhost $1}%r has joined {channel $2}"; part = "{gone_start}{channick $0} {chanhost $1}%r has left {channel $2} {reason $3}"; kick = "{kick_start}{channick $0}%Y was kicked from {channel $1} %Yby {nick $2} {reason $3}"; quit = "{gone_start}{channick $0} {chanhost $1}%r has quit {reason $2}"; quit_once = "{gone_start} {channel $3} {channick $0} {chanhost $1}%Y has quit {reason $2}"; pubmsg = "{pubmsgnick $2 {pubnick %Y$[-12]0}}%Y$1"; nick_changed = " {channick $0}%r is now known as {channick $1}"; your_nick_changed = " You're now known as channick $1"; own_msg = "{ownmsgnick $2 {ownnick $[-12]0}}%w$1"; own_msg_channel = "{ownmsgnick $3 {%Yownnick $[-12]0}{msgchannel $1}}%w$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%Y$1"; msg_private_query = "{privmsgnick $[-13]0}%Y$2"; daychange = "{blank} %Y-----------------%Y-%Y-%n %YDay changed to %%a %%b %%d %%Y %Y-%Y-%Y-----------------%n"; new_topic = " {nick $0} %rchanged the topic of {channel $1} to: $2"; topic_unset = " %rTopic unset by {nick $0} on {channel $1}"; line_start_irssi = "{line_start} "; }; "fe-common/irc" = { netsplit = "{netsplit Netsplit} {server $0} %Y<-> {server $1} %Yquits: $2"; netsplit_more = "{netsplit Netsplit} {server $0} %Y<-> {server $1} %Yquits: $2 (+$3 more, use /NETSPLIT to show all of them)"; netsplit_join = "{netjoin Netsplit} %Yover, joins: $0"; netsplit_join_more = "{netjoin Netsplit} %Yover, joins: $0 (+$1 %Ymore)"; url = " Home page for {channelhilight $0}%Y: $1"; chanmode_change = " mode/{channelhilight $0} {mode $1} %Yby {nick $2}"; server_chanmode_change = "{netsplit ServerMode}%Y/{channelhilight $0} {mode $1} %Yby {nick $2}"; channel_synced = "%rJoin to {channel $0} %rwas synced in %Y$1 secs"; channel_created = " %rChannel {channelhilight $0} created $1"; topic = " %rTopic for {channelhilight $0}: $1"; no_topic = " %rNo topic set for {channelhilight $0}"; topic_info = " %rTopic set by {nick $0} {nickhost $2} {comment $1}"; }; };