diff options
-rw-r--r-- | init.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -425,7 +425,11 @@ (defun jao-themes-setup () (let ((dark (jao-colors-scheme-dark-p))) - (load-theme (if dark 'jao-dark 'jao-light) t))) + (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)))) (when (and window-system (not (eq window-system 'pgtk))) (jao-themes-setup)) |