[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes f5bfc1af82: Add explicit support for howm pac
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes f5bfc1af82: Add explicit support for howm package |
Date: |
Sat, 15 Feb 2025 03:58:13 -0500 (EST) |
branch: externals/ef-themes
commit f5bfc1af827d0e8f3bc405019f7b4caee9d68438
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add explicit support for howm package
---
README.org | 1 +
ef-themes.el | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/README.org b/README.org
index f9a34460ff..84c916a95d 100644
--- a/README.org
+++ b/README.org
@@ -1416,6 +1416,7 @@ everything most users need.
- hexl-mode
- hi-lock (=M-x highlight-regexp=)
- highlight-indentation
+- howm [ Part of {{{development-version}}}. ]
- ibuffer
- image-dired
- imenu-list
diff --git a/ef-themes.el b/ef-themes.el
index 53545c2ad4..c20e6fbcf3 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1677,6 +1677,30 @@ text should not be underlined as well) yet still blend
in."
:background "black" :foreground "#faea00" :inverse-video t)))
;;;; highlight-indentation mode
`(highlight-indentation-face ((,c :background ,bg-dim)))
+;;;; howm
+ `(action-lock-face ((,c :inherit button)))
+ `(howm-mode-keyword-face (( )))
+ `(howm-mode-ref-face ((,c :inherit link)))
+ `(howm-mode-title-face ((,c :inherit ef-themes-heading-0)))
+ `(howm-mode-wiki-face ((,c :inherit link)))
+ `(howm-reminder-deadline-face ((,c :foreground ,date-deadline)))
+ `(howm-reminder-late-deadline-face ((,c :inherit bold :foreground
,date-deadline)))
+ `(howm-reminder-defer-face ((,c :foreground ,date-scheduled)))
+ `(howm-reminder-scheduled-face ((,c :foreground ,date-scheduled)))
+ `(howm-reminder-done-face ((,c :foreground ,prose-done)))
+ `(howm-reminder-todo-face ((,c :foreground ,prose-todo)))
+ `(howm-reminder-normal-face ((,c :foreground ,date-common)))
+ `(howm-reminder-today-face ((,c :inherit bold :foreground ,date-common)))
+ `(howm-reminder-tomorrow-face ((,c :inherit bold :foreground
,date-scheduled)))
+ `(howm-simulate-todo-mode-line-face ((,c :inherit bold)))
+ `(howm-view-empty-face (( )))
+ `(howm-view-hilit-face ((,c :inherit match)))
+ `(howm-view-name-face ((,c :inherit bold)))
+ `(iigrep-counts-face1 ((,c :foreground ,rainbow-1)))
+ `(iigrep-counts-face2 ((,c :foreground ,rainbow-2)))
+ `(iigrep-counts-face3 ((,c :foreground ,rainbow-3)))
+ `(iigrep-counts-face4 ((,c :foreground ,rainbow-4)))
+ `(iigrep-counts-face5 ((,c :foreground ,rainbow-5)))
;;;; ibuffer
`(ibuffer-locked-buffer ((,c :foreground ,warning)))
;;;; image-dired
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ef-themes f5bfc1af82: Add explicit support for howm package,
ELPA Syncer <=