From aa10d78896f7a3a532d4f1de1a0c9c9a151ff3fa Mon Sep 17 00:00:00 2001 From: Edward Prendergast Date: Tue, 18 Oct 2022 09:46:45 +0100 Subject: [PATCH] Correctly set colours when starting in daemon mode Closes #59 and #69 --- nord-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index fbceb89..4b08833 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -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)))