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 ()
|
(defun adwaita-dark-theme--true-color-p ()
|
||||||
"Return 't' if the frame is capable of displaying true colors."
|
"Return 't' if the frame is capable of displaying true colors."
|
||||||
(or
|
(or
|
||||||
|
(daemonp)
|
||||||
(display-graphic-p)
|
(display-graphic-p)
|
||||||
(>= (tty-display-color-cells) 16777216)))
|
(>= (tty-display-color-cells) 16777216)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user