Quartz sync: Jul 8, 2026, 10:59 PM

This commit is contained in:
Pax
2026-07-08 22:59:38 -04:00
parent f9542e6238
commit a8866448ab
11 changed files with 4046 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"cssTheme": "Dracula Official",
"textFontFamily": "Corben,Georgia",
"monospaceFontFamily": "IBM Plex Mono,Monaco"
"cssTheme": "Retroma",
"textFontFamily": "",
"monospaceFontFamily": ""
}

View File

@@ -1,4 +1,5 @@
[
"dataview",
"quartz-syncer"
"quartz-syncer",
"obsidian-style-settings"
]

View File

@@ -24,7 +24,7 @@
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"workspaces": true,
"file-recovery": true,
"publish": false,
"sync": false,

View 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
}

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

View File

@@ -36,7 +36,7 @@
"useBases": true,
"useCanvas": true,
"manageSyncerStyles": true,
"lastUsedSettingsTab": "git",
"lastUsedSettingsTab": "quartz",
"noteSettingsIsInitialized": true,
"pluginVersion": "1.15.3",
"lastUpstreamCommitSha": "",

View 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

File diff suppressed because one or more lines are too long