Allow use of true colors when loaded by daemon
This commit is contained in:
parent
57ed47894e
commit
9af6e89161
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user