You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Steven 7f753bf6d7 refactor(theme): consolidate theme system and polish dark mode colors
- Reduce themes from 6 to 4: system, light, dark, paper
  - Remove midnight (too similar to dark) and whitewall (too similar to light)
  - Drop all unused tokens: chart-*, sidebar-primary, sidebar-border,
    sidebar-ring, shadow-2xs, tracking-normal, spacing
  - Remove redundant @theme inline blocks from dynamic theme files
    (Tailwind only processes them at compile time, not at runtime)
  - Move shared tokens (fonts, radius) to default.css only

- Polish dark mode color palette
  - Consistent cool-slate hue (h265) across all surfaces
  - Proper surface layering: sidebar(0.07) → bg(0.09) → card(0.13) →
    popover(0.17) → secondary(0.19) → muted(0.21) → accent(0.22)
  - Foreground softened to 0.82 (from 0.9) — comfortable off-white
  - Accent more chromatic than muted (0.012 vs 0.008) — hover feels interactive
  - Popover elevated above card (0.17 vs 0.13) — floating elements visible
  - Destructive more vivid (0.62/c0.20) — clearly red on dark surfaces
  - Input border (0.25) more distinct than layout border (0.21)
  - Sidebar foreground (0.68) dimmer than content foreground (0.82)

- Fix inline code background invisible in dark mode (#5674)
  - Muted was same lightness as card — increased to 0.21 for clear contrast
4 months ago
..
docs refactor(react-query): optimize config, add error boundary, and remove JSDoc 6 months ago
public chore: enhance site.webmanifest in firefox (#4828) 11 months ago
src refactor(theme): consolidate theme system and polish dark mode colors 4 months ago
.gitignore chore: update gitignore 1 year ago
biome.json refactor: remove MemoContentContext and integrate MemoViewContext 6 months ago
components.json feat: themes (#4824) 11 months ago
index.html chore: prevent sensitive data caching 6 months ago
package.json fix: KaTeX math rendering with underscores (#5438) 5 months ago
pnpm-lock.yaml fix: KaTeX math rendering with underscores (#5438) 5 months ago
tsconfig.json chore: clean up unused imports and parameters across components 6 months ago
vite.config.mts refactor(web): improve MemoContent security and maintainability 7 months ago