design modular theming system
This commit is contained in:
parent
e974170ff0
commit
1161db28fd
9 changed files with 114 additions and 0 deletions
16
www/css/themes/core.css
Normal file
16
www/css/themes/core.css
Normal 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);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue