vault backup: 2025-12-13 12:36:21

This commit is contained in:
Lucas Mathews
2025-12-13 12:36:21 +01:00
parent 472e0481fd
commit 33b1b7ccb7
4 changed files with 72 additions and 5 deletions

View File

@@ -1 +1,3 @@
{}
{
"cssTheme": "Vanilla AMOLED Color"
}

View File

@@ -0,0 +1,7 @@
{
"name": "Vanilla AMOLED Color",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"author": "sskki",
"authorUrl": "https://github.Com/Sskki-exe"
}

View File

@@ -0,0 +1,49 @@
.theme-dark {
--color-base-00: #000;
--color-base-05: #080808;
--color-base-10: #111;
--color-base-20: #1a1a1a;
--color-base-25: #222;
--color-base-30: #333;
--color-base-35: #363636;
--color-base-40: #4a4a4a;
--color-base-50: #666;
--color-base-60: #999
--color-base-70: #bbb
--color-base-100: #fff;
--background-primary: var(--color-base-00);
--background-secondary: var(--color-base-05);
--titlebar-background: var(--color-base-00);
--titlebar-background-focused: var(--color-base-10);
--red_x: 191,97,106; /* #bf616a */
--red: rgb(var(--red_x));
--orange_x: 208,135,112; /* #d08770 */
--orange: rgb(var(--orange_x));
--yellow_x: 235,203,139; /* #ebcb8b */
--yellow: rgb(var(--yellow_x));
--green_x: 163,190,140; /* #a3be8c */
--green: rgb(var(--green_x));
--purple_x: 180,142,173; /* #b48ead */
--purple: rgb(var(--purple_x));
--frost0_x: 143,188,187; /* #8fbcbb */
--frost0: rgb(var(--frost0_x));
--frost2_x: 129,161,193; /* #81a1c1 */
--frost2: rgb(var(--frost2_x));
--h1-color: var(--red);
--h2-color: var(--yellow);
--h3-color: var(--green);
--h4-color: var(--purple);
--h5-color: var(--frost0);
--h6-color: var(--frost2);
}
.cm-s-obsidian .cm-table-widget th {
font-weight:normal;
}
.cm-line:has(+ .cm-embed-block.cm-table-widget) br {
display: none;
}

View File

@@ -11,10 +11,14 @@
"id": "c892fa5f5c3f77ba",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"type": "markdown",
"state": {
"file": "Guides/create-shh-keys.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "New tab"
"title": "create-shh-keys"
}
}
]
@@ -188,5 +192,10 @@
}
},
"active": "c892fa5f5c3f77ba",
"lastOpenFiles": []
"lastOpenFiles": [
"Guides/generate-wireguard.md",
"Guides/rdp-with-microsoft-account.md",
"Guides/create-shh-keys.md",
"Templates/blank-template.md"
]
}