]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug#25087
authorNicolas Petton <nicolas@petton.fr>
Fri, 2 Dec 2016 13:07:41 +0000 (14:07 +0100)
committerGlenn Morris <rgm@gnu.org>
Fri, 2 Dec 2016 18:08:49 +0000 (13:08 -0500)
* etc/themes/manoj-dark-theme.el: Fix two typos.

(cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e)

etc/themes/manoj-dark-theme.el

index b5120209d4d654046851189282c9634ab41accd9..191d43c0a9e669a416657465a5de0bb095ba6a1c 100644 (file)
@@ -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)))))