From 0948708bb0f9bf4b5a7f61420d8b9cfcbd450a2d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Nov 2021 12:39:34 +0000 Subject: [PATCH] light theme reaction icon --- theme/light/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/light/theme.json b/theme/light/theme.json index 3e4e10c1e..70a19a526 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#2d2c37", + "dropdown-bg-color": "#d6dbf0", + "dropdown-bg-color-hover": "#b6bbf0", + "dropdown-fg-color-hover": "#2d2c37", "avatar-rounding": "50%", "icon-brightness-change": "80%", "button-selected": "#999",