summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.org b/init.org
index 1a9cfb6..bde6120 100644
--- a/init.org
+++ b/init.org
@@ -426,11 +426,7 @@
(defun jao-themes-setup ()
(let ((dark (jao-colors-scheme-dark-p)))
- (load-theme (if dark 'jao-dark 'jao-light) t)
- (let ((nc [default default default default default default default]))
- (setq ansi-color-normal-colors-vector nc
- ansi-color-basic-faces-vector nc
- ansi-color-bright-colors-vector nc))))
+ (load-theme (if dark 'jao-dark 'jao-light) t)))
(when (and window-system (not (eq window-system 'pgtk)))
(jao-themes-setup))