clean themes/core.css
This commit is contained in:
parent
59f166adec
commit
12be699326
1 changed files with 11 additions and 29 deletions
|
|
@ -1,32 +1,14 @@
|
|||
.theme-base {
|
||||
color: var(--theme-base);
|
||||
}
|
||||
.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-bg {
|
||||
color: var(--theme-bg);
|
||||
}
|
||||
.theme-icon { color: var(--theme-icon); }
|
||||
.theme-icon-off { color: var(--theme-icon-off); }
|
||||
|
||||
.theme-text {
|
||||
color: var(--theme-text);
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
.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); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue