From c048d72e7f387d728e641b6ba7e644bed23b1d7c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 20 Nov 2014 22:00:44 -0500 Subject: Set background of stekene-light to white --- lisp/init-appearance.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/init-appearance.el') diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index 808e9a4..c1d43e9 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -15,6 +15,7 @@ (custom-theme-set-faces 'stekene-light + '(default ((t (:background "white")))) ;; Darken a bit (was gray40). '(font-lock-keyword-face ((t (:foreground "gray33"))))) -- cgit v1.2.3