diff options
author | jao <jao@gnu.org> | 2022-08-28 20:48:28 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-28 20:48:28 +0100 |
commit | f53a06ffe4e02d0e5cf49cd378806ecb0706d062 (patch) | |
tree | 3dd066a10098dd2df4fb2246b4b9717cab4308fa | |
parent | 23ba5da4c27db9514159a4b9088b2a45c3bc8acc (diff) | |
download | elibs-f53a06ffe4e02d0e5cf49cd378806ecb0706d062.tar.gz elibs-f53a06ffe4e02d0e5cf49cd378806ecb0706d062.tar.bz2 |
frame-background-mode (not correctly detected for foot)
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -327,6 +327,9 @@ (defun jao-colors-scheme-dark-p () (equal "dark" (getenv "JAO_COLOR_SCHEME"))) +(customize-set-variable 'frame-background-mode + (if (jao-colors-scheme-dark-p) 'dark 'light)) + (setq custom-theme-directory (expand-file-name "lib/themes" jao-emacs-dir)) |