Initial commit
This commit is contained in:
7
.obsidian/themes/OLED.Black/manifest.json
vendored
Normal file
7
.obsidian/themes/OLED.Black/manifest.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "OLED.Black",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.0.1",
|
||||
"author": "Inc44",
|
||||
"authorUrl": "https://github.com/Inc44"
|
||||
}
|
||||
22
.obsidian/themes/OLED.Black/theme.css
vendored
Normal file
22
.obsidian/themes/OLED.Black/theme.css
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
:root {
|
||||
--beige: #c7c3bd;
|
||||
--black: #000000;
|
||||
--blue: #016fff;
|
||||
--cyan: #14c7de;
|
||||
--darkslateblue: #444fad;
|
||||
--gray: #818181;
|
||||
--green: #2eda77;
|
||||
--orange: #fa9d01;
|
||||
--purple: #8c54d0;
|
||||
--red: #ed3524;
|
||||
--white: #ffffff;
|
||||
}
|
||||
.theme-dark {
|
||||
--background-primary-alt: var(--black);
|
||||
--background-primary: var(--black);
|
||||
--background-secondary-alt: var(--black);
|
||||
--background-secondary: var(--black);
|
||||
--text-normal: var(--white);
|
||||
--text-on-accent: var(--white);
|
||||
--text-selection: var(--darkslateblue);
|
||||
}
|
||||
Reference in New Issue
Block a user