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