Commit 627f6b9
fix: add missing color to ansi256ToANSIColor
Previously, converting #ffffff to Ansi would return 7
(#c0c0c0) instead of 15 (#ffffff). This is because not all of the
ANSIColor ids from 0-15 were checked due to a missing `=` in the loop.1 parent 3facc67 commit 627f6b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments