mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
fix error background (#551)
This commit is contained in:
parent
e271caf044
commit
3fa732f1e2
1 changed files with 2 additions and 2 deletions
|
@ -462,9 +462,9 @@ def git_right_prompt [gs os] {
|
||||||
let status_segment = (
|
let status_segment = (
|
||||||
[
|
[
|
||||||
(if $env.LAST_EXIT_CODE != 0 {
|
(if $env.LAST_EXIT_CODE != 0 {
|
||||||
(ansi { fg: "#CC0000" bg: "#191323"})
|
(ansi { fg: "#CC0000" })
|
||||||
} else {
|
} else {
|
||||||
(ansi { fg: "#606060" bg: "#191323"})
|
(ansi { fg: "#606060" })
|
||||||
})
|
})
|
||||||
(char -u e0b3)
|
(char -u e0b3)
|
||||||
(char space)
|
(char space)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue