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

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

[elpa] externals/modus-vivendi-theme 042bac1 22/73: Add support for PKGB


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 042bac1 22/73: Add support for PKGBUILD-MODE
Date: Wed, 26 Aug 2020 09:20:55 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 042bac1547a737bf99313e998640d8db7c9231a9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for PKGBUILD-MODE
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index c72eb34..7a7212e 100644
--- a/README.org
+++ b/README.org
@@ -1149,6 +1149,7 @@ the "full support" may not be 100% true…
 + perspective
 + phi-grep
 + phi-search
++ pkgbuild-mode
 + pomidor
 + powerline
 + powerline-evil
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c07dedb..1df720e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -258,6 +258,7 @@
 ;;     perspective
 ;;     phi-grep
 ;;     phi-search
+;;     pkgbuild-mode
 ;;     pomidor
 ;;     powerline
 ;;     powerline-evil
@@ -3208,6 +3209,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(phi-search-failpart-face ((,class :inherit modus-theme-refine-red)))
    `(phi-search-match-face ((,class :inherit modus-theme-refine-cyan)))
    `(phi-search-selection-face ((,class :inherit (modus-theme-intense-green 
bold))))
+;;;;; pkgbuild-mode
+   `(pkgbuild-error-face ((,class :underline (:color ,fg-lang-error))))
 ;;;;; pomidor
    `(pomidor-break-face ((,class :foreground ,blue-alt-other)))
    `(pomidor-overwork-face ((,class :foreground ,red-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 306c7e2..10f1dfd 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -258,6 +258,7 @@
 ;;     perspective
 ;;     phi-grep
 ;;     phi-search
+;;     pkgbuild-mode
 ;;     pomidor
 ;;     powerline
 ;;     powerline-evil
@@ -3208,6 +3209,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(phi-search-failpart-face ((,class :inherit modus-theme-refine-red)))
    `(phi-search-match-face ((,class :inherit modus-theme-refine-cyan)))
    `(phi-search-selection-face ((,class :inherit (modus-theme-intense-green 
bold))))
+;;;;; pkgbuild-mode
+   `(pkgbuild-error-face ((,class :underline (:color ,fg-lang-error))))
 ;;;;; pomidor
    `(pomidor-break-face ((,class :foreground ,blue-alt-other)))
    `(pomidor-overwork-face ((,class :foreground ,red-alt-other)))



reply via email to

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