[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:
@@ -25,8 +25,8 @@
|
|||||||
<div class="header-style-pick">
|
<div class="header-style-pick">
|
||||||
<select id="header-style-pick-select" aria-label="Select UI style">
|
<select id="header-style-pick-select" aria-label="Select UI style">
|
||||||
<option value="original">Original</option>
|
<option value="original">Original</option>
|
||||||
<option value="nord">Nord</option>
|
<option value="nord">Arctic</option>
|
||||||
<option value="monokai">Monokai</option>
|
<option value="monokai">Brownie</option>
|
||||||
<option value="contrast">Contrast</option>
|
<option value="contrast">Contrast</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -961,7 +961,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Nord style ───────────────────────────────────────────────────────── */
|
/* ── Arctic style ─────────────────────────────────────────────────────── */
|
||||||
[data-style="nord"] {
|
[data-style="nord"] {
|
||||||
--bg: #242933;
|
--bg: #242933;
|
||||||
--card-bg: #2e3440;
|
--card-bg: #2e3440;
|
||||||
@@ -1019,7 +1019,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
--spectrum-bg: #dde1e9;
|
--spectrum-bg: #dde1e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Monokai style ────────────────────────────────────────────────────── */
|
/* ── Brownie style ────────────────────────────────────────────────────── */
|
||||||
[data-style="monokai"] {
|
[data-style="monokai"] {
|
||||||
--bg: #1c1c17;
|
--bg: #1c1c17;
|
||||||
--card-bg: #272822;
|
--card-bg: #272822;
|
||||||
|
|||||||
Reference in New Issue
Block a user