Delete some duplicate face attributes

* etc/themes/leuven-dark-theme.el:
* etc/themes/leuven-theme.el:
* etc/themes/manoj-dark-theme.el: Delete duplicate face attributes.
This commit is contained in:
Stefan Kangas 2025-01-21 20:49:38 +01:00
parent d30f40868b
commit 5f108cb663
3 changed files with 13 additions and 13 deletions

View file

@ -278,7 +278,7 @@ more..."
`(gnus-picon-xbm ((,class (:foreground "#0601ff" :background "#25202a"))))
`(gnus-server-closed ((,class (:slant italic :foreground "#ffff0b" :background "#25202a"))))
`(gnus-server-denied ((,class (:weight bold :foreground "#06ffff" :background "#25202a"))))
`(gnus-server-opened ((,class (:family "Sans Serif" :foreground "#25202a" :foreground "#bd9432"))))
`(gnus-server-opened ((,class (:family "Sans Serif" :foreground "#bd9432"))))
`(gnus-signature ((,class (:slant italic :foreground "#787279"))))
`(gnus-splash ((,class (:foreground "#0673ff"))))
`(gnus-summary-cancelled ((,class ,cancel)))

View file

@ -285,7 +285,7 @@ more..."
`(gnus-picon-xbm ((,class (:foreground "yellow" :background "white"))))
`(gnus-server-closed ((,class (:slant italic :foreground "blue" :background "white"))))
`(gnus-server-denied ((,class (:weight bold :foreground "red" :background "white"))))
`(gnus-server-opened ((,class (:family "Sans Serif" :foreground "white" :foreground "#466BD7"))))
`(gnus-server-opened ((,class (:family "Sans Serif" :foreground "#466BD7"))))
`(gnus-signature ((,class (:slant italic :foreground "#8B8D8E"))))
`(gnus-splash ((,class (:foreground "#FF8C00"))))
`(gnus-summary-cancelled ((,class ,cancel)))

View file

@ -87,9 +87,9 @@ jarring angry fruit salad look to reduce eye fatigue."
'(font-lock-function-name-face ((t ( :foreground "mediumspringgreen"
:weight bold))))
'(font-lock-string-face ((t (:foreground "RosyBrown1"))))
'(font-lock-comment-face ((t (:slant italic :slant oblique :foreground "chocolate1"))))
'(font-lock-comment-face ((t (:slant oblique :foreground "chocolate1"))))
'(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
'(font-lock-doc-face ((t (:slant italic :slant oblique :foreground "LightCoral"))))
'(font-lock-doc-face ((t (:slant oblique :foreground "LightCoral"))))
'(font-lock-warning-face ((t (:foreground "Pink" :weight bold))))
'(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :weight bold))))
@ -173,12 +173,12 @@ jarring angry fruit salad look to reduce eye fatigue."
'(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 (:weight bold :foreground "#3BFF00" :weight normal))))
'(gnus-group-mail-1-face ((t (:weight bold :foreground "#3BFF00" :weight normal))))
'(gnus-group-mail-2 ((t (:weight bold :foreground "#5EFF00" :weight normal))))
'(gnus-group-mail-2-face ((t (:weight bold :foreground "#5EFF00" :weight normal))))
'(gnus-group-mail-3 ((t (:weight bold :foreground "#80FF00" :weight normal))))
'(gnus-group-mail-3-face ((t (:weight bold :foreground "#A1FF00" :weight normal))))
'(gnus-group-mail-1 ((t (:foreground "#3BFF00" :weight normal))))
'(gnus-group-mail-1-face ((t (:foreground "#3BFF00" :weight normal))))
'(gnus-group-mail-2 ((t (:foreground "#5EFF00" :weight normal))))
'(gnus-group-mail-2-face ((t (:foreground "#5EFF00" :weight normal))))
'(gnus-group-mail-3 ((t (:foreground "#80FF00" :weight normal))))
'(gnus-group-mail-3-face ((t (:foreground "#A1FF00" :weight normal))))
'(gnus-group-mail-1-empty ((t (:foreground "#249900"))))
@ -383,9 +383,9 @@ jarring angry fruit salad look to reduce eye fatigue."
:foreground "black" :background "grey"
:weight bold ))))
'(calendar-today-face ((t (:underline t :weight bold :foreground "cornsilk"))))
'(change-log-acknowledgment ((t (:slant italic :slant oblique :foreground "AntiqueWhite3"))))
'(change-log-acknowledgment ((t (:slant oblique :foreground "AntiqueWhite3"))))
'(change-log-conditionals-face ((t (:foreground "Aquamarine"))))
'(change-log-date-face ((t (:slant italic :slant oblique :foreground "BurlyWood"))))
'(change-log-date-face ((t (:slant oblique :foreground "BurlyWood"))))
'(change-log-email-face ((t (:foreground "Aquamarine"))))
'(change-log-file-face ((t (:weight bold :foreground "LightSkyBlue" :height 0.9))))
'(change-log-function-face ((t (:foreground "Aquamarine"))))
@ -533,7 +533,7 @@ jarring angry fruit salad look to reduce eye fatigue."
'(holiday-face ((t (:background "chocolate4"))))
'(ibuffer-dired-buffer-face ((t (:foreground "mediumspringgreen" :weight bold :height 1.1))))
'(ibuffer-help-buffer-face ((t (:slant italic :slant oblique :foreground "chocolate1"))))
'(ibuffer-help-buffer-face ((t (:slant oblique :foreground "chocolate1"))))
'(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"))))