feat: Add background color setting and apply it to HTML and WebGL output.

This commit is contained in:
syntaxbullet
2026-02-10 21:08:38 +01:00
parent 2cdc9bd0b6
commit cabf963e94
6 changed files with 64 additions and 9 deletions

View File

@@ -194,6 +194,19 @@ import { ChevronDown } from "@lucide/astro";
<span class="label">TINT</span>
</div>
<!-- Background Color Picker -->
<div class="tui-color-btn" title="Background Color">
<input
type="color"
id="input-bg-color"
value="#000000"
/>
<span
id="bg-color-swatch-display"
class="color-swatch"></span>
<span class="label">BG</span>
</div>
<TuiToggle
id="toggle-denoise"
label="Denoise"