vault backup: 2024-05-20 16:39:30

Affected files:
.obsidian/snippets/checklist-icons.css
.obsidian/themes/Minimal/manifest.json
.obsidian/themes/Minimal/theme.css
main
Lei OT 1 year ago
parent 3e415f3c2e
commit 925adc45b8

@ -1,3 +1,18 @@
body {
--base-h: 0; /* Base hue */
--base-s: 0%; /* Base saturation */
--base-l: 96%; /* Base lightness - 100 is white */
--accent-h: 201; /* Accent hue */
--accent-s: 17%; /* Accent saturation */
--accent-l: 50%; /* Accent lightness */
}
.theme-dark,
.theme-light {
--background-modifier-accent: var(--ax3);
}
/* Checklist icons */
.cm-formatting.cm-formatting-task.cm-property {
font-family: var(--font-monospace);
@ -160,4 +175,3 @@
color: var(--color-orange);
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M5 4a2 2 0 012-2h6a2 2 0 012 2v14l-5-2.5L5 18V4z' /%3E%3C/svg%3E");
}

@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "7.5.4",
"minAppVersion": "1.5.4",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save