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

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

[elpa] master 9367e4a 1/2: Add more rainbow-delimiter/block faces


From: Matthew Carter
Subject: [elpa] master 9367e4a 1/2: Add more rainbow-delimiter/block faces
Date: Fri, 26 Jan 2018 23:16:50 -0500 (EST)

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

    Add more rainbow-delimiter/block faces
---
 ahungry-theme.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index fbe707b..5c5d710 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -324,7 +324,9 @@ Default value:
    '(rainbow-delimiters-depth-4-face ((t (:foreground "#0ff"))))
    '(rainbow-delimiters-depth-5-face ((t (:foreground "#ff7"))))
    '(rainbow-delimiters-depth-6-face ((t (:foreground "#f90"))))
-   '(rainbow-delimiters-depth-7-face ((t (:foreground "#f00"))))
+   '(rainbow-delimiters-depth-7-face ((t (:foreground "#f0a"))))
+   '(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-2-face ((t (:foreground "#0cf"))))
@@ -332,7 +334,9 @@ Default value:
    '(rainbow-blocks-depth-4-face ((t (:foreground "#0ff"))))
    '(rainbow-blocks-depth-5-face ((t (:foreground "#ff7"))))
    '(rainbow-blocks-depth-6-face ((t (:foreground "#f90"))))
-   '(rainbow-blocks-depth-7-face ((t (:foreground "#f00"))))
+   '(rainbow-blocks-depth-7-face ((t (:foreground "#f0a"))))
+   '(rainbow-blocks-depth-8-face ((t (:foreground "#a0f"))))
+   '(rainbow-blocks-depth-9-face ((t (:foreground "#0fa"))))
    )
   (custom-theme-set-variables
    'ahungry



reply via email to

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