branch: master
commit fd6c5fc3c25888c9137cb2a392a5534e1f1c669a
Author: Matthew Carter <m...@ahungry.com>
Commit: Matthew Carter <m...@ahungry.com>

    Add link color specifier to faces
---
 .gitignore       | 1 +
 ahungry-theme.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..51661dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+flycheck_*.el
diff --git a/ahungry-theme.el b/ahungry-theme.el
index 5c5d710..2ca275c 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -337,6 +337,8 @@ Default value:
    '(rainbow-blocks-depth-7-face ((t (:foreground "#f0a"))))
    '(rainbow-blocks-depth-8-face ((t (:foreground "#a0f"))))
    '(rainbow-blocks-depth-9-face ((t (:foreground "#0fa"))))
+
+   '(link ((t (:foreground "#cf0"))))
    )
   (custom-theme-set-variables
    'ahungry

Reply via email to