From 89d9da45ff76e08db4f1241a2c3d840889d212f6 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 23:47:11 +0100 Subject: themes: separate light-term theme --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 64ce1cb..82680f0 100644 --- a/init.el +++ b/init.el @@ -325,7 +325,7 @@ (defvar jao-theme-dark 'jao-dark) (defvar jao-theme-light 'jao-light) (defvar jao-theme-term-dark 'modus-vivendi) -(defvar jao-theme-term-light 'jao-light) +(defvar jao-theme-term-light 'jao-light-term) (defun jao-themes-setup () (let* ((dark (jao-colors-scheme-dark-p)) -- cgit v1.2.3