From 61b25811f6a1dbc8b6536be1ad95b0248313ce80 Mon Sep 17 00:00:00 2001 From: Oleksii Koval Date: Sat, 24 Feb 2024 13:53:07 +0200 Subject: 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 f75e106..3f195ef 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 fe07754..6a83e1d 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 -- cgit v1.0