Skip to content

Commit c7668b6

Browse files
committed
fix: reviewdog
1 parent 1527d22 commit c7668b6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

ui/common.go

+3-11
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,11 @@ import (
66
"github.com/muesli/termenv"
77
)
88

9-
const (
10-
progressBarWidth = 71
11-
progressFullChar = "█"
12-
progressEmptyChar = "░"
13-
)
14-
159
// General stuff for styling the view
1610
var (
17-
term = termenv.EnvColorProfile()
18-
keyword = makeFgStyle("211")
19-
subtle = makeFgStyle("241")
20-
progressEmpty = subtle(progressEmptyChar)
21-
dot = colorFg(" • ", "236")
11+
term = termenv.EnvColorProfile()
12+
subtle = makeFgStyle("241")
13+
dot = colorFg(" • ", "236")
2214
)
2315

2416
// makeFgStyle returns a function that will colorize the foreground of a given.

0 commit comments

Comments
 (0)