[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 24fe762503e: Remove redundant face specs in manoj-dark theme
From: |
Stefan Kangas |
Subject: |
master 24fe762503e: Remove redundant face specs in manoj-dark theme |
Date: |
Sat, 5 Oct 2024 12:32:55 -0400 (EDT) |
branch: master
commit 24fe762503ee5e36f49f01e538d89ab986f1f593
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Remove redundant face specs in manoj-dark theme
* etc/themes/manoj-dark-theme.el (manoj-dark): Remove redundant face
specs. ':bold t' duplicates ':weight bold', and ':italic t' duplicates
':slant italic'.
---
etc/themes/manoj-dark-theme.el | 316 ++++++++++++++++++++---------------------
1 file changed, 158 insertions(+), 158 deletions(-)
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index 81dac1902f0..b902f293ca0 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -81,22 +81,22 @@ jarring angry fruit salad look to reduce eye fatigue."
'(font-lock-preprocessor-face ((t (:foreground "CornFlowerBlue" :italic t))))
'(font-lock-keyword-face ((t (:foreground "cyan1"))))
'(font-lock-type-face ((t (:foreground "SteelBlue1"))))
- '(font-lock-regexp-grouping-backslash ((t (:bold t :weight bold))))
- '(font-lock-regexp-grouping-construct ((t (:bold t :weight bold))))
+ '(font-lock-regexp-grouping-backslash ((t (:weight bold))))
+ '(font-lock-regexp-grouping-construct ((t (:weight bold))))
'(font-lock-variable-name-face ((t (:foreground "Aquamarine"))))
- '(font-lock-function-name-face ((t (:foreground "mediumspringgreen"
- :weight bold))))
+ '(font-lock-function-name-face ((t ( :foreground "mediumspringgreen"
+ :weight bold))))
'(font-lock-string-face ((t (:foreground "RosyBrown1"))))
'(font-lock-comment-face ((t (:italic t :slant oblique :foreground
"chocolate1"))))
'(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
'(font-lock-doc-face ((t (:italic t :slant oblique :foreground
"LightCoral"))))
- '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
+ '(font-lock-warning-face ((t (:foreground "Pink" :weight bold))))
'(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)))))
+ '(gnus-button ((t (:weight bold :background "#191932" :box (:line-width 2
:style released-button)))))
'(gnus-cite-attribution-face ((t (:italic t))))
'(gnus-cite-face-1 ((t (:foreground "CornflowerBlue"))))
'(gnus-cite-face-2 ((t (:foreground "PaleGreen"))))
@@ -109,68 +109,68 @@ jarring angry fruit salad look to reduce eye fatigue."
'(gnus-cite-face-9 ((t (:foreground "chartreuse1"))))
'(gnus-cite-face-10 ((t (:foreground "thistle1"))))
'(gnus-cite-face-11 ((t (:foreground "LightYellow1"))))
- '(gnus-emphasis-bold ((t (:bold t :weight bold))))
- '(gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight
bold))))
+ '(gnus-emphasis-bold ((t (:weight bold))))
+ '(gnus-emphasis-bold-italic ((t (:slant italic :weight bold))))
'(gnus-emphasis-highlight-words ((t (:background "black" :foreground
"yellow"))))
- '(gnus-emphasis-italic ((t (:italic t :slant italic))))
+ '(gnus-emphasis-italic ((t (:slant italic))))
'(gnus-emphasis-strikethru ((t (:strike-through t))))
'(gnus-emphasis-underline ((t (:underline t))))
- '(gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
- '(gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t
:slant italic :weight bold))))
- '(gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
+ '(gnus-emphasis-underline-bold ((t (:underline t :weight bold))))
+ '(gnus-emphasis-underline-bold-italic ((t (:underline t :slant italic :weight
bold))))
+ '(gnus-emphasis-underline-italic ((t (:underline t :slant italic))))
- '(gnus-header-content ((t (:italic t :foreground "DarkKhaki" :slant italic))))
- '(gnus-header-content-face ((t (:italic t :foreground "DarkKhaki" :slant
italic))))
+ '(gnus-header-content ((t (:foreground "DarkKhaki" :slant italic))))
+ '(gnus-header-content-face ((t (:foreground "DarkKhaki" :slant italic))))
'(gnus-header-from ((t (:foreground "PaleGreen1"))))
'(gnus-header-from-face ((t (:foreground "PaleGreen1"))))
- '(gnus-header-name ((t (:bold t :foreground "BlanchedAlmond" :weight bold))))
- '(gnus-header-name-face ((t (:bold t :foreground "BlanchedAlmond" :weight
bold))))
- '(gnus-header-newsgroups ((t (:italic t :foreground "yellow" :slant italic))))
- '(gnus-header-newsgroups-face ((t (:italic t :foreground "yellow" :slant
italic))))
+ '(gnus-header-name ((t (:foreground "BlanchedAlmond" :weight bold))))
+ '(gnus-header-name-face ((t (:foreground "BlanchedAlmond" :weight bold))))
+ '(gnus-header-newsgroups ((t (:foreground "yellow" :slant italic))))
+ '(gnus-header-newsgroups-face ((t (:foreground "yellow" :slant italic))))
'(gnus-header-subject ((t (:foreground "coral1"))))
'(gnus-header-subject-face ((t (:foreground "coral1"))))
- '(gnus-signature ((t (:italic t :slant italic))))
- '(gnus-signature-face ((t (:italic t :slant italic))))
+ '(gnus-signature ((t (:slant italic))))
+ '(gnus-signature-face ((t (:slant italic))))
'(gnus-splash ((t (:foreground "#cccccc"))))
'(gnus-summary-cancelled ((t (:background "black" :foreground "yellow"))))
'(gnus-summary-cancelled-face ((t (:background "black" :foreground
"yellow"))))
- '(gnus-summary-high-ancient ((t (:bold t :foreground "CornflowerBlue" :weight
bold))))
- '(gnus-summary-high-ancient-face ((t (:bold t :foreground "CornflowerBlue"
:weight bold))))
+ '(gnus-summary-high-ancient ((t (:foreground "CornflowerBlue" :weight bold))))
+ '(gnus-summary-high-ancient-face ((t (:foreground "CornflowerBlue" :weight
bold))))
'(gnus-summary-normal-ancient ((t (:foreground "SkyBlue"))))
'(gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
- '(gnus-summary-low-ancient ((t (:italic t :foreground "LightSteelBlue" :slant
italic))))
- '(gnus-summary-low-ancien-facet ((t (:italic t :foreground "LightSteelBlue"
:slant italic))))
+ '(gnus-summary-low-ancient ((t (:foreground "LightSteelBlue" :slant italic))))
+ '(gnus-summary-low-ancien-facet ((t (:foreground "LightSteelBlue" :slant
italic))))
- '(gnus-summary-high-read ((t (:bold t :foreground "grey60" :weight bold))))
- '(gnus-summary-high-read-face ((t (:bold t :foreground "grey60" :weight
bold))))
+ '(gnus-summary-high-read ((t (:foreground "grey60" :weight bold))))
+ '(gnus-summary-high-read-face ((t (:foreground "grey60" :weight bold))))
'(gnus-summary-normal-read ((t (:foreground "grey50"))))
'(gnus-summary-normal-read-face ((t (:foreground "grey50"))))
- '(gnus-summary-low-read ((t (:italic t :foreground "LightSlateGray" :slant
italic))))
- '(gnus-summary-low-read-face ((t (:italic t :foreground "LightSlateGray"
:slant italic))))
+ '(gnus-summary-low-read ((t (:foreground "LightSlateGray" :slant italic))))
+ '(gnus-summary-low-read-face ((t (:foreground "LightSlateGray" :slant
italic))))
- '(gnus-summary-high-ticked ((t (:bold t :foreground "RosyBrown" :weight
bold))))
- '(gnus-summary-high-ticked-face ((t (:bold t :foreground "RosyBrown" :weight
bold))))
+ '(gnus-summary-high-ticked ((t (:foreground "RosyBrown" :weight bold))))
+ '(gnus-summary-high-ticked-face ((t (:foreground "RosyBrown" :weight bold))))
'(gnus-summary-normal-ticked ((t (:foreground "LightSalmon"))))
'(gnus-summary-normal-ticked-face ((t (:foreground "LightSalmon"))))
- '(gnus-summary-low-ticked ((t (:italic t :foreground "pink" :slant italic))))
- '(gnus-summary-low-ticked-face ((t (:italic t :foreground "pink" :slant
italic))))
+ '(gnus-summary-low-ticked ((t (:foreground "pink" :slant italic))))
+ '(gnus-summary-low-ticked-face ((t (:foreground "pink" :slant italic))))
- '(gnus-summary-high-undownloaded ((t (:bold t :foreground "ivory3" :weight
bold))))
+ '(gnus-summary-high-undownloaded ((t (:foreground "ivory3" :weight bold))))
'(gnus-summary-normal-undownloaded ((t (:foreground "LightGray" :weight
normal))))
- '(gnus-summary-low-undownloaded ((t (:italic t :foreground "grey75" :slant
italic :weight normal))))
+ '(gnus-summary-low-undownloaded ((t (:foreground "grey75" :slant italic
:weight normal))))
- '(gnus-summary-high-unread ((t (:bold t :foreground "PaleGreen" :weight
bold))))
- '(gnus-summary-high-unread-face ((t (:bold t :foreground "PaleGreen" :weight
bold))))
+ '(gnus-summary-high-unread ((t (:foreground "PaleGreen" :weight bold))))
+ '(gnus-summary-high-unread-face ((t (:foreground "PaleGreen" :weight bold))))
'(gnus-summary-normal-unread ((t (:foreground "YellowGreen"))))
'(gnus-summary-normal-unread-face ((t (:foreground "YellowGreen"))))
- '(gnus-summary-low-unread ((t (:italic t :foreground "MediumSeaGreen" :slant
italic))))
- '(gnus-summary-low-unread-face ((t (:italic t :foreground "MediumSeaGreen"
:slant italic))))
- '(gnus-summary-root-face ((t (:bold t :foreground "Red" :weight bold))))
+ '(gnus-summary-low-unread ((t (:foreground "MediumSeaGreen" :slant italic))))
+ '(gnus-summary-low-unread-face ((t (:foreground "MediumSeaGreen" :slant
italic))))
+ '(gnus-summary-root-face ((t (:foreground "Red" :weight bold))))
'(gnus-summary-selected ((t (:underline t :foreground "LemonChiffon"))))
'(gnus-summary-selected-face ((t (:underline t :foreground "LemonChiffon"))))
- '(gnus-user-agent-bad-face ((t (:bold t :background "black" :foreground "red"
:weight bold))))
+ '(gnus-user-agent-bad-face ((t (:background "black" :foreground "red" :weight
bold))))
'(gnus-user-agent-good-face ((t (:background "black" :foreground "green"))))
- '(gnus-user-agent-unknown-face ((t (:bold t :background "black" :foreground
"orange" :weight bold))))
+ '(gnus-user-agent-unknown-face ((t (:background "black" :foreground "orange"
:weight bold))))
'(gnus-x-face ((t (:background "white" :foreground "black"))))
'(gnus-group-mail-1 ((t (:bold t :foreground "#3BFF00" :weight normal))))
@@ -188,23 +188,23 @@ jarring angry fruit salad look to reduce eye fatigue."
'(gnus-group-mail-3-empty ((t (:foreground "#4D9900"))))
'(gnus-group-mail-3-empty-face ((t (:foreground "#4D9900"))))
- '(gnus-group-mail-low ((t (:bold t :foreground "aquamarine2" :weight bold))))
- '(gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine2" :weight
bold))))
+ '(gnus-group-mail-low ((t (:foreground "aquamarine2" :weight bold))))
+ '(gnus-group-mail-low-face ((t (:foreground "aquamarine2" :weight bold))))
'(gnus-group-mail-low-empty ((t (:foreground "aquamarine2"))))
'(gnus-group-mail-low-empty-face ((t (:foreground "aquamarine2"))))
- '(gnus-group-news-1 ((t (:bold t :foreground "#8480FF" :weight bold))))
- '(gnus-group-news-1-face ((t (:bold t :foreground "#8480FF" :weight bold))))
- '(gnus-group-news-2 ((t (:bold t :foreground "#8088FF" :weight bold))))
- '(gnus-group-news-2-face ((t (:bold t :foreground "#8088FF" :weight bold))))
- '(gnus-group-news-3 ((t (:bold t :foreground "#8095FF" :weight bold))))
- '(gnus-group-news-3-face ((t (:bold t :foreground "#8095FF" :weight bold))))
- '(gnus-group-news-4 ((t (:bold t :foreground "#80A1FF" :weight bold))))
- '(gnus-group-news-4-face ((t (:bold t :foreground "#80A1FF" :weight bold))))
- '(gnus-group-news-5 ((t (:bold t :foreground "#80AEFF" :weight bold))))
- '(gnus-group-news-5-face ((t (:bold t :foreground "#80AEFF" :weight bold))))
- '(gnus-group-news-6 ((t (:bold t :foreground "#80BBFF" :weight bold))))
- '(gnus-group-news-6-face ((t (:bold t :foreground "#80BBFF" :weight bold))))
+ '(gnus-group-news-1 ((t (:foreground "#8480FF" :weight bold))))
+ '(gnus-group-news-1-face ((t (:foreground "#8480FF" :weight bold))))
+ '(gnus-group-news-2 ((t (:foreground "#8088FF" :weight bold))))
+ '(gnus-group-news-2-face ((t (:foreground "#8088FF" :weight bold))))
+ '(gnus-group-news-3 ((t (:foreground "#8095FF" :weight bold))))
+ '(gnus-group-news-3-face ((t (:foreground "#8095FF" :weight bold))))
+ '(gnus-group-news-4 ((t (:foreground "#80A1FF" :weight bold))))
+ '(gnus-group-news-4-face ((t (:foreground "#80A1FF" :weight bold))))
+ '(gnus-group-news-5 ((t (:foreground "#80AEFF" :weight bold))))
+ '(gnus-group-news-5-face ((t (:foreground "#80AEFF" :weight bold))))
+ '(gnus-group-news-6 ((t (:foreground "#80BBFF" :weight bold))))
+ '(gnus-group-news-6-face ((t (:foreground "#80BBFF" :weight bold))))
'(gnus-group-news-1-empty ((t (:foreground "#524DFF"))))
'(gnus-group-news-1-empty-face ((t (:foreground "#524DFF"))))
@@ -219,8 +219,8 @@ jarring angry fruit salad look to reduce eye fatigue."
'(gnus-group-news-6-empty ((t (:foreground "#4DA0FF"))))
'(gnus-group-news-6-empty-face ((t (:foreground "#4DA0FF"))))
- '(gnus-group-news-low ((t (:bold t :foreground "DarkTurquoise" :weight
bold))))
- '(gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise" :weight
bold))))
+ '(gnus-group-news-low ((t (:foreground "DarkTurquoise" :weight bold))))
+ '(gnus-group-news-low-face ((t (:foreground "DarkTurquoise" :weight bold))))
'(gnus-group-news-low-empty ((t (:foreground "DarkTurquoise"))))
'(gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
@@ -229,25 +229,25 @@ jarring angry fruit salad look to reduce eye fatigue."
;;message faces
'(message-cited-text ((t (:foreground "red3"))))
- '(message-header-cc ((t (:bold t :foreground "chartreuse1" :weight bold))))
- '(message-header-cc-face ((t (:bold t :foreground "chartreuse1" :weight
bold))))
+ '(message-header-cc ((t (:foreground "chartreuse1" :weight bold))))
+ '(message-header-cc-face ((t (:foreground "chartreuse1" :weight bold))))
'(message-header-name ((t (:foreground "green"))))
'(message-header-name-face ((t (:foreground "green"))))
- '(message-header-newsgroups ((t (:italic t :bold t :foreground "papaya whip"
:slant italic :weight bold))))
- '(message-header-newsgroups-face ((t (:italic t :bold t :foreground "papaya
whip" :slant italic :weight bold))))
+ '(message-header-newsgroups ((t (:foreground "papaya whip" :slant italic
:weight bold))))
+ '(message-header-newsgroups-face ((t (:foreground "papaya whip" :slant italic
:weight bold))))
'(message-header-other ((t (:foreground "ivory"))))
'(message-header-other-face ((t (:foreground "ivory"))))
'(message-header-subject ((t (:foreground "OliveDrab1"))))
'(message-header-subject-face ((t (:foreground "OliveDrab1"))))
- '(message-header-to ((t (:bold t :foreground "floral white" :weight bold))))
- '(message-header-to-face ((t (:bold t :foreground "floral white" :weight
bold))))
+ '(message-header-to ((t (:foreground "floral white" :weight bold))))
+ '(message-header-to-face ((t (:foreground "floral white" :weight bold))))
'(message-header-xheader ((t (:foreground "DeepSkyBlue1"))))
'(message-header-xheader-face ((t (:foreground "DeepSkyBlue1"))))
'(message-mml ((t (:foreground "MediumSpringGreen"))))
'(message-mml-face ((t (:foreground "MediumSpringGreen"))))
'(message-separator ((t (:foreground "LightSkyBlue1"))))
'(message-separator-face ((t (:foreground "LightSkyBlue1"))))
- '(message-url ((t (:bold t :foreground "blue" :weight bold))))
+ '(message-url ((t (:foreground "blue" :weight bold))))
'(bg:erc-color-face0 ((t (:background "saddle brown"))))
'(bg:erc-color-face1 ((t (:background "black"))))
@@ -265,12 +265,12 @@ jarring angry fruit salad look to reduce eye fatigue."
'(bg:erc-color-face7 ((t (:background "orange"))))
'(bg:erc-color-face8 ((t (:background "yellow4"))))
'(bg:erc-color-face9 ((t (:background "green"))))
- '(erc-action-face ((t (:bold t :weight bold :foreground "turquoise1"))))
- '(erc-bold-face ((t (:bold t :weight bold))))
- '(erc-button ((t (:bold t :weight bold :foreground "RoyalBlue1" :box
(:line-width 2 :style released-button)))))
- '(erc-button-face ((t (:bold t :weight bold :foreground "RoyalBlue1" :box
(:line-width 2 :style released-button)))))
- '(erc-command-indicator-face ((t (:bold t :weight bold))))
- '(erc-current-nick-face ((t (:bold t :foreground "DarkTurquoise" :weight
bold))))
+ '(erc-action-face ((t (:weight bold :foreground "turquoise1"))))
+ '(erc-bold-face ((t (:weight bold))))
+ '(erc-button ((t (:weight bold :foreground "RoyalBlue1" :box (:line-width 2
:style released-button)))))
+ '(erc-button-face ((t (:weight bold :foreground "RoyalBlue1" :box
(:line-width 2 :style released-button)))))
+ '(erc-command-indicator-face ((t (:weight bold))))
+ '(erc-current-nick-face ((t (:foreground "DarkTurquoise" :weight bold))))
'(erc-dangerous-host-face ((t (:foreground "red"))))
'(erc-direct-msg-face ((t (:foreground "sandybrown"))))
'(erc-error-face ((t (:foreground "red"))))
@@ -278,15 +278,15 @@ jarring angry fruit salad look to reduce eye fatigue."
'(erc-header-line ((t (:background "grey95" :foreground "ConFlowerBlue"))))
'(erc-input-face ((t (:foreground "brown"))))
'(erc-inverse-face ((t (:background "Black" :foreground "White"))))
- '(erc-keyword-face ((t (:bold t :foreground "pale green" :weight bold))))
- '(erc-my-nick-face ((t (:bold t :foreground "brown" :weight bold))))
- '(erc-nick-default-face ((t (:bold t :weight bold :foreground
"DodgerBlue1"))))
- '(erc-button-nickname-face ((t (:bold t :weight bold :background "lightgrey"
:foreground "black" :box (:line-width 2 :style released-button) ))))
- '(erc-nick-msg-face ((t (:bold t :foreground "IndianRed" :weight bold))))
- '(erc-notice-face ((t (:bold t :foreground "SlateBlue" :weight bold))))
- '(erc-pal-face ((t (:bold t :foreground "Magenta" :weight bold))))
- '(erc-prompt-face ((t (:bold t :background "Navy" :foreground "lightBlue2"
:weight bold))))
- '(erc-timestamp-face ((t (:bold t :foreground "SeaGreen1" :weight bold))))
+ '(erc-keyword-face ((t (:foreground "pale green" :weight bold))))
+ '(erc-my-nick-face ((t (:foreground "brown" :weight bold))))
+ '(erc-nick-default-face ((t (:weight bold :foreground "DodgerBlue1"))))
+ '(erc-button-nickname-face ((t (:weight bold :background "lightgrey"
:foreground "black" :box (:line-width 2 :style released-button) ))))
+ '(erc-nick-msg-face ((t (:foreground "IndianRed" :weight bold))))
+ '(erc-notice-face ((t (:foreground "SlateBlue" :weight bold))))
+ '(erc-pal-face ((t (:foreground "Magenta" :weight bold))))
+ '(erc-prompt-face ((t (:background "Navy" :foreground "lightBlue2" :weight
bold))))
+ '(erc-timestamp-face ((t (:foreground "SeaGreen1" :weight bold))))
'(erc-underline-face ((t (:underline t))))
'(fg:erc-color-face0 ((t (:foreground "BlanchedAlmond"))))
'(fg:erc-color-face1 ((t (:foreground "beige"))))
@@ -306,15 +306,15 @@ jarring angry fruit salad look to reduce eye fatigue."
'(fg:erc-color-face9 ((t (:foreground "green"))))
'(org-agenda-date ((t (:foreground "LightSkyBlue"))))
- '(org-agenda-date-weekend ((t (:bold t :foreground "LightSkyBlue" :weight
bold))))
+ '(org-agenda-date-weekend ((t (:foreground "LightSkyBlue" :weight bold))))
'(org-agenda-restriction-lock ((t (:background "skyblue4"))))
'(org-agenda-structure ((t (:foreground "LightSkyBlue"))))
'(org-archived ((t (:foreground "grey70"))))
'(org-code ((t (:foreground "grey70"))))
'(org-column ((t (:background "grey30" :slant normal :weight normal :height
81))))
- '(org-column-title ((t (:bold t :background "grey30" :underline t :weight
bold))))
+ '(org-column-title ((t (:background "grey30" :underline t :weight bold))))
'(org-date ((t (:foreground "Cyan" :underline t))))
- '(org-done ((t (:bold t :foreground "PaleGreen" :weight bold))))
+ '(org-done ((t (:foreground "PaleGreen" :weight bold))))
'(org-drawer ((t (:foreground "LightSkyBlue"))))
'(org-ellipsis ((t (:foreground "LightGoldenrod" :underline t))))
'(org-formula ((t (:foreground "chocolate1"))))
@@ -336,13 +336,13 @@ jarring angry fruit salad look to reduce eye fatigue."
'(org-sexp-date ((t (:foreground "Cyan"))))
'(org-special-keyword ((t (:foreground "LightSalmon"))))
'(org-table ((t (:foreground "LightSkyBlue"))))
- '(org-tag ((t (:bold t :weight bold))))
+ '(org-tag ((t (:weight bold))))
'(org-target ((t (:underline t))))
'(org-time-grid ((t (:foreground "LightGoldenrod"))))
- '(org-todo ((t (:bold t :foreground "Pink" :weight bold))))
+ '(org-todo ((t (:foreground "Pink" :weight bold))))
'(org-upcoming-deadline ((t (:foreground "chocolate1"))))
'(org-verbatim ((t (:foreground "grey70" :underline t))))
- '(org-warning ((t (:bold t :weight bold :foreground "Pink"))))
+ '(org-warning ((t (:weight bold :foreground "Pink"))))
'(outline-1 ((t (:foreground "LightSkyBlue"))))
'(outline-2 ((t (:foreground "LightGoldenrod"))))
'(outline-3 ((t (:foreground "Cyan1"))))
@@ -356,10 +356,10 @@ jarring angry fruit salad look to reduce eye fatigue."
'(CUA-global-mark-face ((t (:background "cyan" :foreground "black"))))
'(CUA-rectangle-face ((t (:background "maroon" :foreground "white"))))
'(CUA-rectangle-noselect-face ((t (:background "dimgray" :foreground
"white"))))
- '(Info-title-1-face ((t (:bold t :weight bold :height 1.728))))
- '(Info-title-2-face ((t (:bold t :weight bold :height 1.44))))
- '(Info-title-3-face ((t (:bold t :weight bold :height 1.2))))
- '(Info-title-4-face ((t (:bold t :weight bold))))
+ '(Info-title-1-face ((t (:weight bold :height 1.728))))
+ '(Info-title-2-face ((t (:weight bold :height 1.44))))
+ '(Info-title-3-face ((t (:weight bold :height 1.2))))
+ '(Info-title-4-face ((t (:weight bold))))
'(align-highlight-nochange-face ((t (:background "SkyBlue4"))))
'(antlr-font-lock-keyword-face ((t (:foreground "SteelBlue")))) ;%
@@ -369,70 +369,70 @@ jarring angry fruit salad look to reduce eye fatigue."
'(antlr-font-lock-tokendef-face ((t (:foreground "khaki"))))
'(antlr-font-lock-tokenref-face ((t (:foreground "LightSteelBlue4"))))
- '(bbdb-company ((t (:italic t :slant italic :foreground "indian red"))))
- '(bbdb-field-name ((t (:bold t :weight bold :foreground "steel blue"))))
+ '(bbdb-company ((t (:slant italic :foreground "indian red"))))
+ '(bbdb-field-name ((t (:weight bold :foreground "steel blue"))))
'(bbdb-field-value ((t (:foreground "AntiqueWhite2"))))
'(bbdb-name ((t (:underline t :foreground "cadet blue"))))
- '(bold ((t (:bold t :weight bold))))
- '(bold-italic ((t (:bold t :italic t :slant italic :weight bold))))
+ '(bold ((t (:weight bold))))
+ '(bold-italic ((t (:slant italic :weight bold))))
'(border ((t (:background "gold" :foreground "black" ))))
- '(buffer-menu-buffer ((t (:bold t :weight bold))))
- '(button ((t (:underline t :box (:line-width 2 :color "grey"
- :style released-button)
- :foreground "black" :background "grey"
- :weight bold ))))
+ '(buffer-menu-buffer ((t (:weight bold))))
+ '(button ((t ( :underline t :box ( :line-width 2 :color "grey"
+ :style released-button)
+ :foreground "black" :background "grey"
+ :weight bold ))))
'(calendar-today-face ((t (:underline t :bold t :foreground "cornsilk"))))
'(change-log-acknowledgment ((t (:italic t :slant oblique :foreground
"AntiqueWhite3"))))
'(change-log-conditionals-face ((t (:foreground "Aquamarine"))))
'(change-log-date-face ((t (:italic t :slant oblique :foreground
"BurlyWood"))))
'(change-log-email-face ((t (:foreground "Aquamarine"))))
- '(change-log-file-face ((t (:bold t :weight bold :foreground "LightSkyBlue"
:height 0.9))))
+ '(change-log-file-face ((t (:weight bold :foreground "LightSkyBlue" :height
0.9))))
'(change-log-function-face ((t (:foreground "Aquamarine"))))
'(change-log-list-face ((t (:foreground "LightSkyBlue"))))
- '(change-log-name-face ((t (:bold t :weight bold :foreground "Gold"))))
+ '(change-log-name-face ((t (:weight bold :foreground "Gold"))))
- '(comint-highlight-input ((t (:bold t :weight bold))))
+ '(comint-highlight-input ((t (:weight bold))))
'(comint-highlight-prompt ((t (:foreground "cyan1"))))
'(compilation-column-number ((t (:foreground "PaleGreen"))))
- '(compilation-error ((t (:bold t :weight bold :foreground "Brown1"))))
- '(compilation-info ((t (:bold t :foreground "LightPink1" :weight bold))))
+ '(compilation-error ((t (:weight bold :foreground "Brown1"))))
+ '(compilation-info ((t (:foreground "LightPink1" :weight bold))))
'(compilation-line-number ((t (:foreground "LightGoldenrod"))))
'(compilation-message-face ((t (:underline t))))
- '(compilation-warning ((t (:bold t :foreground "Orange" :weight bold))))
- '(compilation-warning-face ((t (:bold t :foreground "Orange" :weight bold))))
- '(completions-common-part ((t (:width normal :weight normal
- :slant normal :foreground "WhiteSmoke"
- :background "black" :height 0.9))))
- '(completions-first-difference ((t (:bold t :weight bold))))
+ '(compilation-warning ((t (:foreground "Orange" :weight bold))))
+ '(compilation-warning-face ((t (:foreground "Orange" :weight bold))))
+ '(completions-common-part ((t ( :width normal :weight normal
+ :slant normal :foreground "WhiteSmoke"
+ :background "black" :height 0.9))))
+ '(completions-first-difference ((t (:weight bold))))
'(css-selector ((t (:foreground "LightSteelBlue"))))
'(css-property ((t (:foreground "light sea green"))))
'(cursor ((t (:background "orchid"))))
- '(custom-button-face ((t (:background "lightgrey" :foreground "black"
- :box (:line-width 2 :style
released-button)))))
- '(custom-button-pressed-face ((t (:background "lightgrey"
- :foreground "black"
- :box (:line-width 2 :style
pressed-button)))))
+ '(custom-button-face ((t ( :background "lightgrey" :foreground "black"
+ :box (:line-width 2 :style released-button)))))
+ '(custom-button-pressed-face ((t ( :background "lightgrey"
+ :foreground "black"
+ :box (:line-width 2 :style
pressed-button)))))
'(custom-changed-face ((t (:foreground "wheat" :background "blue"))))
'(custom-comment-face ((t (:background "dim gray"))))
'(custom-comment-tag-face ((t (:foreground "gray80"))))
- '(custom-face-tag-face ((t (:bold t :weight bold :height 1.1))))
- '(custom-group-tag-face ((t (:bold t :foreground "light blue" :weight bold
:height 1.1))))
- '(custom-group-tag-face-1 ((t (:bold t :foreground "pink" :weight bold
:height 1.1))))
+ '(custom-face-tag-face ((t (:weight bold :height 1.1))))
+ '(custom-group-tag-face ((t (:foreground "light blue" :weight bold :height
1.1))))
+ '(custom-group-tag-face-1 ((t (:foreground "pink" :weight bold :height 1.1))))
'(custom-invalid-face ((t (:background "red" :foreground "yellow"))))
'(custom-modified-face ((t (:background "blue" :foreground "white"))))
'(custom-rogue-face ((t (:background "black" :foreground "pink"))))
'(custom-saved-face ((t (:underline t))))
'(custom-set-face ((t (:background "white" :foreground "blue"))))
'(custom-state-face ((t (:foreground "lime green"))))
- '(custom-variable-button-face ((t (:bold t :underline t :weight bold
- :background "lightgrey"
- :foreground "black"
- :box (:line-width 2 :style
released-button)))))
- '(custom-variable-tag-face ((t (:bold t :foreground "light blue"
- :weight bold :height 1.2))))
+ '(custom-variable-button-face ((t ( :underline t :weight bold
+ :background "lightgrey"
+ :foreground "black"
+ :box (:line-width 2 :style
released-button)))))
+ '(custom-variable-tag-face ((t ( :foreground "light blue"
+ :weight bold :height 1.2))))
'(diary ((t (:foreground "IndianRed"))))
'(diary-anniversary ((t (:foreground "Cyan1"))))
@@ -443,15 +443,15 @@ jarring angry fruit salad look to reduce eye fatigue."
'(diff-added-face ((t (:foreground "Green"))))
'(diff-changed-face ((t (:foreground "Khaki"))))
'(diff-context-face ((t (:foreground "grey70"))))
- '(diff-file-header ((t (:bold t :background "grey20" :foreground "ivory1"
:weight bold))))
- '(diff-file-header-face ((t (:bold t :background "grey20" :foreground
"ivory1" :weight bold))))
+ '(diff-file-header ((t (:background "grey20" :foreground "ivory1" :weight
bold))))
+ '(diff-file-header-face ((t (:background "grey20" :foreground "ivory1"
:weight bold))))
'(diff-function-face ((t (:foreground "SpringGreen1"))))
'(diff-header-face ((t (:background "SlateBlue4"))))
'(diff-hunk-header ((t (:slant italic :background "DodgerBlue4"))))
'(diff-hunk-header-face ((t (:slant italic :background "DodgerBlue4"))))
- '(diff-index-face ((t (:bold t :weight bold :background "SteelBlue4"
:foreground "linen" ))))
- '(diff-nonexistent ((t (:bold t :weight bold :background "Black" :foreground
"Wheat1"))))
- '(diff-nonexistent-face ((t (:bold t :weight bold :background "Black"
:foreground "Wheat1"))))
+ '(diff-index-face ((t (:weight bold :background "SteelBlue4" :foreground
"linen" ))))
+ '(diff-nonexistent ((t (:weight bold :background "Black" :foreground
"Wheat1"))))
+ '(diff-nonexistent-face ((t (:weight bold :background "Black" :foreground
"Wheat1"))))
'(diff-removed ((t (:foreground "salmon1"))))
'(diff-removed-face ((t (:foreground "salmon1"))))
'(diff-refine-change-face ((t (:background "MidnightBlue"))))
@@ -475,15 +475,15 @@ jarring angry fruit salad look to reduce eye fatigue."
'(ediff-odd-diff-face-C ((t (:foreground "White" :background "Grey"))))
'(eieio-custom-slot-tag-face ((t (:foreground "light blue"))))
- '(eldoc-highlight-function-argument ((t (:bold t :weight bold))))
- '(epa-field-body ((t (:italic t :foreground "turquoise" :slant italic))))
- '(epa-field-name ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
- '(epa-mark ((t (:bold t :foreground "orange" :weight bold))))
+ '(eldoc-highlight-function-argument ((t (:weight bold))))
+ '(epa-field-body ((t (:foreground "turquoise" :slant italic))))
+ '(epa-field-name ((t (:foreground "PaleTurquoise" :weight bold))))
+ '(epa-mark ((t (:foreground "orange" :weight bold))))
'(epa-string ((t (:foreground "lightyellow"))))
- '(epa-validity-disabled ((t (:italic t :slant italic))))
- '(epa-validity-high ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
- '(epa-validity-low ((t (:italic t :slant italic))))
- '(epa-validity-medium ((t (:italic t :foreground "PaleTurquoise" :slant
italic))))
+ '(epa-validity-disabled ((t (:slant italic))))
+ '(epa-validity-high ((t (:foreground "PaleTurquoise" :weight bold))))
+ '(epa-validity-low ((t (:slant italic))))
+ '(epa-validity-medium ((t (:foreground "PaleTurquoise" :slant italic))))
'(escape-glyph ((t (:foreground "cyan"))))
'(homoglyph ((t (:foreground "cyan"))))
@@ -513,7 +513,7 @@ jarring angry fruit salad look to reduce eye fatigue."
'(fringe ((t (:background "grey30" :foreground "Wheat"))))
'(header-line ((t (:box (:line-width -1 :color "grey20" :style
released-button) :background "grey20" :foreground "grey90" :height 0.9))))
- '(help-argument-name ((t (:italic t :slant italic))))
+ '(help-argument-name ((t (:slant italic))))
'(highlight ((t (:background "gray10" :foreground "Old Lace"))))
'(hl-line ((t (:background "grey10" :foreground "Old Lace"))))
'(gnus-mouse-face ((t (:background "darkseagreen2" :foreground "blue"))))
@@ -534,21 +534,21 @@ jarring angry fruit salad look to reduce eye fatigue."
'(ibuffer-dired-buffer-face ((t (:foreground "mediumspringgreen" :weight bold
:height 1.1))))
'(ibuffer-help-buffer-face ((t (:italic t :slant oblique :foreground
"chocolate1"))))
- '(ibuffer-hidden-buffer-face ((t (:bold t :foreground "Pink" :weight bold))))
- '(ibuffer-occur-match-face ((t (:bold t :foreground "Pink" :weight bold))))
+ '(ibuffer-hidden-buffer-face ((t (:foreground "Pink" :weight bold))))
+ '(ibuffer-occur-match-face ((t (:foreground "Pink" :weight bold))))
'(ibuffer-read-only-buffer-face ((t (:foreground "SteelBlue1"))))
'(ibuffer-special-buffer-face ((t (:foreground "SteelBlue1"))))
- '(ido-first-match ((t (:bold t :weight bold))))
- '(ido-incomplete-regexp ((t (:bold t :weight bold :foreground "Pink"))))
+ '(ido-first-match ((t (:weight bold))))
+ '(ido-incomplete-regexp ((t (:weight bold :foreground "Pink"))))
'(ido-indicator ((t (:background "red1" :foreground "yellow1" :width
condensed))))
'(ido-only-match ((t (:foreground "ForestGreen"))))
'(ido-subdir ((t (:foreground "red1"))))
- '(info-menu-header ((t (:bold t :weight bold))))
+ '(info-menu-header ((t (:weight bold))))
'(info-node ((t (:bold t :italic t :foreground "yellow"))))
- '(info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight
bold))))
+ '(info-node ((t (:foreground "white" :slant italic :weight bold))))
'(info-xref ((t (:bold t :foreground "DodgerBlue1"))))
- '(info-xref ((t (:bold t :foreground "cyan" :weight bold))))
+ '(info-xref ((t (:foreground "cyan" :weight bold))))
'(isearch ((t (:background "palevioletred2" :foreground "brown4"))))
'(isearch-fail ((t (:background "red4"))))
'(isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
@@ -585,18 +585,18 @@ jarring angry fruit salad look to reduce eye fatigue."
'(man-xref ((t (:underline t))))
'(match ((t (:background "RoyalBlue3"))))
'(minibuffer-prompt ((t (:foreground "cyan"))))
- '(mode-line ((t (:background "grey75" :foreground "Blue"
- :box (:line-width -1 :style released-button)
- :height 0.9))))
- '(mode-line-buffer-id ((t (:background "grey65" :foreground "red"
- :bold t :weight bold :height 0.9))))
- '(mode-line-emphasis ((t (:bold t :weight bold))))
+ '(mode-line ((t ( :background "grey75" :foreground "Blue"
+ :box (:line-width -1 :style released-button)
+ :height 0.9))))
+ '(mode-line-buffer-id ((t ( :background "grey65" :foreground "red"
+ :weight bold :height 0.9))))
+ '(mode-line-emphasis ((t (:weight bold))))
'(mode-line-highlight ((t (:box (:line-width 2 :color "grey40"
:style released-button)
:height 0.9))))
- '(mode-line-inactive ((t (:background "grey30" :foreground "grey80"
- :box (:line-width -1 :color "grey40")
- :weight light :height 0.9))))
+ '(mode-line-inactive ((t ( :background "grey30" :foreground "grey80"
+ :box (:line-width -1 :color "grey40")
+ :weight light :height 0.9))))
'(mouse ((t (:background "OrangeRed"))))
'(next-error ((t (:background "blue3"))))
@@ -678,16 +678,16 @@ jarring angry fruit salad look to reduce eye fatigue."
'(viper-minibuffer-vi-face ((t (:foreground "DarkGreen" :background "grey"))))
'(viper-replace-overlay-face ((t (:foreground "Black" :background
"darkseagreen2"))))
'(viper-search-face ((t (:foreground "Black" :background "khaki"))))
- '(vm-highlight-url-face ((t (:bold t :italic t :slant italic :weight bold))))
- '(vm-highlighted-header-face ((t (:bold t :weight bold))))
+ '(vm-highlight-url-face ((t (:slant italic :weight bold))))
+ '(vm-highlighted-header-face ((t (:weight bold))))
'(vm-mime-button-face ((t (:background "grey75" :foreground "black" :box
(:line-width 2 :style released-button)))))
- '(vm-summary-highlight-face ((t (:bold t :weight bold))))
+ '(vm-summary-highlight-face ((t (:weight bold))))
'(vm-xface ((t (:background "white" :foreground "black"))))
'(which-func ((t (:foreground "Blue1"))))
'(widget ((t (:height 1.2 :background "Gray80" :foreground "black"))))
- '(widget-button ((t (:bold t :weight bold :box (:line-width 2 :style
released-button)))))
- '(widget-button-face ((t (:bold t :weight bold :box (:line-width 2 :style
released-button)))))
+ '(widget-button ((t (:weight bold :box (:line-width 2 :style
released-button)))))
+ '(widget-button-face ((t (:weight bold :box (:line-width 2 :style
released-button)))))
'(widget-button-pressed ((t (:foreground "red1" :background "lightgrey" :box
(:line-width 2 :style pressed-button)))))
'(widget-button-pressed-face ((t (:foreground "red1" :background "lightgrey"
:box (:line-width 2 :style pressed-button)))))
'(widget-documentation ((t (:foreground "lime green"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 24fe762503e: Remove redundant face specs in manoj-dark theme,
Stefan Kangas <=