vault backup: 2025-12-13 12:36:21
This commit is contained in:
4
.obsidian/appearance.json
vendored
4
.obsidian/appearance.json
vendored
@@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"cssTheme": "Vanilla AMOLED Color"
|
||||||
|
}
|
||||||
7
.obsidian/themes/Vanilla AMOLED Color/manifest.json
vendored
Normal file
7
.obsidian/themes/Vanilla AMOLED Color/manifest.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
49
.obsidian/themes/Vanilla AMOLED Color/theme.css
vendored
Normal file
49
.obsidian/themes/Vanilla AMOLED Color/theme.css
vendored
Normal 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;
|
||||||
|
}
|
||||||
17
.obsidian/workspace.json
vendored
17
.obsidian/workspace.json
vendored
@@ -11,10 +11,14 @@
|
|||||||
"id": "c892fa5f5c3f77ba",
|
"id": "c892fa5f5c3f77ba",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "markdown",
|
||||||
"state": {},
|
"state": {
|
||||||
|
"file": "Guides/create-shh-keys.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "New tab"
|
"title": "create-shh-keys"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -188,5 +192,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "c892fa5f5c3f77ba",
|
"active": "c892fa5f5c3f77ba",
|
||||||
"lastOpenFiles": []
|
"lastOpenFiles": [
|
||||||
|
"Guides/generate-wireguard.md",
|
||||||
|
"Guides/rdp-with-microsoft-account.md",
|
||||||
|
"Guides/create-shh-keys.md",
|
||||||
|
"Templates/blank-template.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user