emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 a3487a8: Fix bug#25087


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 a3487a8: Fix bug#25087
Date: Fri, 2 Dec 2016 18:09:11 +0000 (UTC)

branch: emacs-25
commit a3487a8121e408ee07fe019270b3bdeaac0ee960
Author: Nicolas Petton <address@hidden>
Commit: Glenn Morris <address@hidden>

    Fix bug#25087
    
    * etc/themes/manoj-dark-theme.el: Fix two typos.
    
    (cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e)
---
 etc/themes/manoj-dark-theme.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index b512020..191d43c 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -91,8 +91,8 @@ jarring angry fruit salad look to reduce eye fatigue.")
  '(font-lock-doc-string-face    ((t (:foreground "Plum"))))
  '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
 
- '(cperl-array-face ((t (:foreground "LawnGreen" :background "B;ack" :bold 
t))))
- '(cperl-hash-face ((t (:foreground "SpringGreen" :background "B;ack" :bold t 
:italic t))))
+ '(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold 
t))))
+ '(cperl-hash-face ((t (:foreground "SpringGreen" :background "Black" :bold t 
:italic t))))
  '(cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
 
  '(gnus-button ((t (:bold t :weight bold :background "#191932" :box 
(:line-width 2 :style released-button)))))



reply via email to

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