diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 18:32:54 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 18:32:54 +0100 |
commit | 933e5bfc86a8a1084c6bdde1768762681c7ed924 (patch) | |
tree | b2aecceb3057e50254e9255db129e20571e6fe02 | |
parent | be9db886ee504a5b261304a072efed8dd95477d9 (diff) |
joo
-rw-r--r-- | manifest.json | 4 | ||||
-rw-r--r-- | theme.css | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index a3ebe75..0bb48ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "Sample Theme", + "name": "Wavez", "version": "1.0.0", "minAppVersion": "1.0.0", - "author": "Obsidian", + "author": "Jras", "authorUrl": "https://obsidian.md" }
\ No newline at end of file @@ -10,7 +10,8 @@ body { --slider-thumb-radius: 0px; } -.workspace-tab-header.is-active::before, .workspace-tab-header.is-active::after { +.workspace-tab-header.is-active::before, +.workspace-tab-header.is-active::after { display: none; } @@ -32,3 +33,8 @@ svg * { .menu-separator { margin: var(--size-2-1) calc(var(--size-2-1) * -1); } + +.theme-dark { + background-primary: #2e1823; + background-secondary: #fecdb2; +}
\ No newline at end of file |