Initial commit

This commit is contained in:
Simon Lübeß
2025-10-10 13:56:46 +02:00
commit 29a0d92b3d
16 changed files with 1373 additions and 0 deletions

View 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
View 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);
}