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

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

[nongnu] elpa/ample-theme ef38691 114/137: Add link face


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme ef38691 114/137: Add link face
Date: Thu, 21 Oct 2021 18:00:29 -0400 (EDT)

branch: elpa/ample-theme
commit ef386918b25670e3099fafbd1134a5649867834c
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Add link face
---
 ample-flat-theme.el  | 1 +
 ample-light-theme.el | 1 +
 ample-theme.el       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index 9524ed2..d966d86 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -85,6 +85,7 @@
    `(default ((t (:foreground ,ample/fg :background ,ample/bg))))
    `(cursor  ((t (:foreground ,ample/bg :background ,ample/cursor))))
    `(fringe  ((t (:background ,ample/fringe))))
+   `(link    ((t (:foreground ,ample/lighter-blue :underline t))))
    `(region  ((t (:background ,ample/region))))
 
    ;; standard font lock
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 3f9f8ec..1995c8d 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -91,6 +91,7 @@
    `(default ((t (:foreground ,ample/fg :background ,ample/bg))))
    `(cursor  ((t (:foreground ,ample/bg :background ,ample/cursor))))
    `(fringe  ((t (:background ,ample/fringe))))
+   `(link    ((t (:foreground ,ample/lighter-blue :underline t))))
    `(region  ((t (:background ,ample/region))))
 
    ;; standard font lock
diff --git a/ample-theme.el b/ample-theme.el
index b9213e2..7f287cd 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -87,6 +87,7 @@
    `(default ((t (:foreground ,ample/fg :background ,ample/bg))))
    `(cursor  ((t (:foreground ,ample/bg :background ,ample/cursor))))
    `(fringe  ((t (:background ,ample/fringe))))
+   `(link    ((t (:foreground ,ample/lighter-blue :underline t))))
    `(region  ((t (:background ,ample/region))))
 
    ;; standard font lock



reply via email to

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