fix: redundant compute-layout per child, framebuffer diff size test, test file cleanup
This commit is contained in:
@@ -35,7 +35,7 @@ color roles resolve to hex at SGR generation time."
|
||||
(getf preset :dark)
|
||||
(getf preset :light)))
|
||||
;; Populate backend theme color map
|
||||
(theme-map (symbol-value (find-symbol "*THEME-COLORS*" :cl-tty.backend))))
|
||||
(theme-map cl-tty.backend:*theme-colors*))
|
||||
;; Set theme colors
|
||||
(loop for (role hex) on colors by #'cddr
|
||||
do (setf (theme-color theme role) hex)
|
||||
|
||||
Reference in New Issue
Block a user