Fix bug#25087
* etc/themes/manoj-dark-theme.el: Fix two typos.
This commit is contained in:
parent
e9ac4b4c82
commit
66d6e7e9ec
1 changed files with 2 additions and 2 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue