branch: externals/ef-themes commit 61b25811f6a1dbc8b6536be1ad95b0248313ce80 Author: Oleksii Koval <a...@koval.kharkov.ua> Commit: Oleksii Koval <a...@koval.kharkov.ua>
Add support for `highlight-identation` mode --- README.org | 1 + ef-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.org b/README.org index f75e10632d..3f195ef190 100644 --- a/README.org +++ b/README.org @@ -1356,6 +1356,7 @@ everything most users need. - git-rebase - gnus - hi-lock (=M-x highlight-regexp=) +- highlight-indentation - ibuffer - image-dired - imenu-list [ Part of {{{development-version}}}. ] diff --git a/ef-themes.el b/ef-themes.el index fe0775440d..6a83e1d76a 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1564,6 +1564,8 @@ text should not be underlined as well) yet still blend in." :background "white" :foreground "#af6f00" :inverse-video t) (((class color) (min-colors 88) (background dark)) :background "black" :foreground "#faea00" :inverse-video t))) +;;;; highlight-indentation mode + `(highlight-indentation-face ((,c :background ,bg-dim))) ;;;; ibuffer `(ibuffer-locked-buffer ((,c :foreground ,warning))) ;;;; image-dired