From 15dbbf4efca485e534dfe3e1ea453c4270754b37 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 28 Feb 2018 23:09:46 +0100 Subject: [PATCH] client/themes: make code blocks more readable in darker themes --- client/themes/morning.css | 6 ++++++ client/themes/zenburn.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/client/themes/morning.css b/client/themes/morning.css index 8ad8c3f8..0e01a6ac 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -195,6 +195,12 @@ body { color: #ccc; } +code, +.irc-monospace { + background: #242a33; + color: #f3f3f3; +} + /* Embeds */ #chat .toggle-content { background: #242a33; diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 3e48afbd..62cf36ad 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -221,6 +221,12 @@ body { color: #ccc; } +code, +.irc-monospace { + background: #333; + color: #dcdccc; +} + /* Previews */ #chat .toggle-content {