[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 518b84c578 6/9: ef-eagle: make the "added" an
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 518b84c578 6/9: ef-eagle: make the "added" and "removed" colours a bit more intense |
Date: |
Tue, 27 Aug 2024 03:58:29 -0400 (EDT) |
branch: externals/ef-themes
commit 518b84c578ec1c3e258d706031ff8cf631d99e1a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
ef-eagle: make the "added" and "removed" colours a bit more intense
---
ef-eagle-theme.el | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/ef-eagle-theme.el b/ef-eagle-theme.el
index 806503c75c..8aef5fcaac 100644
--- a/ef-eagle-theme.el
+++ b/ef-eagle-theme.el
@@ -102,20 +102,20 @@
;;; Diffs
- (bg-added "#c0e7b0")
- (bg-added-faint "#e0e7c2")
- (bg-added-refine "#aad590")
- (fg-added "#005000")
+ (bg-added "#b0e7b0")
+ (bg-added-faint "#d0e7c2")
+ (bg-added-refine "#9ad590")
+ (fg-added "#005200")
(bg-changed "#f5e690")
(bg-changed-faint "#f5edaf")
(bg-changed-refine "#edd482")
(fg-changed "#553d00")
- (bg-removed "#f8cca6")
- (bg-removed-faint "#f0ddbc")
- (bg-removed-refine "#f0af90")
- (fg-removed "#8f1313")
+ (bg-removed "#f8c8a6")
+ (bg-removed-faint "#f0d9bc")
+ (bg-removed-refine "#f0aa90")
+ (fg-removed "#8f1013")
;;; Graphs
- [elpa] externals/ef-themes updated (f5358b03e7 -> bc113def8d), ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes 0d00dccbc0 1/9: ef-owl: tweak the values of green-cooler, cyan-cooler, blue-faint, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes 7c0699050f 2/9: ef-owl: rearrange some code mappings for better harmony, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes dd62db9f50 3/9: ef-owl: use a slightly different colour for accent-0, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes bd6a93a974 5/9: ef-eagle: change the hue of the name mapping, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes bc113def8d 9/9: ef-owl: change the hue of the prose-tag mapping, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes 805087689e 4/9: ef-owl: tweak the "added" subset values to be a bit less blue, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes 518b84c578 6/9: ef-eagle: make the "added" and "removed" colours a bit more intense,
ELPA Syncer <=
- [elpa] externals/ef-themes 04a5f2a139 8/9: ef-owl: tweak the bg-dim, bg-alt, and bg-active values, ELPA Syncer, 2024/08/27
- [elpa] externals/ef-themes a8f93da378 7/9: Define new bg-search-match mapping and use it, ELPA Syncer, 2024/08/27