emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes ddbf0957a5: Add support for the built-in hexl


From: ELPA Syncer
Subject: [elpa] externals/ef-themes ddbf0957a5: Add support for the built-in hexl-mode
Date: Fri, 20 Sep 2024 12:58:00 -0400 (EDT)

branch: externals/ef-themes
commit ddbf0957a5c40272479d497381ed7267404ee1f8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]