design modular theming system

This commit is contained in:
Emile Clark-Boman 2026-02-03 13:05:53 +10:00
parent e974170ff0
commit 1161db28fd
9 changed files with 114 additions and 0 deletions

16
www/css/themes/core.css Normal file
View file

@ -0,0 +1,16 @@
.theme-tty-prompt {
color: var(--theme-tty-prompt);
}
.theme-tty-command {
color: var(--theme-tty-command);
}
.theme-tty-warning {
color: var(--theme-tty-warning);
}
.theme-tty-error {
color: var(--theme-tty-error);
}