################################################# # Cu[2]0 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%k|%n$H$C$S # # and for trackbar: # # /set trackbar_style %g # # and also /set indent 22 # # 18/02/10 # ################################################# # 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 = { "[]" = "%g$*%n"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line blank = " "; line_start = "{blank}"; join_start = "%g=%G> "; gone_start = "%G<%g= "; kick_start = "%R<%r= "; line_start_irssi = "{blank}%g=%G> "; # timestamp styling, nothing by default timestamp = "%_%G[%g$0-%G%_]"; # 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 = "%g$*%n"; # nick is printed nick = "%g$*%n"; # nick host is printed nickhost = "[$*]"; # server name is printed server = "%w$*%n"; # some kind of comment is printed comment = "[%g$*]"; # 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 = "%G$*%n"; chanhost_hilight = "%g{nickhost $*}%n"; # nick/host is printed (parts, quits, etc.) channick = "%G$*%n"; chanhost = "%g{nickhost $*}%n"; # highlighted channel name is printed channelhilight = "[%G$*%n]"; # ban/ban exception/invite list mask is printed ban = "%G$*%n"; ## ## messages ## # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%g<%_%G$0%g$1-%g> %_%|"; # $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 %G$0 %g$1-}%n"; pubnick = "%g$*%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 = "%g:%g$*%n"; # private message, $0 = nick, $1 = host privmsg = "[%G$0%G(%g$1-%G)%n] "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%G$0%g(%G$1-%g)%n] "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%G$*%n"; # private message in query privmsgnick = "{msgnick %G$*%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}%g:%g$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 = "%g$[8]0 %G:%g $1-"; # notices ownnotice = "{blank}[%r$0%g(%R$1-%g)]%n "; notice = "{blank}%g-%M$*%g-%n "; pubnotice_channel = "{blank}%g:%m$*"; pvtnotice_host = "{blank}%g(%m$*%g)"; servernotice = "{blank}%G!$*%n "; # CTCPs ownctcp = "{blank}%g=%G> [%G$0%g(%G$1-%g)] "; ctcp = "{blank}%g=%G> %g$*%n"; # wallops wallop = "{blank}%G$*%n: "; wallop_nick = "%n$*"; wallop_action = "{blank}%G * $*%n "; # netsplits netsplit = "%G<%g= %G$*%n"; netjoin = "%g=%G> %G$*%n"; # /names list names_prefix = " {blank}%g=%G> "; names_nick = "[%_$0%_$1-] "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = " {blank}[%G$*]"; names_channel = "$*%n"; # DCC dcc = "{blank}%g=%G> $*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{blank}[%G$0%G($1-%G)%n] "; dccownnick = "%G$*%n"; dccownquerynick = "%G$*%n"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%g:%g$1%n "; # DCC chat, others dccmsg = "{blank}[%G$1-%G(%G$0%G)%n] "; dccquerynick = "%G$*%n"; dccaction = "{blank} %G$* %|"; ## ## 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 = "%g"; # background for prompt / input line sb_prompt_bg = "%n"; # background for info statusbar sb_info_bg = "%g"; # background for topicbar (same default) sb_topic_bg = "%g"; # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. #sbstart = "[%2%G-%n]"; #sbstart = "%G%n"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = " "; prompt = "%_%G[$*] %G%_"; sb = "%_%G[%g$0-%G]%n%_"; sbmode = "%g(%_%G+%G$0-%G%_)%n%_"; sbaway = "%_%G(Away)%n%_"; sbservertag = " %g- $0%n"; sbmore = "-> MORE ->"; sblag = "{sb Lag: $0-}"; sbmail = "{sb Mail: $0-}"; # activity in statusbar # added awl sb_act_none = "%g$*%n"; # ':' separator sb_act_sep = "%g$*%n"; # normal text sb_act_text = "%G$*%n"; # public message sb_act_msg = "%_%G$*%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}}%g$2"; dcc_msg_query = "{privmsgnick $[-13]0}%g$1"; }; "fe-common/core" = { join = "{join_start}{nick $0}%g!{host $1}"; part = "{gone_start}{nick $0}%g!{host $1} %g(part) {reason $3}"; kick = "{kick_start}{channick %R$0} %R(kick) %Rby %R($2) %R($3)"; quit = "{gone_start}{nick $0}%g!{host $1} %g(quit) {reason $2}"; quit_once = "{gone_start}{nick $0}%g!{host $1} %g(quit¹) {reason $2}"; pubmsg = "{pubmsgnick $2 {pubnick %G$[-12]0}}%G$1"; nick_changed = " {channick $0}%g 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 {%Gownnick $[-12]0}{msgchannel $1}}%w$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%G$1"; msg_private_query = "{privmsgnick $[-13]0}%G$2"; daychange = "{blank} %G—————————————————§ %GDay changed to %%a %%b %%d %%Y %G§—————————————————%n"; new_topic = " {nick $0} %gchanged the topic of {channel $1} to: $2"; topic_unset = " %gTopic unset by {nick $0} on {channel $1}"; line_start_irssi = "{line_start} "; }; "fe-common/irc" = { netsplit = "{netsplit Netsplit} {server $0} %G<-> {server $1} %Gquits: $2"; netsplit_more = "{netsplit Netsplit} {server $0} %G<-> {server $1} %Gquits: $2 (+$3 more, use /NETSPLIT to show all of them)"; netsplit_join = "{netjoin Netsplit} %Gover, joins: $0"; netsplit_join_more = "{netjoin Netsplit} %Gover, joins: $0 (+$1 %Gmore)"; url = " Home page for {channelhilight $0}%G: $1"; chanmode_change = " %gmode/{channelhilight $0} {mode $1} %Gby {nick $2}"; server_chanmode_change = "{netsplit ServerMode}%G/{channelhilight $0} {mode $1} %Gby {nick $2}"; channel_synced = "%gJoin to {channel $0} %gwas synced in %G$1 secs"; channel_created = " %gChannel {channelhilight $0} created $1"; topic = " %gTopic for {channelhilight $0}: $1"; no_topic = " %gNo topic set for {channelhilight $0}"; topic_info = " %gTopic set by {nick $0} {nickhost $2} {comment $1}"; whois = "%g,%G----------%g,%G--%g-%G-%g------%g(%_%G whois%_ %g)%G---%g------ %G -%g --- -- %G -%g%: %n%gnick %g: %g$0%: {whois host $1@$2} %: {whois gecos $3}%: %gmask %g:%g $0%G!%g$1%G@%g$2"; whois_idle = " {whois idle %|%g$1d $2h $3m $4s}"; whois_idle_signon = " {whois idle %|%g$1d $2h $3m $4s %g(signon: $5)}"; whois_server = " {whois server %|$1 %g($2)}"; whois_oper = " {whois operator %c$1-}"; 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 = "%g`%G----------%g`%G---%g--%G- %g-- --- %G-%g ------ --- %G-- %g- %G-%g"; }; };