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

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

[elpa] externals/standard-themes f0d1f81be4: standard-dark-theme: refine


From: ELPA Syncer
Subject: [elpa] externals/standard-themes f0d1f81be4: standard-dark-theme: refine bg-hl-line
Date: Sun, 11 Dec 2022 08:58:08 -0500 (EST)

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

    standard-dark-theme: refine bg-hl-line
    
    This makes it easier to read the underlying text of the currently
    highlighted line in hl-line-mode.
    
    Thanks to Manuel Uberti for the feedback on the mailing list:
    
<https://lists.sr.ht/~protesilaos/standard-themes/%3C6e218fc0-f2dc-e03f-4e42-da0cbf9bd79b%40inventati.org%3E>.
---
 README.org             | 13 +++++++++++++
 standard-dark-theme.el |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 43c455e148..f6319be9a5 100644
--- a/README.org
+++ b/README.org
@@ -1151,6 +1151,19 @@ unwillingness to be good Emacs citizens:
 
 The above list is non-exhaustive though you get the idea.
 
+* Acknowledgements
+:PROPERTIES:
+:CUSTOM_ID: h:20e79476-6975-4643-838f-a77dfa92627a
+:END:
+#+cindex: Contributors
+
+This project is meant to be a collective effort.  Every bit of help
+matters.
+
++ Author/maintainer :: Protesilaos Stavrou.
+
++ Ideas and/or user feedback :: Manuel Uberti.
+
 * GNU Free Documentation License
 :PROPERTIES:
 :CUSTOM_ID: h:255fa624-6e3c-4118-9618-17cc25a801bd
diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 47960eb59b..1596dd4d8a 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -130,7 +130,7 @@
       (bg-completion "#254b5f")
       (bg-hover      "#457b2f")
       (bg-hover-alt  "#00688b")
-      (bg-hl-line    "#556b2f")
+      (bg-hl-line    "#334815")
       (bg-region     "#0000cd")
       (bg-paren      "#4f94cd")
       (bg-err        "#3f0d09") ; check with err



reply via email to

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