add text and output theme colours
This commit is contained in:
parent
dc2ec07b0a
commit
a13032c76e
2 changed files with 14 additions and 3 deletions
|
|
@ -1,11 +1,15 @@
|
|||
.theme-tty-base {
|
||||
.theme-base {
|
||||
color: var(--theme-base);
|
||||
}
|
||||
|
||||
.theme-tty-bg {
|
||||
.theme-bg {
|
||||
color: var(--theme-bg);
|
||||
}
|
||||
|
||||
.theme-text {
|
||||
color: var(--theme-text);
|
||||
}
|
||||
|
||||
.theme-tty-prompt {
|
||||
color: var(--theme-tty-prompt);
|
||||
}
|
||||
|
|
@ -14,6 +18,10 @@
|
|||
color: var(--theme-tty-command);
|
||||
}
|
||||
|
||||
.theme-tty-output {
|
||||
color: var(--theme-tty-output);
|
||||
}
|
||||
|
||||
.theme-tty-warning {
|
||||
color: var(--theme-tty-warning);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue