These files are machine-specific and should never be committed or cause conflicts when syncing vaults across devices. Changes: - init_repo() now writes .gitignore with .laputa-cache.json and .laputa/settings.json excluded before the first commit - .DS_Store and common editor artifacts also excluded - openConflictFileRef falls back to openLocalFile() for non-note files so 'Open in editor' works for .json conflict files (opens in system default app, e.g. TextEdit/VS Code) - Removed stale git.rs (replaced by git/mod.rs from refactor) - 2 new Rust tests for .gitignore creation behavior
33 lines
878 B
JSON
33 lines
878 B
JSON
{
|
|
"name": "Default",
|
|
"description": "Light theme with warm, paper-like tones",
|
|
"colors": {
|
|
"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-background": "#F7F6F3",
|
|
"sidebar-foreground": "#37352F",
|
|
"sidebar-border": "#E9E9E7",
|
|
"sidebar-accent": "#EBEBEA"
|
|
},
|
|
"typography": {
|
|
"font-family": "'Inter', -apple-system, BlinkMacSystemFont, sans-serif",
|
|
"font-size-base": "14px"
|
|
},
|
|
"spacing": {
|
|
"sidebar-width": "250px"
|
|
}
|
|
} |