branch: externals/ef-themes commit ddbf0957a5c40272479d497381ed7267404ee1f8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the built-in hexl-mode --- README.org | 1 + ef-themes.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index 6454e8f98b..aa368c8f08 100644 --- a/README.org +++ b/README.org @@ -1392,6 +1392,7 @@ everything most users need. - git-gutter-fr - git-rebase - gnus +- hexl-mode [ Part of {{{development-version}}}. ] - hi-lock (=M-x highlight-regexp=) - highlight-indentation - ibuffer diff --git a/ef-themes.el b/ef-themes.el index 273f586298..4842d0be54 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1557,6 +1557,9 @@ text should not be underlined as well) yet still blend in." `(gnus-summary-normal-undownloaded ((,c :foreground ,warning))) `(gnus-summary-normal-unread (( ))) `(gnus-summary-selected ((,c :inherit highlight))) +;;;; hexl-mode + `(hexl-address-region ((,c :foreground ,constant))) + `(hexl-ascii-region ((,c :foreground ,variable))) ;;;; hi-lock (M-x highlight-regexp) ;; NOTE 2022-10-16 We hardcode color values. We have to do this ;; as the themes lack entries in their palette for such an edge