From 84efa2c560e4f72664ad6d1de1287982a20fb6be Mon Sep 17 00:00:00 2001 From: Christos Karamolegkos Date: Thu, 21 Oct 2021 15:32:48 +0300 Subject: [PATCH] Fix also for Geeko Dark Implement the fix for Geeko Dark and change to 6-digit hex codes, for consistency with the other themes. --- Geeko Dark/Geeko Dark.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Geeko Dark/Geeko Dark.json b/Geeko Dark/Geeko Dark.json index 155fbdd..ecfd8c4 100644 --- a/Geeko Dark/Geeko Dark.json +++ b/Geeko Dark/Geeko Dark.json @@ -8,13 +8,15 @@ "sidebar-color": "#2a2a2a", "roomlist-background-color": "#4a4a4a", - "roomlist-text-color": "#fff", - "roomlist-text-secondary-color": "#ddd", + "roomlist-text-color": "#ffffff", + "roomlist-text-secondary-color": "#dddddd", "roomlist-highlights-color": "#2a2a2a", "roomlist-separator-color": "#3a3a3a", "timeline-background-color": "#3a3a3a", - "timeline-text-color": "#eee", + "timeline-text-color": "#eeeeee", + "secondary-content": "#eeeeee", + "tertiary-content": "#eeeeee", "timeline-text-secondary-color": "#6da741", "timeline-highlights-color": "#bf616a", "reaction-row-button-selected-bg-color": "#bf616a"