mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 20:21:07 -04:00
Quartz sync: Jul 8, 2026, 10:59 PM
This commit is contained in:
6
.obsidian/appearance.json
vendored
6
.obsidian/appearance.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"cssTheme": "Dracula Official",
|
||||
"textFontFamily": "Corben,Georgia",
|
||||
"monospaceFontFamily": "IBM Plex Mono,Monaco"
|
||||
"cssTheme": "Retroma",
|
||||
"textFontFamily": "",
|
||||
"monospaceFontFamily": ""
|
||||
}
|
||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -1,4 +1,5 @@
|
||||
[
|
||||
"dataview",
|
||||
"quartz-syncer"
|
||||
"quartz-syncer",
|
||||
"obsidian-style-settings"
|
||||
]
|
||||
2
.obsidian/core-plugins.json
vendored
2
.obsidian/core-plugins.json
vendored
@@ -24,7 +24,7 @@
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"workspaces": true,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
|
||||
10
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"retroma-obsidian-theme@@theme-font-selection": "retroma-font-w95font",
|
||||
"retroma-obsidian-theme@@theme-color-scheme-selection": "cs-monochromatic-colors",
|
||||
"retroma-obsidian-theme@@theme-variant": "Groovy",
|
||||
"retroma-obsidian-theme@@window-border-radius": "6px",
|
||||
"retroma-obsidian-theme@@button-border-radius": "6px",
|
||||
"retroma-obsidian-theme@@lightness-accent": 0.3,
|
||||
"retroma-obsidian-theme@@folder-border-stlye": "default",
|
||||
"retroma-obsidian-theme@@disable-checklist-done-decoration": true
|
||||
}
|
||||
165
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
165
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal 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
|
||||
}
|
||||
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/quartz-syncer/data.json
vendored
2
.obsidian/plugins/quartz-syncer/data.json
vendored
@@ -36,7 +36,7 @@
|
||||
"useBases": true,
|
||||
"useCanvas": true,
|
||||
"manageSyncerStyles": true,
|
||||
"lastUsedSettingsTab": "git",
|
||||
"lastUsedSettingsTab": "quartz",
|
||||
"noteSettingsIsInitialized": true,
|
||||
"pluginVersion": "1.15.3",
|
||||
"lastUpstreamCommitSha": "",
|
||||
|
||||
7
.obsidian/themes/Retroma/manifest.json
vendored
Normal file
7
.obsidian/themes/Retroma/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Retroma",
|
||||
"version": "2.7.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "emarpiee",
|
||||
"authorUrl": "https://github.com/emarpiee"
|
||||
}
|
||||
3602
.obsidian/themes/Retroma/theme.css
vendored
Normal file
3602
.obsidian/themes/Retroma/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -111,12 +111,8 @@ plugins:
|
||||
- source: github:quartz-community/fonts
|
||||
enabled: true
|
||||
options:
|
||||
useThemeFonts: false
|
||||
useThemeFonts: true
|
||||
fontOrigin: googleFonts
|
||||
header: Corben
|
||||
body: Corben
|
||||
interface: Corben
|
||||
code: IBM Plex Mono
|
||||
- source: github:quartz-community/remove-draft
|
||||
enabled: true
|
||||
- source: github:quartz-community/explicit-publish
|
||||
@@ -271,7 +267,7 @@ plugins:
|
||||
subdir: plugin
|
||||
enabled: true
|
||||
options:
|
||||
theme: dracula-official
|
||||
theme: retroma.monochromatic
|
||||
- source: github:quartz-community/obsidian-plugin-excalidraw
|
||||
enabled: true
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user