use git in obsidian
This commit is contained in:
7
.obsidian/themes/GitHub Theme/manifest.json
vendored
Normal file
7
.obsidian/themes/GitHub Theme/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "GitHub Theme",
|
||||
"version": "1.1.5",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "@krios2146",
|
||||
"authorUrl": "https://github.com/krios2146"
|
||||
}
|
||||
1220
.obsidian/themes/GitHub Theme/theme.css
vendored
Normal file
1220
.obsidian/themes/GitHub Theme/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
8
.obsidian/themes/Minimal/manifest.json
vendored
Normal file
8
.obsidian/themes/Minimal/manifest.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Minimal",
|
||||
"version": "7.7.18",
|
||||
"minAppVersion": "1.6.1",
|
||||
"author": "@kepano",
|
||||
"authorUrl": "https://twitter.com/kepano",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
||||
}
|
||||
2224
.obsidian/themes/Minimal/theme.css
vendored
Normal file
2224
.obsidian/themes/Minimal/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
.obsidian/themes/Vanilla AMOLED/manifest.json
vendored
Normal file
7
.obsidian/themes/Vanilla AMOLED/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Vanilla AMOLED",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Sakura Akeno Isayeki",
|
||||
"authorUrl": "https//github.com/SakuraIsayeki"
|
||||
}
|
||||
25
.obsidian/themes/Vanilla AMOLED/theme.css
vendored
Normal file
25
.obsidian/themes/Vanilla AMOLED/theme.css
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
.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;
|
||||
--file-line-width:1050px;
|
||||
--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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
No, seriously, that's as simple as it gets.
|
||||
- Sakura
|
||||
*/
|
||||
Reference in New Issue
Block a user