Skip to content

Commit

Permalink
Merge pull request #966 from rsteube/xonsh-fix-bgcolor
Browse files Browse the repository at this point in the history
xonsh: fix background color
  • Loading branch information
rsteube authored Dec 23, 2023
2 parents d84e02f + 1856d92 commit fcdb7f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/shell/xonsh/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ func convertColor(color string) string {
"cyan": "ansicyan",
"white": "ansigray",

"bright-ansiblack": "ansibrightblack",
"bright-ansired": "ansibrightred",
"bright-ansigreen": "ansibrightgreen",
"bright-ansiyellow": "ansibrightyellow",
"bright-ansiblue": "ansibrightblue",
"bright-ansimagenta": "ansibrightmagenta",
"bright-ansicyan": "ansibrightcyan",
"bright-ansiwhite": "ansiwhite",
"bright-black": "ansibrightblack",
"bright-red": "ansibrightred",
"bright-green": "ansibrightgreen",
"bright-yellow": "ansibrightyellow",
"bright-blue": "ansibrightblue",
"bright-magenta": "ansibrightmagenta",
"bright-cyan": "ansibrightcyan",
"bright-white": "ansiwhite",

"color0": "#000000",
"color1": "#800000",
Expand Down

0 comments on commit fcdb7f2

Please sign in to comment.