use git in obsidian

This commit is contained in:
2024-09-18 12:50:40 +08:00
commit 7407f9ebec
30 changed files with 50841 additions and 0 deletions

View 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

File diff suppressed because it is too large Load Diff

View 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

File diff suppressed because one or more lines are too long

View 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"
}

View 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
*/