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

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

[elpa] externals/standard-themes 2c03009ea9 55/74: Define "mark" colours


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 2c03009ea9 55/74: Define "mark" colours and apply them
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

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

    Define "mark" colours and apply them
---
 standard-dark-theme.el  | 5 +++++
 standard-light-theme.el | 5 +++++
 standard-themes.el      | 6 +++---
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 959f589890..4a7e175f13 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -105,6 +105,11 @@
       (bg-removed-refine "#751a1f")
       (fg-removed        "#ff5f5f")
 
+      ;; Marks
+      (bg-mark-alt  "#3a2f00") (fg-mark-alt  "#e0dd82")
+      (bg-mark-del  "#440d09") (fg-mark-del  "#ff5f60")
+      (bg-mark-sel  "#002f4a") (fg-mark-sel  "#57cefa")
+
       ;; Graphs
       (red-graph-0-bg     "#b52c2c")
       (red-graph-1-bg     "#702020")
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 931b42cabf..a2df4bb8c8 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -105,6 +105,11 @@
       (bg-removed-refine "#f3b5af")
       (fg-removed        "#a02a2a")
 
+      ;; Marks
+      (bg-mark-alt  "#ffeabb") (fg-mark-alt  "#a45822")
+      (bg-mark-del  "#ffd5ea") (fg-mark-del  "#b32230")
+      (bg-mark-sel  "#c0effa") (fg-mark-sel  "#1f6fb0")
+
       ;; Graphs
       (red-graph-0-bg     "#ef7969")
       (red-graph-1-bg     "#ffaab4")
diff --git a/standard-themes.el b/standard-themes.el
index b162945b89..0c9d7c56ab 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -749,9 +749,9 @@ Helper function for `standard-themes-preview-colors'."
     `(standard-themes-heading-8 ((,c ,@(standard-themes--heading 8) 
:foreground ,rainbow-8)))
     `(standard-themes-key-binding ((,c :inherit (bold 
standard-themes-fixed-pitch) :foreground ,keybind)))
     `(standard-themes-ui-variable-pitch ((,c 
,@(standard-themes--variable-pitch-ui))))
-    `(standard-themes-mark-delete ((,c :inherit error :background ,bg-err)))
-    `(standard-themes-mark-select ((,c :inherit success :background ,bg-info)))
-    `(standard-themes-mark-other ((,c :inherit warning :background 
,bg-warning)))
+    `(standard-themes-mark-delete ((,c :inherit bold :background ,bg-mark-del 
:foreground ,fg-mark-del)))
+    `(standard-themes-mark-select ((,c :inherit bold :background ,bg-mark-sel 
:foreground ,fg-mark-sel)))
+    `(standard-themes-mark-other ((,c :inherit bold :background ,bg-mark-alt 
:foreground ,fg-mark-alt)))
     `(standard-themes-underline-error ((,c :underline (:style wave :color 
,underline-err))))
     `(standard-themes-underline-info ((,c :underline (:style wave :color 
,underline-info))))
     `(standard-themes-underline-warning ((,c :underline (:style wave :color 
,underline-warning))))



reply via email to

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