################# Electron V1.4 ################# # Electron theme by dive dave@unrealize.co.uk # # #irssi & #slackware # # # # Note that this theme needs a proper utf8 # # console with a decent font like deja vu # # or bitstream vera sans mono # # It probably won't work in the Linux console # # very well. For that use my neon theme which # # has similar colours. # # # # You will want to /set indent 24 # # # # whois format pinched from madcow # # # # 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 # # # ################################################# # 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 = { "[]" = "%C$*%n"; }; abstracts = { ## ## generic ## # text to insert at the beginning of each non-message line line_start = " "; join_start = "%_%B㊉%_%b"; gone_start = "%_%B㊀%_%b"; kick_start = "%_%R㊀%_"; # timestamp styling, nothing by default timestamp = "%C[%c$0-%C]"; # 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 = "%b$*%n"; # nick is printed nick = "%b$*%n"; # nick host is printed nickhost = "[$*]"; # server name is printed server = "%W$*%W"; # some kind of comment is printed comment = "%b($*%b)"; # 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 = "%b$*%n"; chanhost = "%b{nickhost $*}%n"; # highlighted channel name is printed channelhilight = "%b(%c$*%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 %W$0%W$1-}%n"; ownnick = "%W$*%n"; # public message in channel, $0 = nick mode, $1 = nick pubmsgnick = "{msgnick %C$0%c$1-}%n"; pubnick = "%C$*%n"; # public message in channel meant for me, $0 = nick mode, $1 = nick pubmsgmenick = "{msgnick $0$1-}"; menick = "%W$*%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 = "{line_start}%_%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 = "%c$[8]0 %b:%c $1-"; # notices ownnotice = "{line_start}[%b$0%b(%C$1-%b)]%c "; notice = "{line_start}%b-%C$*%b-%c "; pubnotice_channel = "{line_start}%b:%c$*"; pvtnotice_host = "%b(%c$*%b)"; servernotice = "{line_start}%B!$*%c "; # CTCPs ownctcp = "{line_start}%b㉤ [%C$0%b(%C$1-%b)] "; ctcp = "{line_start}%b㉤ %c$*"; # wallops wallop = "{line_start}%C$*%n: "; wallop_nick = "%n$*"; wallop_action = "{line_start}%C * $*%n "; # netsplits netsplit = "%C$*"; netjoin = "%C$*"; # /names list names_prefix = "{line_start}"; names_nick = "%b«%c%_$0%_$1-%b»%c "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = "{line_start}[%C$*]"; names_channel = "$*%n"; # DCC dcc = "{line_start}%b± %B$*"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "{line_start}[%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 = "{line_start}[%C$1-%B(%B$0%B)%n] "; dccquerynick = "%C$*%n"; dccaction = "{line_start} %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)"; # if you are using awaybar script set sbaway = ""; sbaway = "%C(Away)%c"; 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 = "%C$*%n"; # public message sb_act_msg = "%_%C$*%_%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}%b!{host $1}%_%B㊉%_"; part = "{gone_start}{nick $0}%b!{host $1} %b(part) {reason $3}%_%B㊀%_"; quit = "{gone_start}{nick $0}%b!{host $1} %b(quit) {reason $2}%_%B㊀%_"; quit_once = "{gone_start}{nick $0}%b!{host $1} %b(quit¹) {reason $2}%_%B㊀%_"; kick = "{kick_start}{channick %R$0} %R(kick) %Rby %R($2) %R($3)%_%R㊀%_"; nick_changed = "%_%B㉧%_{channick %c$0} %bis now known as {channick %c$1}%_%B㉧%_"; your_nick_changed = "%_%B㉧%_%bYou're now known as %C$1%_%B㉧%_"; pubmsg = "{pubmsgnick $2{pubnick %_%C$[-12]0%_}}%c$1"; pubmsg_me = "{pubmsgnick $2{pubnick %W$[-12]0}}%W$1"; own_msg = "{ownmsgnick $2 {ownnick $[-12]0}}%C$1"; own_msg_channel = "{ownmsgnick $3 {%Cownnick $[-12]0}{msgchannel $1}}%C$2"; own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-13]2}}%C$1"; msg_private_query = "{privmsgnick $[-13]0}%c$2"; daychange = "{line_start} %_%B㉧%_—————————————————§ %CDay changed to %%a %%b %%d %%Y %B§—————————————————%_㉧%_%n"; new_topic = "{nick $0} %cchanged the topic of {channel $1} %cto: $2"; topic_unset = "%cTopic unset by {nick $0} %con {channel $1}"; line_start_irssi = "{line_start}"; }; "fe-common/irc" = { netsplit = "%_%b㉨%_{netsplit Netsplit} {server $0} %B<-> {server $1} %Bquits: $2%_%b㉨%_"; netsplit_more = "%_%b㉨%_{netsplit Netsplit} {server $0} %B<-> {server $1} %Bquits: $2 (+$3 more, use /NETSPLIT to show all of them)%_%b㉨%_"; netsplit_join = "%_%b㉨%_{netjoin Netsplit} %Bover, joins: $0%_%b㉨%_"; netsplit_join_more = "%_%b㉨%_{netjoin Netsplit} %Bover, joins: $0 (+$1 %Bmore)%_%b㉨%_"; url = "Home page for {channelhilight $0}%B: $1"; chanmode_change = "%bmode/{channelhilight $0} {mode %C$1} %cby {nick %C$2}"; server_chanmode_change = "{netsplit ServerMode}%b/{channelhilight $0} {mode $1} %cby {nick $2}"; channel_synced = "%cJoin to {channelhilight $0} %cwas synced in $1 secs"; channel_created = "%cChannel {channelhilight $0}%c created $1"; topic = "%CTopic for {channelhilight $0}: %C$1"; no_topic = "%cNo topic set for {channelhilight %c$0}"; topic_info = "%cTopic set by {nick $0} {nickhost $2} {comment %c$1}"; ctcp_reply = "{line_start}%b㉤ %cCTCP {hilight $0} %creply from {nick %C$1}: %c$2"; ctcp_reply_channel = "{line_start}%b㉤ %cCTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2"; ctcp_ping_reply = "{line_start}%b㉤ %cCTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds"; ctcp_requested = "%c{ctcp {hilight $0} {comment $1} requested CTCP {hilight $2} from {nick $4}}%c: $3"; ctcp_requested_unknown = "%c{ctcp {hilight $0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3"; whois = "%b,%B----------%b,%B--%b-%B-%b------%b(%C whois %b)%B---%b------ %B -%b --- -- %B -%b %: %cnick %b: %c$0%: {whois host $1@$2} %: {whois gecos $3}%: %cmask %b:%c $0%C!%c$1%C@%c$2"; whois_idle = " {whois idle %|%c$1d $2h $3m $4s}"; whois_idle_signon = " {whois idle %|%c$1d $2h $3m $4s %c(signon: $5)}"; whois_server = " {whois server %|$1 %c($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 = "%b`%B----------%b`%B---%b--%B- %b-- --- %B-%b ------ --- %B-- %b- %B-%b"; }; };