From f768195a13a3d824ca173fe24e3361f1d56754b4 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 12 Mar 2026 23:25:15 -0700 Subject: [PATCH] ui: Use inline SVG icons for theme switcher menu Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/theme-menu.html | 26 ++++++++++++------------- static/themes/default/css/main.css | 9 +++++++-- static/themes/default/js/color-modes.js | 12 +++++------- 3 files changed, 25 insertions(+), 22 deletions(-) diff --git a/plinth/templates/theme-menu.html b/plinth/templates/theme-menu.html index 300a89bb5..cd0d06e4b 100644 --- a/plinth/templates/theme-menu.html +++ b/plinth/templates/theme-menu.html @@ -3,13 +3,16 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %}