emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/standard-themes 067d0241ce 60/74: Revise bespoke mark c


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 067d0241ce 60/74: Revise bespoke mark colours
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

branch: externals/standard-themes
commit 067d0241ce8107278adb46ad537d3b3249864e0b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Revise bespoke mark colours
---
 standard-dark-theme.el  | 4 ++--
 standard-light-theme.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 8aa4619bc9..9e24fc660d 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -106,9 +106,9 @@
       (fg-removed        "#ff5f5f")
 
       ;; Marks
-      (bg-mark-alt  "#3a2f00") (fg-mark-alt  "#e0dd82")
+      (bg-mark-alt  "#002f4a") (fg-mark-alt  "#57cefa")
       (bg-mark-del  "#440d09") (fg-mark-del  "#ff5f60")
-      (bg-mark-sel  "#002f4a") (fg-mark-sel  "#57cefa")
+      (bg-mark-sel  "#333000") (fg-mark-sel  "#d0d082")
 
       ;; Graphs
       (red-graph-0-bg     "#b52c2c")
diff --git a/standard-light-theme.el b/standard-light-theme.el
index a2df4bb8c8..ab13152003 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -106,9 +106,9 @@
       (fg-removed        "#a02a2a")
 
       ;; Marks
-      (bg-mark-alt  "#ffeabb") (fg-mark-alt  "#a45822")
+      (bg-mark-alt  "#c0effa") (fg-mark-alt  "#1f6fb0")
       (bg-mark-del  "#ffd5ea") (fg-mark-del  "#b32230")
-      (bg-mark-sel  "#c0effa") (fg-mark-sel  "#1f6fb0")
+      (bg-mark-sel  "#fafa7b") (fg-mark-sel  "#805f00")
 
       ;; Graphs
       (red-graph-0-bg     "#ef7969")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]