site/www/css/themes/core.css

15 lines
619 B
CSS
Raw Permalink Normal View History

2026-02-05 00:32:57 +10:00
.theme-base { color: var(--theme-base); }
.theme-bg { color: var(--theme-bg); }
.theme-text { color: var(--theme-text); }
.theme-link { color: var(--theme-link); }
.theme-icon { color: var(--theme-icon); }
.theme-icon-off { color: var(--theme-icon-off); }
.theme-tty-prompt { color: var(--theme-tty-prompt); }
.theme-tty-command { color: var(--theme-tty-command); }
.theme-tty-output { color: var(--theme-tty-output); }
.theme-tty-warning { color: var(--theme-tty-warning); }
.theme-tty-error { color: var(--theme-tty-error); }
2026-02-03 13:05:53 +10:00