[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 1744afe 103/112: Internal: define
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 1744afe 103/112: Internal: define new dedicated colours for marking |
Date: |
Mon, 30 Mar 2020 15:59:48 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 1744afe138031fa03b8aea7062e8179bfc242cc4
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Internal: define new dedicated colours for marking
---
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 3190115..2529f5f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -472,9 +472,12 @@ between foreground and background is >= 7:1)."
;; though only for styling special elements, such as underlining
;; the current tab
;;
+ ;; `fg-mark', `fg-mark-del', `fg-mark-other' can be combined with
+ ;; `bg-main', `bg-dim', `bg-alt', `bg-hl-line'
+ ;;
;; the window divider colours apply to faces with just an fg value
;;
- ;; all other pairs are combinable with themselves
+ ;; all pairs are combinable with themselves
(bg-hl-line "#f1f2f6")
(bg-paren-match "#efcabf")
(bg-region "#bcbcbc")
@@ -495,6 +498,9 @@ between foreground and background is >= 7:1)."
(fg-diff-focus-added "#002c00") (bg-diff-focus-added "#bbeabb")
(fg-diff-focus-changed "#392900") (bg-diff-focus-changed "#ecdfbf")
(fg-diff-focus-removed "#4a0000") (bg-diff-focus-removed "#efcbcf")
+ (fg-mark "#005040") (bg-mark "#a0f0cf")
+ (fg-mark-del "#840040") (bg-mark-del "#ffccbb")
+ (fg-mark-other "#782900") (bg-mark-other "#f5d88f")
;; conditional styles that evaluate user-facing customisation
;; options
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 6231f8d..069e9cd 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -472,9 +472,12 @@ between foreground and background is >= 7:1)."
;; though only for styling special elements, such as underlining
;; the current tab
;;
+ ;; `fg-mark', `fg-mark-del', `fg-mark-other' can be combined with
+ ;; `bg-main', `bg-dim', `bg-alt', `bg-hl-line'
+ ;;
;; the window divider colours apply to faces with just an fg value
;;
- ;; all other pairs are combinable with themselves
+ ;; all pairs are combinable with themselves
(bg-hl-line "#151823")
(bg-paren-match "#6e3a50")
(bg-region "#3c3c3c")
@@ -495,6 +498,9 @@ between foreground and background is >= 7:1)."
(fg-diff-focus-added "#b4ddb4") (bg-diff-focus-added "#203d20")
(fg-diff-focus-changed "#d0daaf") (bg-diff-focus-changed "#4a3a10")
(fg-diff-focus-removed "#eebdba") (bg-diff-focus-removed "#5e2526")
+ (fg-mark "#60cfa2") (bg-mark "#002f2f")
+ (fg-mark-del "#ff99aa") (bg-mark-del "#5a0000")
+ (fg-mark-other "#f0aa20") (bg-mark-other "#3f2210")
;; conditional styles that evaluate user-facing customisation
;; options
- [elpa] externals/modus-operandi-theme 0394bdd 097/112: Add support for IOCCUR, (continued)
- [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, 2020/03/30
- [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 <=
- [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