left4me/l4d2web/l4d2web/static/css
mwiegand 921168722b
feat(editor-v2): tokens.css syntax vars + editor.css shell
tokens.css gains:
- --syntax-{keyword,string,comment,number}: source-of-truth syntax
  token colors, overridden in the prefers-color-scheme: dark block.
- --cm-{bg,fg,keyword,string,comment,number,selection}: bridge
  variables the cm6 themes (themes.js) reference. --cm-bg / --cm-fg
  route through the existing --color-surface / --color-text palette
  so they pick up dark-mode automatically.

editor.css scopes the cm6 shell (.cm-editor) to match the app's
existing --line / --radius-s / --color-focus tokens. Token colors
themselves come from cm6 themes, not this stylesheet.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 01:59:41 +02:00
..
components.css refactor(repo): uv workspace + hatchling + layout restructure 2026-05-15 22:04:29 +02:00
editor.css feat(editor-v2): tokens.css syntax vars + editor.css shell 2026-05-17 01:59:41 +02:00
layout.css refactor(repo): uv workspace + hatchling + layout restructure 2026-05-15 22:04:29 +02:00
logs.css refactor(repo): uv workspace + hatchling + layout restructure 2026-05-15 22:04:29 +02:00
tokens.css feat(editor-v2): tokens.css syntax vars + editor.css shell 2026-05-17 01:59:41 +02:00