]> 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)
committerNicolas Petton <nicolas@petton.fr>
Fri, 2 Dec 2016 13:08:59 +0000 (14:08 +0100)
* etc/themes/manoj-dark-theme.el: Fix two typos.

etc/themes/manoj-dark-theme.el

index 549d11b0bb2f532a35a962a4e24ca2c4c8866f78..a8b922dc5613413098514f993b588c8c9e8a36ec 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)))))