diff options
| author | jao <jao@gnu.org> | 2021-11-02 21:20:53 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2021-11-02 21:20:53 +0000 |
| commit | a5990dc7afb1f307ecd350ff10e300adb2328496 (patch) | |
| tree | b5db7940d7326d97a79d643650ad7677070dec32 | |
| parent | 45b0ce72477301857564670a822028d1b89898d9 (diff) | |
| download | elibs-a5990dc7afb1f307ecd350ff10e300adb2328496.tar.gz elibs-a5990dc7afb1f307ecd350ff10e300adb2328496.tar.bz2 | |
not ansi colors
| -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)) |
