- Simplify flatten_vault API to return usize instead of MigrationResult struct - Add KEEP_FOLDERS: attachments/ and _themes/ alongside type/, config/, theme/ - Use HashSet for collision tracking in unique_filename - Update wikilinks from path-based [[folder/slug]] to title-based [[slug]] - Clean up empty directories after flattening - Flatten demo-vault-v2: move all notes from type-based subfolders to root - Update smoke tests for flat vault structure - Remove migrate_to_flat_vault from repair_vault (one-time migration only) 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: Dark variant with deep navy tones
|
|
background: "#0f0f1a"
|
|
foreground: "#e0e0e0"
|
|
card: "#16162a"
|
|
popover: "#1e1e3a"
|
|
primary: "#155DFF"
|
|
primary-foreground: "#FFFFFF"
|
|
secondary: "#2a2a4a"
|
|
secondary-foreground: "#e0e0e0"
|
|
muted: "#1e1e3a"
|
|
muted-foreground: "#888888"
|
|
accent: "#2a2a4a"
|
|
accent-foreground: "#e0e0e0"
|
|
destructive: "#f44336"
|
|
border: "#2a2a4a"
|
|
input: "#2a2a4a"
|
|
ring: "#155DFF"
|
|
sidebar: "#1a1a2e"
|
|
sidebar-foreground: "#e0e0e0"
|
|
sidebar-border: "#2a2a4a"
|
|
sidebar-accent: "#2a2a4a"
|
|
text-primary: "#e0e0e0"
|
|
text-secondary: "#888888"
|
|
text-muted: "#666666"
|
|
text-heading: "#e0e0e0"
|
|
bg-primary: "#0f0f1a"
|
|
bg-sidebar: "#1a1a2e"
|
|
bg-hover: "#2a2a4a"
|
|
bg-hover-subtle: "#1e1e3a"
|
|
bg-selected: "#155DFF22"
|
|
border-primary: "#2a2a4a"
|
|
accent-blue: "#155DFF"
|
|
accent-green: "#00B38B"
|
|
accent-orange: "#D9730D"
|
|
accent-red: "#f44336"
|
|
accent-purple: "#A932FF"
|
|
accent-yellow: "#F0B100"
|
|
accent-blue-light: "#155DFF33"
|
|
accent-green-light: "#00B38B33"
|
|
accent-purple-light: "#A932FF33"
|
|
accent-red-light: "#f4433633"
|
|
accent-yellow-light: "#F0B10033"
|
|
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
|
|
---
|
|
|
|
# Dark Theme
|
|
|
|
A dark theme with deep navy tones for comfortable night-time reading.
|