mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
use vars for colors in torchlight styling
This commit is contained in:
parent
b23983c02c
commit
baa8f624e4
1 changed files with 3 additions and 3 deletions
|
@ -126,17 +126,17 @@ opacity: 1;
|
|||
Insert prompt indicators on interactive shells.
|
||||
*/
|
||||
.cmd::before {
|
||||
color: var(--base07);
|
||||
color: var(--user-prompt);
|
||||
content: "$ ";
|
||||
}
|
||||
|
||||
.cmd_root::before {
|
||||
color: var(--base08);
|
||||
color: var(--root-prompt);
|
||||
content: "# ";
|
||||
}
|
||||
|
||||
.cmd_pwsh::before {
|
||||
color: var(--base07);
|
||||
color: var(--user-prompt);
|
||||
content: "PS> ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue