[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes fd01c6ee53 07/13: Use more appropriate col
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes fd01c6ee53 07/13: Use more appropriate colours for binder faces |
Date: |
Wed, 17 May 2023 02:58:51 -0400 (EDT) |
branch: externals/modus-themes
commit fd01c6ee53e12db53ab8d272a7668cfaf5473312
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Use more appropriate colours for binder faces
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 464e32ba88..70430e0e04 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1909,9 +1909,9 @@ FG and BG are the main colors."
`(aw-minibuffer-leading-char-face ((,c :inherit modus-themes-key-binding)))
`(aw-mode-line-face ((,c :inherit bold)))
;;;;; binder
- `(binder-sidebar-highlight ((,c :inherit modus-themes-subtle-cyan)))
+ `(binder-sidebar-highlight ((,c :inherit modus-themes-hl-line)))
`(binder-sidebar-marked ((,c :inherit modus-themes-mark-sel)))
- `(binder-sidebar-missing ((,c :inherit modus-themes-subtle-red)))
+ `(binder-sidebar-missing ((,c :inherit modus-themes-mark-del)))
`(binder-sidebar-tags ((,c :foreground ,variable)))
;;;;; bongo
`(bongo-album-title (( )))
- [elpa] externals/modus-themes updated (7c418faf58 -> f7255e03f3), ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes 51eca51ef3 08/13: Define "prominent" faces and semantic colour mappings, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes 1ffcb4c72f 12/13: Use more appropriate face for evil-ex-substitute-matches, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes f7255e03f3 13/13: Use more appropriate face for iedit, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes adbd8e3f83 01/13: Add semantic colour mappings for space errors, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes b39f7b4ce0 04/13: Make web-mode errors and warnings inherit the correct faces, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes 410a09e938 05/13: Make erc-dangerous-host-face inherit from 'error', ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes 530532130a 06/13: Make aw-minibuffer-leading-char-face inherit modus-themes-key-binding, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes fd01c6ee53 07/13: Use more appropriate colours for binder faces,
ELPA Syncer <=
- [elpa] externals/modus-themes 53e0670139 02/13: Make shr-selected-link inherit a more appropriate face, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes 965024167f 03/13: Make transient-disabled-suffix inherit a more appropriate face, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes f7060311d8 09/13: Revise image-dired faces to draw a box around marks, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes d1eb264a52 10/13: Do not hardcode info-menu-star to red, ELPA Syncer, 2023/05/17
- [elpa] externals/modus-themes d0a8710733 11/13: Revise rainbow-delimiters-mismatched-face (also see 51eca51), ELPA Syncer, 2023/05/17