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

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

[elpa] externals/modus-vivendi-theme 7fabd85 042/110: Add support for VI


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 7fabd85 042/110: Add support for VIMISH-FOLD
Date: Wed, 29 Apr 2020 21:40:03 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 7fabd855b5b28fe9d20276924bc87c7874215a59
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for VIMISH-FOLD
---
 README.org              | 1 +
 modus-operandi-theme.el | 5 +++++
 modus-vivendi-theme.el  | 5 +++++
 3 files changed, 11 insertions(+)

diff --git a/README.org b/README.org
index 2826017..2015d5e 100644
--- a/README.org
+++ b/README.org
@@ -442,6 +442,7 @@ the "full support" may not be 100% true…
 + undo-tree
 + vc (built-in mode line status for version control)
 + vc-annotate (=C-x v g=)
++ vimish-fold
 + visible-mark
 + visual-regexp
 + volatile-highlights
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 49f9099..2b9df60 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -264,6 +264,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     vc-annotate (C-x v g)
+;;     vimish-fold
 ;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
@@ -2824,6 +2825,10 @@ AMOUNT is a customisation option."
    `(vc-removed-state ((,class (:foreground ,red-active))))
    `(vc-state-base ((,class (:foreground ,fg-active))))
    `(vc-up-to-date-state ((,class (:foreground ,fg-special-cold))))
+   ;;;; vimish-fold
+   `(vimish-fold-fringe ((,class (:foreground ,cyan-active))))
+   `(vimish-fold-mouse-face ((,class (:inherit modus-theme-intense-blue))))
+   `(vimish-fold-overlay ((,class (:background ,bg-alt :foreground 
,fg-special-cold))))
    ;;;; visible-mark
    `(visible-mark-active ((,class (:background ,blue-intense-bg))))
    `(visible-mark-face1 ((,class (:background ,cyan-intense-bg))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1288237..82a4f65 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -264,6 +264,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     vc-annotate (C-x v g)
+;;     vimish-fold
 ;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
@@ -2824,6 +2825,10 @@ AMOUNT is a customisation option."
    `(vc-removed-state ((,class (:foreground ,red-active))))
    `(vc-state-base ((,class (:foreground ,fg-active))))
    `(vc-up-to-date-state ((,class (:foreground ,fg-special-cold))))
+   ;;;; vimish-fold
+   `(vimish-fold-fringe ((,class (:foreground ,cyan-active))))
+   `(vimish-fold-mouse-face ((,class (:inherit modus-theme-intense-blue))))
+   `(vimish-fold-overlay ((,class (:background ,bg-alt :foreground 
,fg-special-cold))))
    ;;;; visible-mark
    `(visible-mark-active ((,class (:background ,blue-intense-bg))))
    `(visible-mark-face1 ((,class (:background ,cyan-intense-bg))))



reply via email to

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