[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 9dbe77a 063/112: Add tentative sup
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 9dbe77a 063/112: Add tentative support for SALLET |
Date: |
Mon, 30 Mar 2020 15:59:39 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 9dbe77a1ff8491850304ff85e0fc11b6647472a8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add tentative support for SALLET
This is considered "tentative" because the project seems to still be in
development. Users are encouraged to send me feedback on things that
could be refined further.
---
README.org | 1 +
modus-operandi-theme.el | 19 +++++++++++++++++++
modus-vivendi-theme.el | 19 +++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/README.org b/README.org
index a7a170e..a524823 100644
--- a/README.org
+++ b/README.org
@@ -313,6 +313,7 @@ the "full support" may not be 100% true…
+ regexp-builder (also known as =re-builder=)
+ rmail
+ ruler-mode
++ sallet
+ selectrum
+ sesman
+ shell-script-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 81bb122..39c020e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -203,6 +203,7 @@
;; regexp-builder (also known as `re-builder')
;; rmail
;; ruler-mode
+;; sallet
;; selectrum
;; sesman
;; shell-script-mode
@@ -2252,6 +2253,24 @@ between foreground and background is >= 7:1)."
`(ruler-mode-margins ((,class (:inherit ruler-mode-default :foreground
,bg-main))))
`(ruler-mode-pad ((,class (:background ,bg-active :foreground
,fg-inactive))))
`(ruler-mode-tab-stop ((,class (:inherit ruler-mode-default :foreground
,yellow-active))))
+ ;;;; sallet
+ `(sallet-buffer-compressed ((,class (:foreground ,yellow-nuanced :slant
italic))))
+ `(sallet-buffer-default-directory ((,class (:foreground ,cyan-nuanced))))
+ `(sallet-buffer-directory ((,class (:foreground ,blue-nuanced))))
+ `(sallet-buffer-help ((,class (:foreground ,fg-special-cold))))
+ `(sallet-buffer-modified ((,class (:foreground ,yellow-alt-other :slant
italic))))
+ `(sallet-buffer-ordinary ((,class (:foreground ,fg-main))))
+ `(sallet-buffer-read-only ((,class (:foreground ,yellow-alt))))
+ `(sallet-buffer-size ((,class (:foreground ,fg-special-calm))))
+ `(sallet-buffer-special ((,class (:foreground ,magenta-alt-other))))
+ `(sallet-flx-match ((,class (:inherit modus-theme-refine-cyan))))
+ `(sallet-recentf-buffer-name ((,class (:foreground ,blue-nuanced))))
+ `(sallet-recentf-file-path ((,class (:foreground ,fg-special-mild))))
+ `(sallet-regexp-match ((,class (:inherit modus-theme-refine-magenta))))
+ `(sallet-source-header ((,class (:foreground ,red-alt :weight bold
+ ,@(when
modus-operandi-theme-scale-headings
+ (list :height
modus-operandi-theme-scale-4))))))
+ `(sallet-substring-match ((,class (:inherit modus-theme-refine-blue))))
;;;; selectrum
`(selectrum-current-candidate ((,class (:inherit modus-theme-intense-cyan
:weight bold))))
`(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue
:weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 69cda1d..4d51606 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -203,6 +203,7 @@
;; regexp-builder (also known as `re-builder')
;; rmail
;; ruler-mode
+;; sallet
;; selectrum
;; sesman
;; shell-script-mode
@@ -2252,6 +2253,24 @@ between foreground and background is >= 7:1)."
`(ruler-mode-margins ((,class (:inherit ruler-mode-default :foreground
,bg-main))))
`(ruler-mode-pad ((,class (:background ,bg-active :foreground
,fg-inactive))))
`(ruler-mode-tab-stop ((,class (:inherit ruler-mode-default :foreground
,yellow-active))))
+ ;;;; sallet
+ `(sallet-buffer-compressed ((,class (:foreground ,yellow-nuanced :slant
italic))))
+ `(sallet-buffer-default-directory ((,class (:foreground ,cyan-nuanced))))
+ `(sallet-buffer-directory ((,class (:foreground ,blue-nuanced))))
+ `(sallet-buffer-help ((,class (:foreground ,fg-special-cold))))
+ `(sallet-buffer-modified ((,class (:foreground ,yellow-alt-other :slant
italic))))
+ `(sallet-buffer-ordinary ((,class (:foreground ,fg-main))))
+ `(sallet-buffer-read-only ((,class (:foreground ,yellow-alt))))
+ `(sallet-buffer-size ((,class (:foreground ,fg-special-calm))))
+ `(sallet-buffer-special ((,class (:foreground ,magenta-alt-other))))
+ `(sallet-flx-match ((,class (:inherit modus-theme-refine-cyan))))
+ `(sallet-recentf-buffer-name ((,class (:foreground ,blue-nuanced))))
+ `(sallet-recentf-file-path ((,class (:foreground ,fg-special-mild))))
+ `(sallet-regexp-match ((,class (:inherit modus-theme-refine-magenta))))
+ `(sallet-source-header ((,class (:foreground ,red-alt :weight bold
+ ,@(when
modus-vivendi-theme-scale-headings
+ (list :height
modus-vivendi-theme-scale-4))))))
+ `(sallet-substring-match ((,class (:inherit modus-theme-refine-blue))))
;;;; selectrum
`(selectrum-current-candidate ((,class (:inherit modus-theme-intense-cyan
:weight bold))))
`(selectrum-primary-highlight ((,class (:inherit modus-theme-refine-blue
:weight bold))))
- [elpa] externals/modus-operandi-theme 08586a4 058/112: Add support for AUCTEX/TEX, (continued)
- [elpa] externals/modus-operandi-theme 08586a4 058/112: Add support for AUCTEX/TEX, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 4f35902 065/112: Add support for PARADOX, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9bd8996 066/112: Appropriate colour for `compilation-line-number', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 39557fa 069/112: Add support for RIPGREP (ripgrep.el), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d190a2b 090/112: Add support for STRIPES, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b52f412 072/112: Document new custom option for visible fringes, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 6bda04f 074/112: Add README section on FSF copyright assignment, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 71372a8 078/112: Use new fringe colours for FLYCHECK indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b0c0fd1 082/112: Add support for SIDE-NOTES, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 5247356 083/112: Internal: fix indentation in `outline-mode' group, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9dbe77a 063/112: Add tentative support for SALLET,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 0bb261d 076/112: Define new fringe colours and faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for FREEZE-IT, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b590bf2 079/112: Use new fringe colours for GIT-GUTTER indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d614a32 105/112: Use right colours for `gnus-summary-cancelled', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme adb7110 109/112: Internal: minor documentation corrections, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme e57ca4f 075/112: Use more appropriate colours for fringe indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b1660a9 080/112: Refine DIFF-HL and use new fringe colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weight from matching parentheses, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c4e0434 091/112: Add support for ORG-TREESCOPE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 3a6ebbc 093/112: Add support for CSV-MODE, Stefan Monnier, 2020/03/30