added black theme

This commit is contained in:
Johannes Olzem 2023-02-21 13:03:17 +01:00
parent 83446ce3a7
commit d3650096c0

13
themes/black.css Normal file
View File

@ -0,0 +1,13 @@
:root {
--font: mononoki Nerd Font, monospace;
--font-size: 100%;
--background: #000;
--text: #afff14;
--clock: #ff69eb;
--cmd-dir: #00f6ed;
--cmd-dollar: #ff69eb;
--branch: var(--text);
--search-border: var(--text);
--search-shadow: var(--text);
--links-hover: #f3ff14;
}