023a78ba14936873b1109995f29ddb5933779f7e
BUG 1: Replace all hardcoded dark-mode colors in editorTheme and livePreviewTheme with CSS variables (--text-heading, --bg-primary, --accent-blue, etc.) so the editor respects the light/dark toggle. Remove oneDark theme import — the editor now derives all colors from the app's CSS variable system. BUG 2: Fix list indentation by changing .cm-line padding from shorthand (which reset padding-left to 0) to explicit paddingTop/ paddingBottom, and add !important to list level paddingLeft rules to win specificity over CodeMirror base styles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Languages
TypeScript
70.4%
JavaScript
13.7%
Rust
13.7%
Python
1%
CSS
0.6%
Other
0.5%