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

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

[nongnu] elpa/ample-theme 3f1b4f5 031/137: rainbow delims colors


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 3f1b4f5 031/137: rainbow delims colors
Date: Thu, 21 Oct 2021 18:00:12 -0400 (EDT)

branch: elpa/ample-theme
commit 3f1b4f59ef91a140cfb7ead12790c23c2b9f5ed4
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    rainbow delims colors
---
 ample-theme.el | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 802e4b7..fac04f4 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -59,7 +59,16 @@
       (ample/cursor "#f57e00")
       (ample/fringe "#1f1f1f")
       (ample/region "#303030")
-      
+
+      (ample/rb0 "#81b0e3")
+      (ample/rb1 "#a5a5a5")
+      (ample/rb2 "#6190c3")
+      (ample/rb3 "#959595")
+      (ample/rb4 "#4170a3")
+      (ample/rb5 "#757575")
+
+
+
       (ample/bg "gray13")
       (ample/fg "#bdbdb3"))
   
@@ -187,8 +196,19 @@
    ;;`(helm-separator (( t ())))
    ;;`(helm-source-header (( t ())))
    ;;`(helm-visible-mark (( t ())))
-
-
+   
+   ;;(((((+ (- (* (/ ( or nil 4)  4) 9) 2) 10)))))
+   `(rainbow-delimiters-depth-1-face ((t (:foreground ,ample/rb0 :background 
nil))))
+   `(rainbow-delimiters-depth-2-face ((t (:foreground ,ample/rb1 :background 
nil))))
+   `(rainbow-delimiters-depth-3-face ((t (:foreground ,ample/rb2 :background 
nil))))
+   `(rainbow-delimiters-depth-4-face ((t (:foreground ,ample/rb3 :background 
nil))))
+   `(rainbow-delimiters-depth-5-face ((t (:foreground ,ample/rb4 :background 
nil))))
+   `(rainbow-delimiters-depth-6-face ((t (:foreground ,ample/rb5 :background 
nil))))
+   `(rainbow-delimiters-depth-7-face ((t (:foreground ,ample/rb0 :background 
nil))))
+   `(rainbow-delimiters-depth-8-face ((t (:foreground ,ample/rb1 :background 
nil))))
+   `(rainbow-delimiters-depth-9-face ((t (:foreground ,ample/rb2 :background 
nil))))
+      
+      
    ;; man pages
    `(Man-overstrike ((t (:foreground ,ample/blue))))
    `(Man-underline ((t (:foreground ,ample/yellow))))



reply via email to

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