From 6abf114b24aeb89fc489255057b47499a619a4d1 Mon Sep 17 00:00:00 2001 From: luisguzman-adfa Date: Wed, 24 Jun 2026 02:50:25 +0000 Subject: [PATCH] fix(theme): restore used-disk base on the storage gauge in dark theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In dark theme chart_track (the 'used disk' segment) was #333333 — identical to dash_bar_bg (the background arc) — so the used-disk base vanished and the gauge looked like a dot floating with no base. Set it to a light near-white (#E8EAED) so the base reads clearly on the dark arc, matching the previous version. Light theme keeps its existing #C4C7CC. --- controller/app/src/main/res/values-night/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/app/src/main/res/values-night/colors.xml b/controller/app/src/main/res/values-night/colors.xml index 7b2f5bb..6295652 100644 --- a/controller/app/src/main/res/values-night/colors.xml +++ b/controller/app/src/main/res/values-night/colors.xml @@ -40,7 +40,7 @@ #26C6DA #FF9800 #66BB6A - #333333 + #E8EAED #173317 #17263A