[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 <codex@openai.com>

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 08:46:10 +01:00
parent 2f2a74b810
commit 4b93e8ff97
2 changed files with 4 additions and 4 deletions
@@ -25,8 +25,8 @@
<div class="header-style-pick">
<select id="header-style-pick-select" aria-label="Select UI style">
<option value="original">Original</option>
<option value="nord">Nord</option>
<option value="monokai">Monokai</option>
<option value="nord">Arctic</option>
<option value="monokai">Brownie</option>
<option value="contrast">Contrast</option>
</select>
</div>