branch: elpa/telephone-line
commit 909c1779e468a3babdc23ac1edd656da8081eb6c
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Fixed rainbow face examples
---
examples.org | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/examples.org b/examples.org
index 2e590e1f93..daca49a14c 100644
--- a/examples.org
+++ b/examples.org
@@ -98,13 +98,13 @@ maps every symbol to itself.
telephone-line-secondary-right-separator 'telephone-line-nil)
(defface my-red '((t (:foreground "white" :background "red"))) "")
(defface my-orangered '((t (:foreground "white" :background "orange red"))) "")
-(defface my-orange '((t (:foreground "white" :background "orange"))) "")
-(defface my-gold '((t (:foreground "white" :background "gold"))) "")
-(defface my-yellow '((t (:foreground "white" :background "yellow"))) "")
-(defface my-chartreuse '((t (:foreground "white" :background "chartreuse")))
"")
-(defface my-green '((t (:foreground "white" :background "green"))) "")
-(defface my-sgreen '((t (:foreground "white" :background "spring green"))) "")
-(defface my-cyan '((t (:foreground "white" :background "cyan"))) "")
+(defface my-orange '((t (:foreground "dim grey" :background "orange"))) "")
+(defface my-gold '((t (:foreground "dim grey" :background "gold"))) "")
+(defface my-yellow '((t (:foreground "dim grey" :background "yellow"))) "")
+(defface my-chartreuse '((t (:foreground "dim grey" :background
"chartreuse"))) "")
+(defface my-green '((t (:foreground "dim grey" :background "green"))) "")
+(defface my-sgreen '((t (:foreground "dim grey" :background "spring green")))
"")
+(defface my-cyan '((t (:foreground "dim grey" :background "cyan"))) "")
(defface my-blue '((t (:foreground "white" :background "blue"))) "")
(defface my-dmagenta '((t (:foreground "white" :background "dark magenta")))
"")