From b7f629e6203ea489cb8f7fccc51ef863b021ec2a Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:59:23 -0500 Subject: [PATCH] Tweak light & dark theme panel transparency slightly --- src/pc/djui/djui_theme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pc/djui/djui_theme.c b/src/pc/djui/djui_theme.c index fabdd22f..19c62f19 100644 --- a/src/pc/djui/djui_theme.c +++ b/src/pc/djui/djui_theme.c @@ -30,7 +30,7 @@ static struct DjuiTheme sDjuiThemeLight = { }, .threePanels = { .rectColor = { - 0, 0, 0, 235 + 0, 0, 0, 230 }, .borderColor = { 0, 0, 0, 200 @@ -71,7 +71,7 @@ static struct DjuiTheme sDjuiThemeDark = { }, .threePanels = { .rectColor = { - 0, 0, 0, 235 + 0, 0, 0, 230 }, .borderColor = { 0, 0, 0, 200