This commit is contained in:
Vivianne 2024-02-26 18:21:35 -05:00
parent 194fa21054
commit 143aabd689
1 changed files with 1 additions and 5 deletions

View File

@ -330,11 +330,7 @@
(let* ((tree (peg:tree (match-pattern hex-string hex)))
(chs (and tree (map terminal->channel tree))))
(and chs
(make-color
(first chs)
(second chs)
(third chs)
type))))
(make-color (first chs) (second chs) (third chs) type))))
(define %ANSI256-COLORS
(map hex->color %ANSI256-HEX))