vault backup: 2025-12-25 16:01:44
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
"monospaceFontFamily": "",
|
||||
"interfaceFontFamily": "",
|
||||
"cssTheme": "Typewriter",
|
||||
"theme": "obsidian",
|
||||
"theme": "moonstone",
|
||||
"baseFontSize": 16,
|
||||
"enabledCssSnippets": [
|
||||
"tables"
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"path": "lilypond --svg"
|
||||
"path": "/bin/lilypond"
|
||||
}
|
||||
+1
-1
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user