diff options
author | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
commit | acf6683d531ca50c97e4f553faad7a8bfb86ed0e (patch) | |
tree | aa452b333e7f1e7c05b9d884e5dc4ffcdb41d3cb /irssi/solarized-powerline.theme | |
parent | fixed the w3m script problems. now using exa. some other small stuff (diff) | |
download | scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.tar.gz scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.zip |
too much to talk about...
Diffstat (limited to 'irssi/solarized-powerline.theme')
-rw-r--r-- | irssi/solarized-powerline.theme | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/irssi/solarized-powerline.theme b/irssi/solarized-powerline.theme index 4bb8d6e..4806421 100644 --- a/irssi/solarized-powerline.theme +++ b/irssi/solarized-powerline.theme @@ -60,7 +60,7 @@ info_eol = "false"; # these characters are automatically replaced with specified color # (dark grey by default) -replaces = { "[]=" = "%_$*%_"; }; +replaces = { "[]=" = "%9$*%9"; }; abstracts = { ## @@ -78,7 +78,7 @@ abstracts = { timestamp = "%N%k%z005f87%9$*%9%N%Z005f87%n"; # any kind of text that needs hilighting, default is to bold - hilight = "%_$*%_"; + hilight = "%9$*%9"; # any kind of error message error = "%r$*%n"; @@ -207,7 +207,7 @@ abstracts = { action_core = "%N%k %n$*"; # generic one that's used by most actions - action = "{action_core %_$*%n} "; + action = "{action_core %9$*%n} "; # own action, both private/public ownaction = "%N%k {mynick $0}%N%C $1-"; @@ -257,8 +257,8 @@ abstracts = { # /names list names_prefix = "%N%k%n"; - names_nick = " %G%_$0%_$1-%N "; - names_nick_op = " %k%_$0$_$1-%n "; + names_nick = " %G%9$0%9$1-%N "; + names_nick_op = " %k%9$0$_$1-%n "; names_nick_halfop = " %Y$_$0$_$1-%n "; names_nick_voice = " %C$_$0$_$1-%n "; names_users = "%k%z005f87 $* %Z005f87%0%n"; @@ -266,7 +266,7 @@ abstracts = { # DCC dcc = "%N%k%n %g$*%n"; - dccfile = "%_$*%_"; + dccfile = "%9$*%9"; # DCC chat, own msg/action dccownmsg = "[%Z005f87$0%G($1-%G)%n] "; @@ -355,7 +355,7 @@ abstracts = { sb_uc_halfops = "%p%%%n$*"; sb_uc_voices = "%Z005f87+%n$*"; sb_uc_normal = "%k %n$*"; - sb_uc_space = "%K·%n"; + sb_uc_space = "%k·%n"; ### For adv_windowlist.pl script |