keyboard commands for spawning window, better colors

This commit is contained in:
metacryst
2025-11-17 18:57:16 -06:00
parent 8a97f92b0a
commit 0f4d8e5eb9
4 changed files with 73 additions and 28 deletions

View File

@@ -17,8 +17,9 @@
@media (prefers-color-scheme: dark) {
:root {
--main: #BD410D;
--main: #6A2C1C;
--accent: var(--tan);
--accent2: var(--green);
--accent3: #c74109
}
}