16 lines
238 B
CSS
16 lines
238 B
CSS
.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);
|
|
}
|
|
|