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

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

[nongnu] elpa/ample-theme ae2f229 071/137: hl-line for light


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme ae2f229 071/137: hl-line for light
Date: Thu, 21 Oct 2021 18:00:20 -0400 (EDT)

branch: elpa/ample-theme
commit ae2f229fb51e0c1d9825b3d1d925f919b2316272
Author: Jordon Biondo <jordonbiondo@gmail.com>
Commit: Jordon Biondo <jordonbiondo@gmail.com>

    hl-line for light
---
 ample-light-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ample-light-theme.el b/ample-light-theme.el
index 78c9e60..75b27b0 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -68,6 +68,7 @@
        (ample/fringe "#CBC9B1")
        (ample/region "#BBB9A1")
        (ample/region-dark "#ABA991")
+       (ample/region-light "#E2E0C1")
        
        (ample/rb0 "#81B0E3")
        (ample/rb1 "#A5A5A5")
@@ -126,7 +127,7 @@
 
    `(vertical-border ((t (:background ,ample/darker-gray :foreground 
,ample/darkest-gray))))
 
-   `(hl-line ((t (:background "#1f1f1f"))))
+   `(hl-line ((t (:background ,ample/region-light))))
 
    `(highlight-indentation-face ((t (:background ,ample/darkest-gray))))
 



reply via email to

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