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

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

[nongnu] elpa/ample-theme 3d7b095 125/137: Add ample/light-gray and shad


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 3d7b095 125/137: Add ample/light-gray and shadow face
Date: Thu, 21 Oct 2021 18:00:31 -0400 (EDT)

branch: elpa/ample-theme
commit 3d7b0957ae4bf5fbd58a9edf645a20db751c3b50
Author: Fice T <fice-t@protonmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Add ample/light-gray and shadow face
---
 ample-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 39bd80c..22710f3 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -57,6 +57,7 @@
       (ample/yellow "#baba36")
       (ample/bright-yellow "#fffe0a")
       (ample/purple "#ab75c3")
+      (ample/light-gray "#858585")
       (ample/gray "#757575")
       (ample/dark-gray "#656565")
       (ample/darker-gray "#454545")
@@ -90,6 +91,7 @@
    `(fringe  ((t (:background ,ample/fringe))))
    `(link    ((t (:foreground ,ample/lighter-blue :underline t))))
    `(region  ((t (:background ,ample/region))))
+   `(shadow  ((t (:foreground ,ample/light-gray))))
 
    ;; standard font lock
    `(font-lock-builtin-face            ((t (:foreground ,ample/light-blue))))



reply via email to

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