diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 9e26dfe..86c0c2d 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "cssTheme": "Vanilla AMOLED Color" +} \ No newline at end of file diff --git a/.obsidian/themes/Vanilla AMOLED Color/manifest.json b/.obsidian/themes/Vanilla AMOLED Color/manifest.json new file mode 100644 index 0000000..07582ac --- /dev/null +++ b/.obsidian/themes/Vanilla AMOLED Color/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "Vanilla AMOLED Color", + "version": "1.0.0", + "minAppVersion": "1.0.0", + "author": "sskki", + "authorUrl": "https://github.Com/Sskki-exe" +} diff --git a/.obsidian/themes/Vanilla AMOLED Color/theme.css b/.obsidian/themes/Vanilla AMOLED Color/theme.css new file mode 100644 index 0000000..bc78c1d --- /dev/null +++ b/.obsidian/themes/Vanilla AMOLED Color/theme.css @@ -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; +} diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index bba50ff..725266d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" + ] } \ No newline at end of file