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

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

[elpa] externals/modus-operandi-theme 3a6ebbc 093/112: Add support for C


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3a6ebbc 093/112: Add support for CSV-MODE
Date: Mon, 30 Mar 2020 15:59:46 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 3a6ebbca1fc190485301ba530cd7820d60a653f1
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for CSV-MODE
---
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4f350b9..9122861 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -87,6 +87,7 @@
 ;;     counsel-notmuch
 ;;     counsel-org-capture-string
 ;;     cov
+;;     csv-mode
 ;;     custom (M-x customize)
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
@@ -914,6 +915,8 @@ between foreground and background is >= 7:1)."
    `(cov-light-face ((,class (:foreground ,blue-intense))))
    `(cov-med-face ((,class (:foreground ,yellow-intense))))
    `(cov-none-face ((,class (:foreground ,cyan-intense))))
+   ;;;; csv-mode
+   `(csv-separator-face ((,class (:background ,bg-special-cold :foreground 
,fg-main))))
    ;;;; 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 bcc99b4..63b7e3e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -87,6 +87,7 @@
 ;;     counsel-notmuch
 ;;     counsel-org-capture-string
 ;;     cov
+;;     csv-mode
 ;;     custom (M-x customize)
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
@@ -914,6 +915,8 @@ between foreground and background is >= 7:1)."
    `(cov-light-face ((,class (:foreground ,blue-intense))))
    `(cov-med-face ((,class (:foreground ,yellow-intense))))
    `(cov-none-face ((,class (:foreground ,cyan-intense))))
+   ;;;; csv-mode
+   `(csv-separator-face ((,class (:background ,bg-special-cold :foreground 
,fg-main))))
    ;;;; 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]