################################################# # ____ __ __ ____ # # / __ )/ /___ ______/ /__/ _/_______ # # / __ / / __ `/ ___/ //_// // ___/ _ \ # # / /_/ / / /_/ / /__/ ,< _/ // /__/ __/ # # /_____/_/\__,_/\___/_/|_/___/\___/\___/ # ################################################# ################ BlackIce V 1.6 ################# # BlackIce theme by dive dave@dawoodfall.net # # #irssi & #slackware # # # # /whois format based on madcow's # # # # NB: If you use advanced window list # # you might want to set the colour: # # /set awl_display_key %_$Q%_%k|%w$H$C$S # # and for trackbar: # # /set trackbar_style %K # # and also /set indent 24 # # note: away="" since I use awaybar # # you should set it to "(Away)" if not # ################################################# # 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 = { ")(" = "%_%w$*%K%_"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line line_start = " "; line_start_irssi = "{line_start} "; join_start = "%K»%w»%W%_»%_ "; part_start = "%W%_«%_%w«%K« "; quit_start = "%W%_«%_%w«%K« "; kick_start = "%_%R«%_«%r« "; # line_start_irssi = "{blank}%K»%w»%W» "; # timestamp styling, nothing by default timestamp = "%w[%K$0-%w]"; # any kind of text that needs hilighting, default is to bold hilight = "%_$*%_"; # any kind of error message, default is bright red error = "%W$*%w"; # channel name is printed channel = "%w$*"; # nick is printed nick = "%w$*"; # nick host is printed nickhost = "%K$*"; # server name is printed server = "%w$*%K"; # some kind of comment is printed comment = "%K[$*]"; # reason for something is printed (part, quit, kick, ..) reason = "{comment $*}"; # mode change is printed ([+o nick]) mode = "%K$*"; ## ## channel specific messages ## # highlighted nick/host is printed (joins) channick_hilight = "%w$*%w"; chanhost_hilight = "%w{nickhost $*}%w"; # nick/host is printed (parts, quits, etc.) channick = "%w$*%w"; chanhost = "%w{nickhost $*}%w"; # highlighted channel name is printed channelhilight = "[%w$*%w]"; # ban/ban exception/invite list mask is printed ban = "%W$*%w"; ## ## messages ## # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%K«%W$0$1-%K» %|"; # $0 = nick mode, $1 = nick ownmsgnick = "{msgnick %_%W$0 $1-%_}%w"; ownnick = "%_%W$*%_%w"; # public message in channel, $0 = nick mode, $1 = nick pubmsgnick = "{msgnick %W$0 $1-}%w"; pubnick = "%w$*%w"; # public message in channel meant for me, $0 = nick mode, $1 = nick pubmsgmenick = "{msgnick $0 $1-}"; menick = "%_%W$*%_%w"; # public highlighted message in channel # $0 = highlight color, $1 = nick mode, $2 = nick pubmsghinick = "{msgnick $1 $0$2-%w}"; # channel name is printed with message msgchannel = "%K:%c$*%w"; # private message, $0 = nick, $1 = host privmsg = "[%W$0%w(%c$1-%w)%w] "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%W$0%K(%W$1-%K)%w] "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%W$*%w"; # private message in query privmsgnick = "{msgnick %W$*%w}"; ## ## Actions (/ME stuff) ## # used internally by this theme action_core = "{line_start} %_%W$*"; # 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}%K:%c$1%w "; # private action sent by others pvtaction = "%W (*) $*%w "; pvtaction_query = "{action $*}"; # public action sent by others pubaction = "{action $*}"; ## ## other IRC events ## # whois whois = "$[-8]0 : $1-"; # notices ownnotice = "{line_start} [%w$0%K(%W$1-%K)]%w "; notice = "{line_start} %K-%W$*%K-%w "; pubnotice_channel = "{line_start} %w:%m$*"; pvtnotice_host = "%K(%w$*%K)"; servernotice = "{line_start} %w!$*%w "; # CTCPs ownctcp = "{line_start} %K»%w»%W> [%W$0%K(%W$1-%K)] "; ctcp = "{line_start} %K»%w»%W> %K$*%w"; # wallops wallop = "{line_start} %W$*%w: "; wallop_nick = "%w$*"; wallop_action = "{line_start} %W * $*%w "; # netsplits netsplit = "%W$*%w"; netjoin = "%W$*%w"; # /names list names_prefix = " "; names_nick = "[%W$0%w$1-] "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = "{line_start} [%W$*]"; names_channel = "$*%w"; # DCC dcc = "{line_start}%K»%w»%W%_»%_ $*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{line_start} [%W$0%w($1-%w)%w] "; dccownnick = "%W$*%w"; dccownquerynick = "%W$*%w"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%K:%c$1%w "; # DCC chat, others dccmsg = "{line_start} [%W$1-%w(%w$0%w)%w] "; dccquerynick = "%W$*%w"; dccaction = "{blank} %W$* %|"; ## ## 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 = "%w"; # background for prompt / input line sb_prompt_bg = "%w"; # background for info statusbar sb_info_bg = "%w"; # background for topicbar (same default) sb_topic_bg = "%w"; # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. # sbstart = "[%4%w-%w]"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = ""; prompt = "%W[%K$*%W] "; sb = "%w[%K$*%w]"; sbmode = "%w(%K+$*%w)"; sbservertag = "%w:$0 (change with ^X)"; sbmore = "-> MORE ->"; sblag = "{sb Lag: $0-}"; sbmail = "{sb Mail: $0-}"; # comment out the next line and uncomment the one after if you use awaybar sbaway = ""; # sbaway = "%_%G(Away)%n%_"; # activity in statusbar # added awl sb_act_none = "%w$*%n"; # ':' separator sb_act_sep = "%w$*%w"; # normal text sb_act_text = "%w$*%w"; # public message sb_act_msg = "%_%w$*%_%w"; # hilight sb_act_hilight = "%C$*%w"; # 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}}%w$2"; dcc_msg_query = "{privmsgnick $[-13]0}%w$1"; dcc_list_header = "{dcc %WDCC connections:}"; # dcc_list_footer = "{line_start_irssi}{dcc ];}"; dcc_list_footer = ""; own_dcc = "{dccownmsg dcc {dccownnick $[-12]1}}$2"; own_dcc_action = "{dccownaction_target $0 $1}$2"; own_dcc_action_query = "{dccownaction $0}$2"; own_dcc_ctcp = "{ownctcp ctcp $0}$1 $2"; dcc_msg = "{dccmsg dcc $[-12]0}$1"; action_dcc = "{dccaction $0}$1"; action_dcc_query = "{dccaction $0}$1"; dcc_ctcp = "{dcc %K»%w»%W> DCC CTCP {hilight $1} received from {hilight $0}: $2}"; dcc_chat = "{dcc DCC CHAT from {nick $0} [$1 port $2]}"; dcc_chat_channel = "{dcc DCC CHAT from {nick $0} [$1 port $2] requested in channel {channel $3}}"; dcc_chat_not_found = "{dcc No DCC CHAT connection open to {nick $0}}"; dcc_chat_connected = "{dcc DCC CHAT connection with {nick $0} [$1 port $2] established}"; dcc_chat_disconnected = "{dcc DCC lost chat to {nick $0}}"; dcc_send = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4 bytes]}"; dcc_send_channel = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4 bytes] requested in channel {channel $5}}"; dcc_send_exists = "{dcc DCC already sending file {dccfile $0} for {nick $1}}"; dcc_send_not_found = "{dcc DCC not sending file {dccfile $1} to {nick $0}}"; dcc_send_file_open_error = "{dcc DCC can't open file {dccfile $0}: $1}"; dcc_send_connected = "{dcc DCC sending file {dccfile $0} for {nick $1} [$2 port $3]}"; dcc_send_complete = " {dcc DCC sent file {dccfile $0} [{hilight $1}kB] for {nick $2} in {hilight $3} secs [{hilight $4kB/s}]}"; dcc_send_aborted = "{dcc DCC aborted sending file {dccfile $0} for {nick $1}}"; dcc_get_not_found = "{dcc DCC no file offered by {nick $0}}"; dcc_get_connected = "{dcc DCC receiving file {dccfile $0} from {nick $1} [$2 port $3]}"; dcc_get_complete = "{dcc DCC received file {dccfile $0} [$1kB] from {nick $2} in {hilight $3} secs [$4kB/s]}"; dcc_get_aborted = "{dcc DCC aborted receiving file {dccfile $0} from {nick $1}}"; dcc_unknown_ctcp = "{dcc DCC unknown ctcp {hilight $0} from {nick $1} [$2]}"; dcc_unknown_reply = "{dcc DCC unknown reply {hilight $0} from {nick $1} [$2]}"; dcc_unknown_type = "{dcc DCC unknown type {hilight $0}}"; dcc_invalid_ctcp = "{dcc DCC received CTCP {hilight $0} with invalid parameters from {nick $1}}"; dcc_connect_error = "{dcc DCC can't connect to {hilight $0} port {hilight $1}}"; dcc_cant_create = "{dcc DCC can't create file {dccfile $0}}"; dcc_rejected = "{dcc DCC $0 was rejected by {nick $1} [{hilight $2}]}"; dcc_request_send = "{dcc DCC $0 request sent to {nick $1}: $2"; dcc_close = "{dcc DCC $0 close for {nick $1} [{hilight $2}]}"; dcc_lowport = "{dcc Warning: Port sent with DCC request is a lowport ({hilight $0, $1}) - this isn't normal. It is possible the address/port is faked (or maybe someone is just trying to bypass firewall)}"; dcc_list_line_chat = "{dcc}Chat:%w $0 $1"; dcc_list_line_file = "{dcc}File:%w $0 $1 : $2k of $3k ($4%%/$5kB/s) - $6"; dcc_send_no_route = "{dcc DCC route lost to nick {nick $0} when trying to send file {dccfile $1}}"; dcc_get_write_error = "{dcc DCC error writing to file {dccfile $0}: {comment $1}"; dcc_list_line_server = "{dcc $0: Port($1) - Send($2) - Chat($3) - Fserve($4)}"; dcc_server_started = "{dcc DCC SERVER started on port {hilight $0}}"; dcc_server_closed = "{dcc DCC SERVER on port {hilight $0} closed}"; }; "fe-common/core" = { line_start_irssi = "{line_start}"; join = "{join_start}{nick %K$0}%w!{host %K$1}"; part = "{part_start}{nick %K$0}%w!{host %K$1} [%Kpart] {reason $3}"; quit = "{quit_start}{nick %K$0}%w!{host %K$1} [%Kquit] {reason $2}"; quit_once = "{gone_start} {channel %K$3} {channick %K$0} {chanhost %K$1} %Khas quit {reason $2}"; kick = "{kick_start}{channick %K$0} %Kwas kicked from {channel %K$1} %Kby {nick %K$2} {reason %K$3}"; pubmsg = "{pubmsgnick $2 {pubnick %w$[-12]0}}%w$1"; pubmsg_me = "{pubmsgnick $2 {pubnick %W$[-12]0}}%W$1"; nick_changed = "~ {channick $0} %Kis now known as {channick $1}"; your_nick_changed = "~ {channick $0} You're now known as {channick $1}"; own_msg = "{ownmsgnick $2 {%Wownnick $[-12]0}}%w$1"; own_msg_channel = "{ownmsgnick $3 {%Wownnick $[-12]0}{msgchannel %W$1}}%w$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%w$1"; msg_private_query = "{privmsgnick $[-13]0}%w$2"; daychange = " {line_start} %w»----------------%w-%W-%w %WDay changed to %%a %%b %%d %%Y %W-%w-%w----------------«%w"; new_topic = " {nick $0} changed the topic of {channel $1} to: $2"; topic_unset = " Topic unset by {nick $0} on {channel $1}"; endofnames = " {channel $0}: Total of {hilight $1} nicks {comment $2 ops, $3 halfops, $4 voices, $5 normal}"; }; "fe-common/irc" = { ctcp_reply = "{line_start} %K»%w»%W> CTCP {hilight $0} reply from {nick $1}: $2"; ctcp_reply_channel = "{line_start} %K»%w»%W> CTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2"; ctcp_ping_reply = "{line_start} %K»%w»%W> CTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds"; ctcp_requested = "{ctcp $0 {comment $1} requested CTCP $2 from {nick $4}}: $3"; ctcp_requested_unknown = " {ctcp {hilight $0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3"; url = " Home page for {channelhilight $0}: $1"; server_chanmode_change = " %KServerMode/$0 {mode $1} by $2"; chanmode_change = " %Kmode/$0 {mode $1} by $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} $2 $1"; query_start = " Starting query in {server $1} with {nick $0}"; query_stop = " Closing query with {nick $0}"; whois = " %w,%K--%w-%K---%w--%K--%w,%w----------%w(%W whois %w)%w--------- %K -%w --- -- %K -%w %: {whois %wnick %w$0}%: {whois host $1@%w$2}%: {whois gecos $3}%: mask : $0%W!%w$1%W@%w$2"; whois_idle = " {whois idle %|$1d $2h $3m $4s}"; whois_idle_signon = " {whois idle %|$1d $2h $3m $4s signon: $5}"; whois_server = " {whois server %|$1 $2}"; whois_oper = " {whois operator %W$1-%w}"; whois_registered = " {whois registered}"; whois_help = " {whois is available for help}"; whois_modes = " {whois modes $1}"; whois_realhost = " {whois hostname $1-}"; whois_usermode = " {whois usermode $1}"; whois_channels = " {whois channels %|$1}"; whois_away = " {whois away %|$1}"; whois_special = " {whois info %|$1}"; whois_extra = " {whois extra %|$1}"; end_of_whois = " %w`%K---%w--%K-%w----%w`%w------ -- --- %K-%w ------ --- %K-- %w- %K-%w"; netsplit = " {netsplit Netsplit} {server $0} <-> {server $1} %wquits: $2"; netsplit_more = " {netsplit Netsplit} {server $0} <-> {server $1} quits: $2 (+$3 more, use /NETSPLIT to show all of them)"; netsplit_join = " {netjoin Netsplit} over, joins: $0"; netsplit_join_more = " {netjoin Netsplit} over, joins: $0 (+$1 more)"; no_netsplits = " There are no net splits"; netsplits_header = " %#Nick Channel Server Splitted server"; netsplits_line = " %#$[9]0 $[10]1 $[20]2 $3"; netsplits_footer = ""; }; };