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

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

[elpa] master a038d91 2/3: Add link colors, don't use bold on rainbow-de


From: Matthew Carter
Subject: [elpa] master a038d91 2/3: Add link colors, don't use bold on rainbow-delim/block
Date: Tue, 30 Jan 2018 22:24:59 -0500 (EST)

branch: master
commit a038d91ec593d1f1b19ca66a0576d59bbc24c523
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Add link colors, don't use bold on rainbow-delim/block
---
 ahungry-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index 2ca275c..4e49a2f 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -318,7 +318,7 @@ Default value:
    '(eyebrowse-mode-line-active ((t (:bold t))))
    '(eyebrowse-mode-line-inactive ((t (:bold nil))))
 
-   '(rainbow-delimiters-depth-1-face ((t (:foreground "#cf0" :bold t))))
+   '(rainbow-delimiters-depth-1-face ((t (:foreground "#cf0"))))
    '(rainbow-delimiters-depth-2-face ((t (:foreground "#0cf"))))
    '(rainbow-delimiters-depth-3-face ((t (:foreground "#ff0"))))
    '(rainbow-delimiters-depth-4-face ((t (:foreground "#0ff"))))
@@ -328,7 +328,7 @@ Default value:
    '(rainbow-delimiters-depth-8-face ((t (:foreground "#a0f"))))
    '(rainbow-delimiters-depth-9-face ((t (:foreground "#0fa"))))
 
-   '(rainbow-blocks-depth-1-face ((t (:foreground "#cf0" :bold t))))
+   '(rainbow-blocks-depth-1-face ((t (:foreground "#cf0"))))
    '(rainbow-blocks-depth-2-face ((t (:foreground "#0cf"))))
    '(rainbow-blocks-depth-3-face ((t (:foreground "#ff0"))))
    '(rainbow-blocks-depth-4-face ((t (:foreground "#0ff"))))
@@ -338,7 +338,8 @@ Default value:
    '(rainbow-blocks-depth-8-face ((t (:foreground "#a0f"))))
    '(rainbow-blocks-depth-9-face ((t (:foreground "#0fa"))))
 
-   '(link ((t (:foreground "#cf0"))))
+   '(link ((t (:foreground "#af0"))))
+   '(hackernews-link ((t (:foreground "#af0"))))
    )
   (custom-theme-set-variables
    'ahungry



reply via email to

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