branch: externals/modus-operandi-theme
commit 3a6ebbca1fc190485301ba530cd7820d60a653f1
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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))))