From 0c342d79896ca00400470eea10ae060538ac7268 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Sun, 8 Feb 2026 03:07:09 +0900 Subject: [PATCH] slight Rei colour theme tweaks --- extra/themes/rei.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/themes/rei.json b/extra/themes/rei.json index bd2deaa..74908bd 100644 --- a/extra/themes/rei.json +++ b/extra/themes/rei.json @@ -1,13 +1,13 @@ { "dark": { - "background": "#404040", + "background": "#303030", "foreground": "#EAEAEA", "highlight": "#FA1504", "subdued": "#fda052" }, "bright": { "background": "#fda052", - "foreground": "#202020", + "foreground": "#303030", "highlight": "#df2100", "subdued": "#EAEAEA" }