summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-12-02 14:07:41 +0100
committerGlenn Morris <rgm@gnu.org>2016-12-02 13:08:49 -0500
commita3487a8121e408ee07fe019270b3bdeaac0ee960 (patch)
tree54c132ae7cb424ebf9c859f7ad1464eb19c6b670
parentba2847f5a5c3a34274d564584ce6e1d1fbae6e85 (diff)
downloademacs-a3487a8121e408ee07fe019270b3bdeaac0ee960.tar.gz
Fix bug#25087
* etc/themes/manoj-dark-theme.el: Fix two typos. (cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e)
-rw-r--r--etc/themes/manoj-dark-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index b5120209d4d..191d43c0a9e 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)))))