Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Aug 11, 2022
1 parent 43ff779 commit 21242f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/shell/nushell/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ func toNushellstyle(_style string) nushellStyle {
bg = s.Background.String()
}

fg = strings.Replace(fg, "bright-", "light_", 1)
bg = strings.Replace(bg, "bright-", "light_", 1)

// TODO patch color names
return nushellStyle{
Foreground: fg,
Expand Down

0 comments on commit 21242f2

Please sign in to comment.