style(themes): recolor BooCode Override to the Classic warm palette
Override now uses the BooCode Classic warm tokens (orange/amber/rust on warm near-black) instead of neon magenta/cyan/violet, with its neon-grid field, glitch, scanlines, and bloom recoloured to match — a hotter, glitchier Classic. Updates the NeonField canvas hues, the --bco-* effect vars, and the picker preview anchors. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,9 +26,11 @@ const ROWS = 18; // horizontal floor lines
|
||||
const COLS = 17; // vertical lines (odd → one passes through the vanishing point)
|
||||
const HORIZON_FRAC = 0.42; // horizon height from the top
|
||||
|
||||
const CYAN = '0, 229, 255';
|
||||
const MAGENTA = '255, 45, 120';
|
||||
const VIOLET = '155, 93, 229';
|
||||
// Warm Classic palette (recoloured from the original neon). Names kept for
|
||||
// minimal churn: CYAN now holds amber, MAGENTA orange, VIOLET rust.
|
||||
const CYAN = '251, 191, 36'; // amber #fbbf24
|
||||
const MAGENTA = '249, 115, 22'; // orange #f97316
|
||||
const VIOLET = '194, 65, 12'; // rust #c2410c
|
||||
|
||||
interface Mote {
|
||||
x: number; // 0..1 of width
|
||||
|
||||
Reference in New Issue
Block a user