[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 80fb704 070/112: Add an option for
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 80fb704 070/112: Add an option for using a background for fringes |
Date: |
Mon, 30 Mar 2020 15:59:41 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 80fb704f83291acb23d646aa3e2463d78e5e3c93
Author: Anders Johansson <address@hidden>
Commit: Anders Johansson <address@hidden>
Add an option for using a background for fringes
---
modus-operandi-theme.el | 8 +++++++-
modus-vivendi-theme.el | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 92e7c67..cf12eb8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -338,6 +338,10 @@ between foreground and background is >= 7:1)."
"Font size that is slightly larger than `modus-theme-scale-3'."
:type 'number)
+(defcustom modus-operandi-theme-visible-fringes nil
+ "Use a visible style for fringes."
+ :type 'boolean)
+
;; Define colour palette. Each colour must have a >= 7:1 contrast
;; ratio relative to the foreground/background colour it is rendered
;; against.
@@ -536,7 +540,9 @@ between foreground and background is >= 7:1)."
;;;; absolute essentials
`(default ((,class (:background ,bg-main :foreground ,fg-main))))
`(cursor ((,class (:background ,fg-main))))
- `(fringe ((,class (:background ,bg-main :foreground ,fg-main))))
+ `(fringe ((,class (:background
+ ,(if modus-operandi-theme-visible-fringes bg-inactive
bg-main)
+ :foreground ,fg-main))))
;;;; basic and/or ungrouped styles
`(error ((,class (:foreground ,red :weight bold))))
`(escape-glyph ((,class (:inherit modus-theme-refine-blue :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 22e5c54..02dbabe 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -338,6 +338,10 @@ between foreground and background is >= 7:1)."
"Font size that is slightly larger than `modus-theme-scale-3'."
:type 'number)
+(defcustom modus-vivendi-theme-visible-fringes nil
+ "Use a visible style for fringes."
+ :type 'boolean)
+
;; Define colour palette. Each colour must have a >= 7:1 contrast
;; ratio relative to the foreground/background colour it is rendered
;; against.
@@ -536,7 +540,9 @@ between foreground and background is >= 7:1)."
;;;; absolute essentials
`(default ((,class (:background ,bg-main :foreground ,fg-main))))
`(cursor ((,class (:background ,fg-main))))
- `(fringe ((,class (:background ,bg-main :foreground ,fg-main))))
+ `(fringe ((,class (:background
+ ,(if modus-vivendi-theme-visible-fringes bg-inactive
bg-main)
+ :foreground ,fg-main))))
;;;; basic and/or ungrouped styles
`(error ((,class (:foreground ,red :weight bold))))
`(escape-glyph ((,class (:inherit modus-theme-refine-blue :weight bold))))
- [elpa] externals/modus-operandi-theme 5c22166 098/112: Add support for EBDB, (continued)
- [elpa] externals/modus-operandi-theme 5c22166 098/112: Add support for EBDB, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c2da8a0 101/112: Add support for JULIA, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c6aaf97 104/112: Update DIRED faces. Avoid hidden marks (issue 31)., Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 1dd7c56 107/112: General refinements to `change-log' and `log-view', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0394bdd 097/112: Add support for IOCCUR, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{author, date} colours more distinct, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cedb331 111/112: Upgrade to version 0.7.0, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme af3a327 089/112: Tweak `bg-paren-match' value and implementation, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f55723d 067/112: Tweak `deadgrep' file and match colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7a6ff41 068/112: Add support for RG (rg.el), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 80fb704 070/112: Add an option for using a background for fringes,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme ca6558c 096/112: General refinements to CALENDAR and DIARY, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 30a7b7b 092/112: Add support for ELFEED-SCORE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme befd6be 102/112: Add support for NUM3-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 1744afe 103/112: Internal: define new dedicated colours for marking, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours for PROCED marks, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 432de28 108/112: Add support for VC-ANNOTATE (but read commit msg), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 58836de 112/112: Merge 'master' into elpa/modus-operandi-theme, Stefan Monnier, 2020/03/30