################################################# # BlackIce theme by dive dave@unrealize.co.uk # # #irssi & #slackware # # Based on Asyura theme by rxcv # # # # NB: If you use advanced window list # # you might want to set the colour: # # /set awl_display_key $Q%k|%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$*%r"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line blank = " "; line_start = "{blank}"; join_start = "%r=> "; gone_start = "%r<= "; kick_start = "%R<%r= "; line_start_irssi = "{blank}%r=> "; # timestamp styling, nothing by default timestamp = "%r$0-"; # any kind of text that needs hilighting, default is to bold hilight = "%_$*%_"; # any kind of error message, default is bright red error = "%R$*%n"; # channel name is printed channel = "%R$*"; # nick is printed nick = "%R$*"; # nick host is printed nickhost = "[$*]"; # server name is printed server = "%R$*%r"; # some kind of comment is printed comment = "%R[%r$*%R]"; # 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 = "%R$*%n"; chanhost_hilight = "%R{nickhost $*}%n"; # nick/host is printed (parts, quits, etc.) channick = "%R$*%n"; chanhost = "%R{nickhost $*}%n"; # highlighted channel name is printed channelhilight = "[%R$*%n]"; # ban/ban exception/invite list mask is printed ban = "%R$*%n"; ## ## messages ## # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%r<%R$0$1-%r> %|"; # $0 = nick mode, $1 = nick ownmsgnick = "{msgnick %R$0 $1-}%n"; ownnick = "%R$*%n"; # public message in channel, $0 = nick mode, $1 = nick pubmsgnick = "{msgnick %R$0 $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:%c$*%n"; # private message, $0 = nick, $1 = host privmsg = "[%R$0%R(%c$1-%R)%n] "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%R$0%r(%R$1-%r)%n] "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%R$*%n"; # private message in query privmsgnick = "{msgnick %R$*%n}"; ## ## Actions (/ME stuff) ## # used internally by this theme action_core = " {blank}%R$*"; # generic one that's used by most actions action = "{action_core $*} "; # own action, both private/public ownaction = "{action $*}"; # own action with target, both private/public ownaction_target = "{action_core $0}%r:%c$1%n "; # private action sent by others pvtaction = "%R (*) $*%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)]%R "; notice = "{blank} %r-%R$*%r-%R "; pubnotice_channel = "{blank}%r:%m$*"; pvtnotice_host = "%r(%R$*%r)"; servernotice = "{blank}%R!$*%R "; # CTCPs ownctcp = "{blank}%r=%R> [%R$0%r(%R$1-%r)] "; ctcp = "{blank}%r=%R> %r$*%n"; # wallops wallop = "{blank}%R$*%n: "; wallop_nick = "%n$*"; wallop_action = "{blank}%R * $*%n "; # netsplits netsplit = "%r=%R> %R$*%n"; netjoin = "%r=%R> %R$*%n"; # /names list names_prefix = " {blank}%r=%R> "; names_nick = "[%_$0%_$1-] "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = " {blank}[%R$*]"; names_channel = "$*%n"; # DCC dcc = "{blank}%r=%R> $*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{blank}[%R$0%R($1-%R)%n] "; dccownnick = "%R$*%n"; dccownquerynick = "%R$*%n"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%r:%c$1%n "; # DCC chat, others dccmsg = "{blank}[%R$1-%R(%R$0%R)%n] "; dccquerynick = "%R$*%n"; dccaction = "{blank} %R$* %|"; ## ## statusbar ## # default background for all statusbars. You can also give # the default foreground color for statusbar items. sb_background = "%w"; # default backround for "default" statusbar group sb_default_bg = "%R"; # background for prompt / input line sb_prompt_bg = "%r"; # background for info statusbar sb_info_bg = "%W"; # background for topicbar (same default) sb_topic_bg = "%r"; # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. # sbstart = "[%4%R-%n]"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = " "; prompt = "%R[$*] "; sb = "%R[%r$*%R]"; sbmode = "%R(%r+$*%R)"; sbaway = "%R(Away)"; sbservertag = "%R:$0 (change with ^X)"; # activity in statusbar # added awl sb_act_none = "%r$*%n"; # ':' separator sb_act_sep = "%k$*%n"; # normal text sb_act_text = "%r$*%n"; # public message sb_act_msg = "%R$*%n"; # hilight sb_act_hilight = "%C$*%n"; # hilight with specified color, $0 = color, $1 = text sb_act_hilight_color = "%C$0$1-%n"; # hilight hilight_color = "%C"; }; 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 %r$0} {chanhost $1} %rhas joined {channel %r$2}"; part = "{gone_start}{channick %r$0} {chanhost $1} %rhas left {channel %r$2} {reason $3}"; kick = "{kick_start}{channick %R$0} %Rwas kicked from {channel %R$1} %Rby {nick %R$2} {reason %R$3}"; quit = "{gone_start}{channick %r$0} {chanhost $1} %rhas quit {reason $2}"; quit_once = "{gone_start} {channel %r$3} {channick %r$0} {chanhost %r$1} %rhas quit {reason $2}"; pubmsg = "{pubmsgnick $2 {pubnick %R$[-12]0}}%R$1"; nick_changed = " {channick $0} %ris now known as {channick $1}"; own_msg = "{ownmsgnick $2 {%Rownnick $[-12]0}}%R$1"; own_msg_channel = "{ownmsgnick $3 {%Rownnick $[-12]0}{msgchannel %R$1}}%R$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%R$1"; msg_private_query = "{privmsgnick $[-13]0}%R$2"; daychange = "{blank} %R-----------------%R-%R-%n %RDay changed to %%a %%b %%d %%Y %R-%R-%R-----------------%n"; new_topic = " {nick $0} changed the topic of {channel $1} to: $2"; topic_unset = " Topic unset by {nick $0} on {channel $1}"; line_start_irssi = "{line_start} "; }; "fe-common/irc" = { url = " Home page for {channelhilight $0}: $1"; server_chanmode_change = "{netsplit ServerMode}/{channelhilight $0} {mode $1} by {nick $2}"; chanmode_change = " mode/{channelhilight $0} {mode $1} by {nick $2}"; channel_synced = "Join to {channel $0} was synced in {hilight $1} secs"; channel_created = " Channel {channelhilight $0} created $1"; topic = " Topic for {channelhilight $0}: $1"; no_topic = " No topic set for {channelhilight $0}"; topic_info = " Topic set by {nick $0} {nickhost $2} {comment $1}"; query_start = "Starting query in {server $1} with {nick $0}"; query_stop = "Closing query with {nick $0}"; }; };