branch: elpa/ample-theme
commit ef386918b25670e3099fafbd1134a5649867834c
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    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