From 3ac7991fe76fa805198deb27f1483543500f9504 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Thu, 26 Mar 2020 09:34:37 -0700 Subject: [PATCH] themes: Adjust blue theme users panel background to match. Foreground color of activity level adjusted for contrast. --- zulipterminal/config/themes.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zulipterminal/config/themes.py b/zulipterminal/config/themes.py index 73ee3029a0..4f528efb96 100644 --- a/zulipterminal/config/themes.py +++ b/zulipterminal/config/themes.py @@ -176,10 +176,10 @@ ('content', 'black', 'light gray', 'standout'), ('name', 'dark red', 'light blue', 'bold'), ('unread', 'light gray', 'light blue'), - ('active', 'light green', 'dark blue'), - ('idle', 'yellow', 'dark blue'), - ('offline', 'white', 'dark blue'), - ('inactive', 'white', 'dark blue'), + ('active', 'light green, bold', 'light blue'), + ('idle', 'dark gray', 'light blue'), + ('offline', 'black', 'light blue'), + ('inactive', 'black', 'light blue'), ('title', 'white, bold', 'dark blue'), ('time', 'white', 'dark blue'), ('bar', 'white', 'dark blue'),