From c5cbdb910459f3f0ff403413008a1182b29ab576 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 6 Apr 2017 14:26:46 +0200 Subject: [PATCH] GHI-#25 Use nord4 foreground for inactive mode-lines --- nord-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index b972c0d..4695ae8 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -183,7 +183,7 @@ `(mode-line ((,class (:foreground ,nord4 :background ,nord2)))) `(mode-line-buffer-id ((,class (:weight bold)))) `(mode-line-highlight ((,class (:inherit highlight)))) - `(mode-line-inactive ((,class (:foreground ,nord3 :background ,nord1)))) + `(mode-line-inactive ((,class (:foreground ,nord4 :background ,nord1)))) `(next-error ((,class (:inherit error)))) `(nobreak-space ((,class (:foreground ,nord3)))) `(outline-1 ((,class (:foreground ,nord8 :weight bold))))