DEFAULT_VAULTS was hard-coded to the main repo path, causing the Vault API to read stale/duplicate files when running from worktrees. Now uses Vite's define to inject the correct path at build time. Also fix theme heading titles (remove redundant "Theme" suffix) and make smoke tests resilient to Theme-type notes appearing first in the note list. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
---
|
|
Is A: Theme
|
|
Description: Light theme with warm, paper-like tones
|
|
background: "#FFFFFF"
|
|
foreground: "#37352F"
|
|
card: "#FFFFFF"
|
|
popover: "#FFFFFF"
|
|
primary: "#155DFF"
|
|
primary-foreground: "#FFFFFF"
|
|
secondary: "#EBEBEA"
|
|
secondary-foreground: "#37352F"
|
|
muted: "#F0F0EF"
|
|
muted-foreground: "#787774"
|
|
accent: "#EBEBEA"
|
|
accent-foreground: "#37352F"
|
|
destructive: "#E03E3E"
|
|
border: "#E9E9E7"
|
|
input: "#E9E9E7"
|
|
ring: "#155DFF"
|
|
sidebar: "#F7F6F3"
|
|
sidebar-foreground: "#37352F"
|
|
sidebar-border: "#E9E9E7"
|
|
sidebar-accent: "#EBEBEA"
|
|
text-primary: "#37352F"
|
|
text-secondary: "#787774"
|
|
text-muted: "#B4B4B4"
|
|
text-heading: "#37352F"
|
|
bg-primary: "#FFFFFF"
|
|
bg-sidebar: "#F7F6F3"
|
|
bg-hover: "#EBEBEA"
|
|
bg-hover-subtle: "#F0F0EF"
|
|
bg-selected: "#E8F4FE"
|
|
border-primary: "#E9E9E7"
|
|
accent-blue: "#155DFF"
|
|
accent-green: "#00B38B"
|
|
accent-orange: "#D9730D"
|
|
accent-red: "#E03E3E"
|
|
accent-purple: "#A932FF"
|
|
accent-yellow: "#F0B100"
|
|
accent-blue-light: "#155DFF14"
|
|
accent-green-light: "#00B38B14"
|
|
accent-purple-light: "#A932FF14"
|
|
accent-red-light: "#E03E3E14"
|
|
accent-yellow-light: "#F0B10014"
|
|
font-family: "'Inter', -apple-system, BlinkMacSystemFont, sans-serif"
|
|
font-size-base: 14px
|
|
editor-font-size: 16
|
|
editor-line-height: 1.5
|
|
editor-max-width: 720
|
|
---
|
|
|
|
# Default
|
|
|
|
The default light theme for Laputa. Clean and warm, inspired by Notion.
|