aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
91 '(font-lock-doc-string-face ((t (:foreground "Plum")))) 91 '(font-lock-doc-string-face ((t (:foreground "Plum"))))
92 '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold)))) 92 '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
93 93
94 '(cperl-array-face ((t (:foreground "LawnGreen" :background "B;ack" :bold t)))) 94 '(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t))))
95 '(cperl-hash-face ((t (:foreground "SpringGreen" :background "B;ack" :bold t :italic t)))) 95 '(cperl-hash-face ((t (:foreground "SpringGreen" :background "Black" :bold t :italic t))))
96 '(cperl-nonoverridable-face ((t (:foreground "chartreuse3")))) 96 '(cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
97 97
98 '(gnus-button ((t (:bold t :weight bold :background "#191932" :box (:line-width 2 :style released-button))))) 98 '(gnus-button ((t (:bold t :weight bold :background "#191932" :box (:line-width 2 :style released-button)))))