branch: externals/doric-themes
commit 45fdb49f86930568cb6884128451634dc5c167b8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for the pulsar package
---
 doric-themes.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doric-themes.el b/doric-themes.el
index e7b9dadd1e..a88ab7dc7f 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1558,6 +1558,13 @@ default a generic text that mentions the 
BACKGROUND-MODE."
             `(package-mark-delete-line ((t :inherit bold-italic :background 
,bg-shadow-intense :foreground ,fg-main)))
             `(package-mark-install-line ((t :inherit bold-italic :background 
,bg-accent :foreground ,fg-main)))
 
+            `(pulsar-blue ((t :background ,bg-blue)))
+            `(pulsar-cyan ((t :background ,bg-cyan)))
+            `(pulsar-green ((t :background ,bg-green)))
+            `(pulsar-magenta ((t :background ,bg-magenta)))
+            `(pulsar-red ((t :background ,bg-red)))
+            `(pulsar-yellow ((t :background ,bg-yellow)))
+
             '(rcirc-monospace-text ((t :inherit fixed-pitch)))
             '(rcirc-server ((t :inherit font-lock-comment-face)))
 

Reply via email to