From 4b93e8ff97b7fa6a1d09211b8416e279f9123bc5 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Feb 2026 08:46:10 +0100 Subject: [PATCH] [feat](trx-frontend-http): rename theme labels Rename the Nord and Monokai theme labels in the web UI\nto Arctic and Brownie, and update the matching CSS\nsection comments.\n\nCo-authored-by: Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/index.html | 4 ++-- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 7c65996..5abc656 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -25,8 +25,8 @@
diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index 58b66ec..03dccb0 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -961,7 +961,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { } } -/* ── Nord style ───────────────────────────────────────────────────────── */ +/* ── Arctic style ─────────────────────────────────────────────────────── */ [data-style="nord"] { --bg: #242933; --card-bg: #2e3440; @@ -1019,7 +1019,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { --spectrum-bg: #dde1e9; } -/* ── Monokai style ────────────────────────────────────────────────────── */ +/* ── Brownie style ────────────────────────────────────────────────────── */ [data-style="monokai"] { --bg: #1c1c17; --card-bg: #272822;