From bd738ec5e6d9cb702d2be9c6f23085e75de0d093 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 6 Mar 2016 13:12:28 +0100 Subject: [PATCH] Fixed some colors --- themes/bgbasic-light.theme | 4 ++-- themes/bgbasic.theme | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/bgbasic-light.theme b/themes/bgbasic-light.theme index 1b6ca35..df2a535 100644 --- a/themes/bgbasic-light.theme +++ b/themes/bgbasic-light.theme @@ -160,8 +160,8 @@ abstracts = { # notices ownnotice = "[%G$0%W(%G$1-%W)]%n "; notice = "%W-%G$*%W-%n "; - pubnotice_channel = "%W:%m$*"; - pvtnotice_host = "%W(%G$*%K)"; + pubnotice_channel = "%W:%G$*"; + pvtnotice_host = "%W(%G$*%W)"; servernotice = "%G!$*%n "; # CTCPs diff --git a/themes/bgbasic.theme b/themes/bgbasic.theme index 48250a6..5c004d4 100644 --- a/themes/bgbasic.theme +++ b/themes/bgbasic.theme @@ -160,8 +160,8 @@ abstracts = { # notices ownnotice = "[%g$0%w(%g$1-%w)]%n "; notice = "%w-%g$*%w-%n "; - pubnotice_channel = "%w:%m$*"; - pvtnotice_host = "%w(%g$*%K)"; + pubnotice_channel = "%w:%g$*"; + pvtnotice_host = "%w(%g$*%w)"; servernotice = "%g!$*%n "; # CTCPs