From a5990dc7afb1f307ecd350ff10e300adb2328496 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 2 Nov 2021 21:20:53 +0000 Subject: not ansi colors --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 484f991..9fc7cab 100644 --- a/init.org +++ b/init.org @@ -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)) -- cgit v1.2.3