1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

fix error background (#551)

This commit is contained in:
Darren Schroeder 2023-07-14 07:52:36 -05:00 committed by GitHub
parent e271caf044
commit 3fa732f1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,9 +462,9 @@ def git_right_prompt [gs os] {
let status_segment = (
[
(if $env.LAST_EXIT_CODE != 0 {
(ansi { fg: "#CC0000" bg: "#191323"})
(ansi { fg: "#CC0000" })
} else {
(ansi { fg: "#606060" bg: "#191323"})
(ansi { fg: "#606060" })
})
(char -u e0b3)
(char space)