vault backup: 2025-02-10 17:22:37

This commit is contained in:
2025-02-10 17:22:37 +08:00
parent 5b88401e39
commit 60a1c02c6a
31 changed files with 475 additions and 4 deletions

View File

@@ -10,5 +10,6 @@
"obsidian-git",
"obsidian-quiet-outline",
"obsidian-tracker",
"codeblock-customizer"
"codeblock-customizer",
"obsidian-style-settings"
]

View File

@@ -4,18 +4,18 @@
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": false,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"slash-command": true,
"editor-status": true,
"starred": false,
"markdown-importer": true,
"zk-prefixer": false,
"zk-prefixer": true,
"random-note": true,
"outline": true,
"word-count": true,

View File

@@ -0,0 +1,52 @@
{
"blue-topaz-theme@@color-scheme-options": "color-scheme-options-monochrome-topaz",
"blue-topaz-theme@@bt-colorful-titlebar": true,
"blue-topaz-theme@@left-ribbon-style": "default-left-ribbon-style",
"blue-topaz-theme@@hide-vault-name": false,
"blue-topaz-theme@@search-bar-style-option": "default-search-bar",
"blue-topaz-theme@@scrollbar-style-option": "default-scrollbar",
"blue-topaz-theme@@font-family-change-to-default": false,
"Blue-Topaz-Codebox-Highlight@@code-theme-selection": "code-theme-sublime",
"Blue-Topaz-Codebox-Highlight@@mute-code-indent-line": false,
"Blue-Topaz-Codebox-Highlight@@code-line-number": true,
"Blue-Topaz-Codebox-Highlight@@remove-language-type": true,
"Blue-Topaz-Codebox-Highlight@@nowrap-edit-codebox": false,
"Blue-Topaz-Codebox-Highlight@@letter-space-code": 0,
"Blue-Topaz-Codebox-Highlight@@code-box-style-option": "codebox-default-style",
"Blue-Topaz-Codebox-Highlight@@muted-code-activeline-bg": false,
"blue-topaz-theme@@simple-p-kanban": false,
"blue-topaz-theme@@bt-status-on": false,
"blue-topaz-theme@@view-button-front": false,
"blue-topaz-theme@@tab-title-bar-position": false,
"blue-topaz-theme@@toggle-divider-lines": false,
"blue-topaz-theme@@toggle-header-bottom-line": false,
"blue-topaz-theme@@layout-style-options": "layout-style-options-default",
"blue-topaz-theme@@clutter-free-headings": false,
"blue-topaz-theme@@funny-header-anim": false,
"blue-topaz-theme@@line-height-main": 1.5,
"blue-topaz-theme@@toggle-paragraph-spacing": false,
"blue-topaz-theme@@letter-space-main": 0,
"blue-topaz-theme@@text-indentation-two-em": true,
"blue-topaz-theme@@justify-align": false,
"blue-topaz-theme@@reduce-bottom-padding": true,
"blue-topaz-theme@@bottom-padding-value": "3em",
"blue-topaz-theme@@toggle-left-aligned-content": false,
"blue-topaz-theme@@muted-activeline-bg": false,
"blue-topaz-theme@@plain-file-title": false,
"blue-topaz-theme@@title-justify-start": false,
"blue-topaz-theme@@line-height-list": 1.4,
"blue-topaz-theme@@list-indent": 2,
"blue-topaz-theme@@file-bg-shape-option": "file-shape-default",
"blue-topaz-theme@@dark-background-file": true,
"blue-topaz-theme@@bt-toggle-colorful-folder": true,
"blue-topaz-theme@@folder-style-change-options-colorful": "folder-style-change-options-colorful-tab-liked",
"blue-topaz-theme@@remove-custom-svg-icons": true,
"blue-topaz-theme@@stack-tabs-text-ori-options": "stack-tab-text-ori-mixed",
"blue-topaz-theme@@stack-tabs-background-blur-depth": 40,
"blue-topaz-theme@@resizable-mermaid": false,
"blue-topaz-theme@@remove-file-icons": false,
"blue-topaz-theme@@blockquote-style-change-options": "blockquote-style-default",
"blue-topaz-theme@@unmuted-collapsed-folder": false,
"blue-topaz-theme@@folder-icons": true,
"blue-topaz-theme@@folder-colorful-custom-color@@light": "#FFFFFF"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.9",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long