fix: cut light theme from picker, shorten Save button label
This commit is contained in:
@@ -335,7 +335,6 @@
|
||||
<select id="settingsTheme" style="width:100%;padding:8px;background:var(--code-bg);color:var(--text);border:1px solid var(--border2);border-radius:6px" onchange="document.documentElement.dataset.theme=this.value;localStorage.setItem('hermes-theme',this.value)">
|
||||
<option value="dark">Dark (default)</option>
|
||||
<option value="slate">Slate (charcoal)</option>
|
||||
<option value="light">Light (warm off-white)</option>
|
||||
<option value="solarized">Solarized Dark</option>
|
||||
<option value="monokai">Monokai</option>
|
||||
<option value="nord">Nord</option>
|
||||
|
||||
Reference in New Issue
Block a user