From 46689b96b3361a1c176a13691e94497025fd4b5d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 20 Dec 2016 21:19:40 +0200 Subject: [PATCH] Increase IRC colors contrast --- client/themes/morning.css | 5 +++++ client/themes/zenburn.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/client/themes/morning.css b/client/themes/morning.css index 4fa23bea..bff1bf8e 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -114,6 +114,11 @@ body { opacity: 1; } +/* Increase contrast of some IRC colors */ +.irc-fg2 { color: #0074d9; } +.irc-fg5 { color: #e969a7; } +.irc-fg12 { color: #50a8ff; } + /* Message form */ #form { background: #2a323d; diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index b6a98d65..d0020067 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -140,6 +140,11 @@ body { opacity: 1; } +/* Increase contrast of some IRC colors */ +.irc-fg2 { color: #1b94ff; } +.irc-fg5 { color: #e969a7; } +.irc-fg12 { color: #6fb7ff; } + /* Message form */ #form { background: #333;