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

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

[elpa] externals/modus-vivendi-theme 86eb802 012/110: Add support for CT


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 86eb802 012/110: Add support for CTRLF
Date: Wed, 29 Apr 2020 21:39:56 -0400 (EDT)

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

    Add support for CTRLF
---
 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 139d04a..6e1dedd 100644
--- a/README.org
+++ b/README.org
@@ -211,6 +211,7 @@ the "full support" may not be 100% true…
 + counsel-notmuch
 + counsel-org-capture-string
 + cov
++ ctrlf
 + custom (=M-x customize=)
 + dap-mode
 + dashboard (emacs-dashboard)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d596128..04acd57 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -88,6 +88,7 @@
 ;;     counsel-org-capture-string
 ;;     cov
 ;;     csv-mode
+;;     ctrlf
 ;;     custom (M-x customize)
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
@@ -938,6 +939,10 @@ between foreground and background is >= 7:1)."
    `(cov-none-face ((,class (:foreground ,cyan-intense))))
    ;;;; csv-mode
    `(csv-separator-face ((,class (:background ,bg-special-cold :foreground 
,fg-main))))
+   ;;;; ctrlf
+   `(ctrlf-highlight-active ((,class (:inherit modus-theme-intense-green 
:weight bold))))
+   `(ctrlf-highlight-line ((,class (:background ,bg-hl-line))))
+   `(ctrlf-highlight-passive ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; custom (M-x customize)
    `(custom-button ((,class (:box (:line-width 2 :color nil :style 
released-button)
                                   :background ,bg-active :foreground 
,fg-main))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3d7737f..ccd3549 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -88,6 +88,7 @@
 ;;     counsel-org-capture-string
 ;;     cov
 ;;     csv-mode
+;;     ctrlf
 ;;     custom (M-x customize)
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
@@ -938,6 +939,10 @@ between foreground and background is >= 7:1)."
    `(cov-none-face ((,class (:foreground ,cyan-intense))))
    ;;;; csv-mode
    `(csv-separator-face ((,class (:background ,bg-special-cold :foreground 
,fg-main))))
+   ;;;; ctrlf
+   `(ctrlf-highlight-active ((,class (:inherit modus-theme-intense-green 
:weight bold))))
+   `(ctrlf-highlight-line ((,class (:background ,bg-hl-line))))
+   `(ctrlf-highlight-passive ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; custom (M-x customize)
    `(custom-button ((,class (:box (:line-width 2 :color nil :style 
released-button)
                                   :background ,bg-active :foreground 
,fg-main))))



reply via email to

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