mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Make error color in tutorial a more pastel red
This commit is contained in:
parent
67c18c77d0
commit
2ea2a4c831
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ tt, code, pre, .fish {
|
|||
.cli-dark .prompt { color: #999; }
|
||||
.cli-dark .cursor { border-bottom: 2px solid #3F3; }
|
||||
.cli-dark .underline { color: #00afff; text-decoration: underline; }
|
||||
.cli-dark .error, .cli-dark .error .path { color: #f33; font-weight: bold; }
|
||||
.cli-dark .error, .cli-dark .error .path { color: #f55; font-weight: bold; }
|
||||
|
||||
|
||||
/*Menus*/
|
||||
|
|
Loading…
Reference in a new issue