mirror of
https://github.com/protesilaos/ef-themes.git
synced 2026-09-10 07:06:15 -04:00
Merge pull request #38 from avkoval/main
Add support for `highlight-identation` mode
This commit is contained in:
commit
be119ab05b
|
|
@ -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}}}. ]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue