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

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

[nongnu] elpa/oblivion-theme 49b2441ada 3/8: Use butter3 instead of cham


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme 49b2441ada 3/8: Use butter3 instead of chameleon1 for headings
Date: Thu, 7 Jul 2022 12:01:56 -0400 (EDT)

branch: elpa/oblivion-theme
commit 49b2441adac44538de481b8202ca493b65198c91
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Use butter3 instead of chameleon1 for headings
    
    Distinct without being garish.
---
 oblivion-theme.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/oblivion-theme.el b/oblivion-theme.el
index 92172531e4..c29c31d926 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -18,7 +18,7 @@
   (
     (ob-butter1 "#fce94f")
     (ob-butter2 "#edd400")
-    ;; (ob-butter3 "#c4a000")
+    (ob-butter3 "#c4a000")
     (ob-chameleon1 "#8ae234")
     (ob-chameleon2 "#73d216")
     (ob-chameleon3 "#4e9a06")
@@ -257,14 +257,14 @@
     `(rst-reference ((t (:foreground ,ob-plum1))))
     `(rst-literal ((t (:inherit font-lock-string-face :background 
,ob-aluminium6+16))))
     ;; titles baseline.
-    `(rst-adornment ((t (:foreground ,ob-chameleon1))))
+    `(rst-adornment ((t (:foreground ,ob-butter3))))
 
     ;; titles.
-    `(rst-level-1 ((t (:foreground ,ob-chameleon1))))
-    `(rst-level-2 ((t (:foreground ,ob-chameleon1))))
-    `(rst-level-3 ((t (:foreground ,ob-chameleon1))))
-    `(rst-level-4 ((t (:foreground ,ob-chameleon1))))
-    `(rst-level-6 ((t (:foreground ,ob-chameleon1))))
+    `(rst-level-1 ((t (:foreground ,ob-butter3))))
+    `(rst-level-2 ((t (:foreground ,ob-butter3))))
+    `(rst-level-3 ((t (:foreground ,ob-butter3))))
+    `(rst-level-4 ((t (:foreground ,ob-butter3))))
+    `(rst-level-6 ((t (:foreground ,ob-butter3))))
 
     ;; Colors for popular plugins.
 



reply via email to

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