summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-09 23:47:11 +0100
committerjao <jao@gnu.org>2022-06-09 23:47:11 +0100
commit89d9da45ff76e08db4f1241a2c3d840889d212f6 (patch)
tree1551fc297eea53342a8d35ecd7d004b5bb015b21 /init.el
parent35ad69b66634963e6518ae50b9aaeb93d4807426 (diff)
downloadelibs-89d9da45ff76e08db4f1241a2c3d840889d212f6.tar.gz
elibs-89d9da45ff76e08db4f1241a2c3d840889d212f6.tar.bz2
themes: separate light-term theme
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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))