added black theme
This commit is contained in:
parent
83446ce3a7
commit
d3650096c0
13
themes/black.css
Normal file
13
themes/black.css
Normal 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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user