summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-12-02 14:07:41 +0100
committerNicolas Petton <nicolas@petton.fr>2016-12-02 14:08:59 +0100
commit66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e (patch)
tree1301b9495cf330d2c6148dbe587150790f0b5319 /etc/themes
parente9ac4b4c82a5698e9399deea2d6450890b8baf64 (diff)
downloademacs-66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e.tar.gz
Fix bug#25087
* etc/themes/manoj-dark-theme.el: Fix two typos.
Diffstat (limited to 'etc/themes')
-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 549d11b0bb2..a8b922dc561 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)))))