Skip to content

Commit

Permalink
Correctly set colours when starting in daemon mode
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoleeo committed Oct 18, 2022
1 parent e9edfbe commit aa10d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

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

;;;; Color Constants
(let ((class '((class color) (min-colors 89)))
Expand Down

0 comments on commit aa10d78

Please sign in to comment.