branch: externals/ef-themes commit be119ab05b9d61e62f36975bddd42315b4a2f412 Merge: 568e60f7c3 61b25811f6 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: GitHub <nore...@github.com>
Merge pull request #38 from avkoval/main 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 a968c6150b..f54dcdf82d 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 0d7fa8d3e1..618dcb4383 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1568,6 +1568,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