YuJian920
3 years ago
11 changed files with 2566 additions and 3 deletions
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
{ |
||||
"baseFontSize": 16 |
||||
"baseFontSize": 16, |
||||
"theme": "obsidian", |
||||
"cssTheme": "Minimal" |
||||
} |
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
[ |
||||
"obsidian-git" |
||||
"obsidian-git", |
||||
"obsidian-minimal-settings", |
||||
"obsidian-kanban" |
||||
] |
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
{ |
||||
"id": "obsidian-kanban", |
||||
"name": "Kanban", |
||||
"version": "1.2.39", |
||||
"minAppVersion": "0.12.3", |
||||
"description": "Create markdown-backed Kanban boards in Obsidian.", |
||||
"author": "mgmeyers", |
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban", |
||||
"isDesktopOnly": false |
||||
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,41 @@
@@ -0,0 +1,41 @@
|
||||
{ |
||||
"theme": "moonstone", |
||||
"accentHue": 201, |
||||
"accentSat": 17, |
||||
"lightStyle": "minimal-light", |
||||
"darkStyle": "minimal-dark", |
||||
"lightScheme": "minimal-notion-light", |
||||
"darkScheme": "minimal-default-dark", |
||||
"uiFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"textFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"editorFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"monoFont": "Menlo,SFMono-Regular,Consolas,Roboto Mono,monospace", |
||||
"lineHeight": 1.5, |
||||
"lineWidth": 40, |
||||
"lineWidthWide": 50, |
||||
"maxWidth": 88, |
||||
"trimCols": true, |
||||
"maxColWidth": "18em", |
||||
"textNormal": 16, |
||||
"textSmall": 13, |
||||
"imgGrid": false, |
||||
"imgWidth": "img-default-width", |
||||
"tableWidth": "table-default-width", |
||||
"iframeWidth": "iframe-default-width", |
||||
"colorfulHeadings": false, |
||||
"minimalIcons": true, |
||||
"colorfulActiveStates": false, |
||||
"fancyCursor": true, |
||||
"frostedSidebar": true, |
||||
"trimNames": true, |
||||
"labeledNav": false, |
||||
"fullWidthMedia": true, |
||||
"bordersToggle": true, |
||||
"bordersTitle": false, |
||||
"minimalStatus": true, |
||||
"focusMode": false, |
||||
"underlineInternal": true, |
||||
"underlineExternal": true, |
||||
"useSystemTheme": false, |
||||
"folding": true |
||||
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
{ |
||||
"id": "obsidian-minimal-settings", |
||||
"name": "Minimal Theme Settings", |
||||
"version": "5.1.5", |
||||
"minAppVersion": "0.10.1", |
||||
"description": "Change the colors, fonts and features of Minimal Theme.", |
||||
"author": "@kepano", |
||||
"authorUrl": "https://www.twitter.com/kepano", |
||||
"isDesktopOnly": false |
||||
} |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
/* Empty */ |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue