diff options
| author | Oleksii Koval <alex@koval.kharkov.ua> | 2024-02-24 13:53:07 +0200 |
|---|---|---|
| committer | Oleksii Koval <alex@koval.kharkov.ua> | 2024-02-24 13:55:55 +0200 |
| commit | 61b25811f6a1dbc8b6536be1ad95b0248313ce80 (patch) | |
| tree | fa53ec685367c003e2eee667d335452bb96d3633 | |
| parent | 19fd49469c2079ea1638bf44575b4b947b201c2f (diff) | |
Add support for `highlight-identation` mode
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | ef-themes.el | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |
