summaryrefslogtreecommitdiffstats
path: root/irssi
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-12 23:40:03 +0200
committerGravatar Tom Willemsen2011-05-12 23:41:49 +0200
commit8a3f33629b74010e797b4faebc7da911fa351c62 (patch)
tree1821e1cc5c2e30488a06a3abb40abc1ffa956f76 /irssi
parent3d05efca4d5d4ecc428f0cb7fb7954e412f289d9 (diff)
downloaddotfiles-8a3f33629b74010e797b4faebc7da911fa351c62.tar.gz
dotfiles-8a3f33629b74010e797b4faebc7da911fa351c62.zip
Colors update
I like the naquadah theme for emacs, so now I've changed a few colors to make my terminal apps look a little bit more like it, more will most likely follow.
Diffstat (limited to 'irssi')
-rw-r--r--irssi/custom.theme12
1 files changed, 6 insertions, 6 deletions
diff --git a/irssi/custom.theme b/irssi/custom.theme
index 26eacc5..f61afef 100644
--- a/irssi/custom.theme
+++ b/irssi/custom.theme
@@ -13,7 +13,7 @@ abstracts = {
##
# the basic styling hof how to print message, $0 = nick mode, $1 = nick
- msgnick = "$1 %B>>%n %|";
+ msgnick = "$1 %B»%n %|";
# $0 = nick mode, $1 = nick
#ownmsgnick = "{msgnick $0 %B$1-%n}";
@@ -25,7 +25,7 @@ abstracts = {
# default background for all statusbars. You can also give the default
# foreground color for statusbar items.
- sb_background = "%4";
+ sb_background = "%0";
sb_foreground = "%w";
sbmode = " mode $*";
@@ -33,10 +33,10 @@ abstracts = {
};
formats = {
"fe-common/core" = {
- join = "%g>>%G>>%n $0 %G>>%n joins $2";
- part = "%r<<%R<<%n $0 %R<<%n leaves $2 {reason $3}";
- quit = "%r<<%R<<%n $0 %R<<%n quits {reason $2}";
- kick = "%r<<%R<<%n $0 %R<<%n was kicked from {channel $1} by $2 {reason $3}";
+ join = "%g»%G»%n $0 %G»%n joins $2";
+ part = "%r«%R«%n $0 %R«%n leaves $2 {reason $3}";
+ quit = "%r«%R«%n $0 %R«%n quits {reason $2}";
+ kick = "%r«%R«%n $0 %R«%n was kicked from {channel $1} by $2 {reason $3}";
nick_changed = "{channick $0} --> {channick $1}";
own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1";