Allow use of true colors when loaded by daemon

This commit is contained in:
Jessie Hildebrandt 2022-12-19 19:21:24 -05:00
parent 57ed47894e
commit 9af6e89161

View File

@ -83,6 +83,7 @@
(defun adwaita-dark-theme--true-color-p ()
"Return 't' if the frame is capable of displaying true colors."
(or
(daemonp)
(display-graphic-p)
(>= (tty-display-color-cells) 16777216)))