Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 24, 2023
1 parent b0e2c77 commit 3c6da64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fmtc.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ func configureUI() {

switch {
case fmtc.IsTrueColorSupported():
colorTagApp, colorTagVer = "{*}{#FF1D7C}", "{#FF1D7C}"
colorTagApp, colorTagVer = "{*}{&}{#FF1D7C}", "{#FF1D7C}"
case fmtc.Is256ColorsSupported():
colorTagApp, colorTagVer = "{*}{#197}", "{#197}"
colorTagApp, colorTagVer = "{*}{&}{#197}", "{#197}"
default:
colorTagApp, colorTagVer = "{*}{m}", "{m}"
colorTagApp, colorTagVer = "{*}{&}{m}", "{m}"
}
}

Expand Down

0 comments on commit 3c6da64

Please sign in to comment.