site/www/css/themes/core.css

33 lines
434 B
CSS
Raw Normal View History

2026-02-03 20:25:52 +10:00
.theme-base {
2026-02-03 14:05:56 +10:00
color: var(--theme-base);
}
2026-02-03 20:25:52 +10:00
.theme-bg {
2026-02-03 14:05:56 +10:00
color: var(--theme-bg);
}
2026-02-03 20:25:52 +10:00
.theme-text {
color: var(--theme-text);
}
2026-02-03 13:05:53 +10:00
.theme-tty-prompt {
color: var(--theme-tty-prompt);
}
.theme-tty-command {
color: var(--theme-tty-command);
}
2026-02-03 20:25:52 +10:00
.theme-tty-output {
color: var(--theme-tty-output);
}
2026-02-03 13:05:53 +10:00
.theme-tty-warning {
color: var(--theme-tty-warning);
}
.theme-tty-error {
color: var(--theme-tty-error);
}