################################################# # Neon 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%c|%n$H$C$S # # and for trackbar: # # /set trackbar_style %b # # 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 = { "[]" = "%b$*%n"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line blank = " "; line_start = "{blank}"; join_start = "%B=> "; gone_start = "%B<= "; kick_start = "%R<%r= "; line_start_irssi = "{blank}%B=> "; # timestamp styling, nothing by default timestamp = "%c$0-"; # any kind of text that needs hilighting, default is to bold hilight = "%_$0-%_"; # any kind of error message, default is bright red error = "%R$*%n"; # channel name is printed channel = "%c$*%n"; # nick is printed nick = "%c$*%n"; # nick host is printed nickhost = "[$*]"; # server name is printed server = "%_$*%_"; # some kind of comment is printed comment = "%C[%c$*%C]"; # 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 = "%B$*%n"; chanhost_hilight = "%B{nickhost $*}%n"; # nick/host is printed (parts, quits, etc.) channick = "%c$*%n"; chanhost = "%c{nickhost $*}%n"; # highlighted channel name is printed channelhilight = "[%B$*%n]"; # ban/ban exception/invite list mask is printed ban = "%C$*%n"; ## ## messages ## # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%b<%C$0%C$1-%b> %|"; # $0 = nick mode, $1 = nick ownmsgnick = "{msgnick %C$0 $1-}%n"; ownnick = "%C$*%n"; # public message in channel, $0 = nick mode, $1 = nick pubmsgnick = "{msgnick %C$0 %B$1-}%n"; pubnick = "%C$*%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 = "%b:%c$*%n"; # private message, $0 = nick, $1 = host privmsg = "[%C$0%B(%c$1-%B)%n] "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%C$0%b(%C$1-%b)%n] "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%C$*%n"; # private message in query privmsgnick = "{msgnick %C$*%n}"; ## ## Actions (/ME stuff) ## # used internally by this theme action_core = " {blank}%C$*"; # 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}%b:%c$1%n "; # private action sent by others pvtaction = "%C (*) $*%n "; pvtaction_query = "{action $*}"; # public action sent by others pubaction = "{action $*}"; ## ## other IRC events ## # whois whois = "$[8]0 : $1-"; # notices ownnotice = "{blank}[%r$0%b(%R$1-%b)]%n "; notice = "{blank}%b-%M$*%b-%n "; pubnotice_channel = "{blank}%b:%m$*"; pvtnotice_host = "{blank}%b(%m$*%b)"; servernotice = "{blank}%B!$*%n "; # CTCPs ownctcp = "{blank}%b=%B> [%C$0%b(%C$1-%b)] "; ctcp = "{blank}%b=%B> %b$*%n"; # wallops wallop = "{blank}%C$*%n: "; wallop_nick = "%n$*"; wallop_action = "{blank}%C * $*%n "; # netsplits netsplit = "%b=%B> %C$*%n"; netjoin = "%b=%B> %C$*%n"; # /names list names_prefix = " {blank}%b=%B> "; names_nick = "[%_$0%_$1-] "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = " {blank}[%C$*]"; names_channel = "$*%n"; # DCC dcc = "{blank}%b=%B> $*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{blank}[%C$0%B($1-%B)%n] "; dccownnick = "%C$*%n"; dccownquerynick = "%C$*%n"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%b:%c$1%n "; # DCC chat, others dccmsg = "{blank}[%C$1-%B(%B$0%B)%n] "; dccquerynick = "%C$*%n"; dccaction = "{blank} %C$* %|"; ## ## 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 = "%c"; # background for prompt / input line sb_prompt_bg = "%n"; # background for info statusbar sb_info_bg = "%c"; # background for topicbar (same default) sb_topic_bg = "%c"; # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. #sbstart = "[%4%B-%n]"; #sbstart = "%C%n"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = " "; prompt = "%C[$*] %C"; sb = "%b%C[%c$*%C]"; sbmode = "%C(%c+$*%C)"; sbaway = "%C(Away)"; sbservertag = "%C:$0 (change with ^X)"; sbmore = "-> MORE ->"; sblag = "{sb Lag: $0-}"; sbmail = "{sb Mail: $0-}"; # activity in statusbar # added awl sb_act_none = "%c$*%n"; # ':' separator sb_act_sep = "%c$*%n"; # normal text sb_act_text = "%b$*%n"; # public message sb_act_msg = "%B$*%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}}%c$2"; dcc_msg_query = "{privmsgnick $[-13]0}%c$1"; }; "fe-common/core" = { join = "{join_start}{nick $0} {chanhost $1}%c has joined {channel $2}"; part = "{gone_start}{channick $0} {chanhost $1}%c has left {channel $2} {reason $3}"; kick = "{kick_start}{channick $0}%c was kicked from {channel $1} by {nick $2} {reason $3}"; quit = "{gone_start}{channick $0} {chanhost $1}%c has quit {reason $2}"; quit_once = "{gone_start} {channel $3} {channick $0} {chanhost $1}%B has quit {reason $2}"; nick_changed = " {channick $0}%B is now known as {channick $1}"; your_nick_changed = " You're now known as channick $1"; pubmsg = "{pubmsgnick $2 {pubnick %C$[-12]0}}%B$1"; own_msg = "{ownmsgnick $2 {ownnick $[-12]0}}%B$1"; own_msg_channel = "{ownmsgnick $3 {%Cownnick $[-12]0}{msgchannel $1}}%B$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%B$1"; msg_private_query = "{privmsgnick $[-13]0}%B$2"; daychange = "{blank} %B-----------------%B-%C-%n %CDay changed to %%a %%b %%d %%Y %C-%B-%B-----------------%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" = { netsplit = "{netsplit Netsplit} {server $0} %B<-> %W{server $1} %Bquits: $2"; netsplit_more = "{netsplit Netsplit} {server $0} %B<-> %W{server $1} %Bquits: $2 (+$3 more, use /NETSPLIT to show all of them)"; netsplit_join = "{netjoin Netsplit} %Bover, joins: $0"; netsplit_join_more = "{netjoin Netsplit} %Bover, joins: $0 (+$1 %Bmore)"; url = " Home page for {channelhilight $0}%B: $1"; chanmode_change = " mode/{channelhilight $0} {mode $1} %bby {nick $2}"; server_chanmode_change = "{netsplit ServerMode}%b/{channelhilight $0} {mode $1} %bby {nick $2}"; channel_synced = "%bJoin to {channel $0} %bwas synced in {hilight $1} %bsecs"; channel_created = " %bChannel {channelhilight $0}%b 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}"; }; };