vault backup: 2025-12-25 16:01:44

This commit is contained in:
2025-12-25 16:01:44 -05:00
parent 401335e6f2
commit 94ad37e3f8
6 changed files with 240 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"monospaceFontFamily": "",
"interfaceFontFamily": "",
"cssTheme": "Typewriter",
"theme": "obsidian",
"theme": "moonstone",
"baseFontSize": 16,
"enabledCssSnippets": [
"tables"
+1 -1
View File
@@ -1,3 +1,3 @@
{
"path": "lilypond --svg"
"path": "/bin/lilypond"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Typewriter",
"version": "2.2.3",
"version": "2.2.4",
"minAppVersion": "0.16.0",
"author": "crashmoney",
"authorUrl": "https://github.com/crashmoney"
+1 -1
View File
@@ -256,7 +256,7 @@ body {
--text-normal: rgb(197, 184, 161);
--text-muted: hsl(var(--base-h), var(--base-s), calc(var(--base-d) + 45%));
--text-faint: hsl(var(--base-h), var(--base-s), calc(var(--base-d) + 47%));
--text-error: #800000;
--text-error: rgb(230,60,60);
--text-error-hover: #990000;
--text-highlight-bg: rgba(255, 177, 80, 0.3);