I am batman
This commit is contained in:
7
.obsidian/themes/Transient/manifest.json
vendored
Normal file
7
.obsidian/themes/Transient/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Transient",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "GeorgeAzma",
|
||||
"authorUrl": "https://georgeazma.github.io"
|
||||
}
|
||||
19
.obsidian/themes/Transient/theme.css
vendored
Normal file
19
.obsidian/themes/Transient/theme.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
.theme-dark {
|
||||
--color-base-00: #0c0c11ee;
|
||||
--color-base-30: #191926;
|
||||
--color-base-40: #151520;
|
||||
--background-primary: transparent;
|
||||
--background-secondary: transparent;
|
||||
--code-background: #22223333;
|
||||
--modal-background: var(--color-base-00);
|
||||
}
|
||||
|
||||
.suggestion-container.mod-search-suggestion,
|
||||
.menu,
|
||||
.prompt {
|
||||
background-color: var(--color-base-00);
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:after {
|
||||
background-color: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user