Skip to content

Commit 740a68a

Browse files
committed
fix(theme): "base16" should not apply the ANSI theme
1 parent 8dde3db commit 740a68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sequin -- some command to execute
6767
func process(w *colorprofile.Writer, in []byte) error {
6868
var t theme
6969
switch strings.ToLower(os.Getenv("SEQUIN_THEME")) {
70-
case "ansi", "base16", "carlos", "secret_carlos", "matchy":
70+
case "ansi", "carlos", "secret_carlos", "matchy":
7171
t = base16Theme(false)
7272
default:
7373
hasDarkBG := lipgloss.HasDarkBackground(os.Stdin, os.Stdout)

0 commit comments

Comments
 (0)