commit cc9dd9996799baadca16c75693413a0e085cb7f6 from: mtmn date: Mon Aug 31 13:55:03 2026 UTC fix colors commit - c7e9cc6fccc953469f1913d639b930e137ebd2db commit + cc9dd9996799baadca16c75693413a0e085cb7f6 blob - e586f29986e967a9b9359e144b484b504aae02b8 blob + d2aa74bb6289192803bfe8ee1c411c23dd8254f2 --- lisp/setup-ui.el +++ lisp/setup-ui.el @@ -81,13 +81,13 @@ :unless (display-graphic-p) :demand t :config - (load-theme 'modus-vivendi t)) + (load-theme (if (eq system-type 'darwin) 'ef-maris-dark 'modus-vivendi) t)) (use-package ef-themes :if (display-graphic-p) :demand t :config - (load-theme 'ef-maris-dark t)) + (load-theme 'ef-eagle t)) (setopt display-line-numbers-width 3)