Skip to content

Commit aa10d78

Browse files
committed
Correctly set colours when starting in daemon mode
Closes nordtheme#59 and nordtheme#69
1 parent e9edfbe commit aa10d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nord-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
(defun nord-display-truecolor-or-graphic-p ()
9797
"Returns whether the display can display nord colors"
98-
(or (= (display-color-cells) 16777216) (display-graphic-p)))
98+
(or (= (display-color-cells) 16777216) (display-graphic-p) (daemonp)))
9999

100100
;;;; Color Constants
101101
(let ((class '((class color) (min-colors 89)))

0 commit comments

Comments
 (0)