solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 3d95bb55ccbf8fbdd2e4bf2cf32e565ebf0bcb12
parent d241137e290912698facd9919159e238e683ba27
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jun 2012 10:24:26 +0200

Changed all instances of `:bold t` to `:weight bold` + removed resulting duplicates.

Diffstat:
Msolarized-theme.el | 52++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -220,7 +220,7 @@ `(ahs-plugin-bod-face ((,class (:foreground ,solarized-bg :background ,blue)))) `(ahs-plugin-defalt-face ((,class (:foreground ,solarized-bg :background ,cyan)))) `(ahs-plugin-whole-buffer-face ((,class (:foreground ,solarized-bg :background ,green)))) - `(ahs-warning-face ((,class (:foreground ,red :bold t)))) + `(ahs-warning-face ((,class (:foreground ,red :weight bold)))) ;; custom `(custom-variable-tag ((,class (:foreground ,cyan)))) @@ -234,7 +234,7 @@ `(diff-removed ((,class (:foreground ,red)))) `(diff-header ((,class (:background ,solarized-bg)))) `(diff-file-header - ((,class (:background ,solarized-bg :foreground ,solarized-fg :bold t)))) + ((,class (:background ,solarized-bg :foreground ,solarized-fg :weight bold)))) ;; eshell `(eshell-prompt ((,class (:foreground ,yellow :weight bold)))) @@ -282,27 +282,27 @@ `(erc-underline-face ((t (:underline t)))) ;; gnus - `(gnus-group-mail-1-face ((,class (:bold t :inherit gnus-group-mail-1-empty)))) + `(gnus-group-mail-1-face ((,class (:weight bold :inherit gnus-group-mail-1-empty)))) `(gnus-group-mail-1-empty-face ((,class (:inherit gnus-group-news-1-empty)))) - `(gnus-group-mail-2-face ((,class (:bold t :inherit gnus-group-mail-2-empty)))) + `(gnus-group-mail-2-face ((,class (:weight bold :inherit gnus-group-mail-2-empty)))) `(gnus-group-mail-2-empty-face ((,class (:inherit gnus-group-news-2-empty)))) - `(gnus-group-mail-3-face ((,class (:bold t :inherit gnus-group-mail-3-empty)))) + `(gnus-group-mail-3-face ((,class (:weight bold :inherit gnus-group-mail-3-empty)))) `(gnus-group-mail-3-empty-face ((,class (:inherit gnus-group-news-3-empty)))) - `(gnus-group-mail-4-face ((,class (:bold t :inherit gnus-group-mail-4-empty)))) + `(gnus-group-mail-4-face ((,class (:weight bold :inherit gnus-group-mail-4-empty)))) `(gnus-group-mail-4-empty-face ((,class (:inherit gnus-group-news-4-empty)))) - `(gnus-group-mail-5-face ((,class (:bold t :inherit gnus-group-mail-5-empty)))) + `(gnus-group-mail-5-face ((,class (:weight bold :inherit gnus-group-mail-5-empty)))) `(gnus-group-mail-5-empty-face ((,class (:inherit gnus-group-news-5-empty)))) - `(gnus-group-mail-6-face ((,class (:bold t :inherit gnus-group-mail-6-empty)))) + `(gnus-group-mail-6-face ((,class (:weight bold :inherit gnus-group-mail-6-empty)))) `(gnus-group-mail-6-empty-face ((,class (:inherit gnus-group-news-6-empty)))) - `(gnus-group-mail-low-face ((,class (:bold t :inherit gnus-group-mail-low-empty)))) + `(gnus-group-mail-low-face ((,class (:weight bold :inherit gnus-group-mail-low-empty)))) `(gnus-group-mail-low-empty-face ((,class (:inherit gnus-group-news-low-empty)))) - `(gnus-group-news-1-face ((,class (:bold t :inherit gnus-group-news-1-empty)))) - `(gnus-group-news-2-face ((,class (:bold t :inherit gnus-group-news-2-empty)))) - `(gnus-group-news-3-face ((,class (:bold t :inherit gnus-group-news-3-empty)))) - `(gnus-group-news-4-face ((,class (:bold t :inherit gnus-group-news-4-empty)))) - `(gnus-group-news-5-face ((,class (:bold t :inherit gnus-group-news-5-empty)))) - `(gnus-group-news-6-face ((,class (:bold t :inherit gnus-group-news-6-empty)))) - `(gnus-group-news-low-face ((,class (:bold t :inherit gnus-group-news-low-empty)))) + `(gnus-group-news-1-face ((,class (:weight bold :inherit gnus-group-news-1-empty)))) + `(gnus-group-news-2-face ((,class (:weight bold :inherit gnus-group-news-2-empty)))) + `(gnus-group-news-3-face ((,class (:weight bold :inherit gnus-group-news-3-empty)))) + `(gnus-group-news-4-face ((,class (:weight bold :inherit gnus-group-news-4-empty)))) + `(gnus-group-news-5-face ((,class (:weight bold :inherit gnus-group-news-5-empty)))) + `(gnus-group-news-6-face ((,class (:weight bold :inherit gnus-group-news-6-empty)))) + `(gnus-group-news-low-face ((,class (:weight bold :inherit gnus-group-news-low-empty)))) `(gnus-header-content-face ((,class (:inherit message-header-other)))) `(gnus-header-from-face ((,class (:inherit message-header-from)))) `(gnus-header-name-face ((,class (:inherit message-header-name)))) @@ -470,7 +470,7 @@ :box (:line-width 1 :style released-button))))) `(org-code ((,class (:foreground ,solarized-comments)))) `(org-date ((,class (:foreground ,blue :underline t)))) - `(org-done ((,class (:bold t :weight bold :foreground ,green)))) + `(org-done ((,class (:weight bold :foreground ,green)))) `(org-ellipsis ((,class (:foreground ,solarized-comments)))) `(org-formula ((,class (:foreground ,yellow)))) `(org-headline-done ((,class (:foreground ,green)))) @@ -487,14 +487,14 @@ `(org-sexp-date ((,class (:foreground ,violet)))) `(org-scheduled ((,class (:foreground ,green)))) `(org-scheduled-previously ((,class (:foreground ,orange)))) - `(org-scheduled-today ((,class (:bold t :foreground ,blue :weight bold)))) - `(org-special-keyword ((,class (:foreground ,solarized-comments :weigth bold :bold t)))) + `(org-scheduled-today ((,class (:foreground ,blue :weight bold)))) + `(org-special-keyword ((,class (:foreground ,solarized-comments :weight bold)))) `(org-table ((,class (:foreground ,green)))) - `(org-tag ((,class (:bold t :weight bold)))) + `(org-tag ((,class (:weight bold)))) `(org-time-grid ((,class (:foreground ,cyan)))) - `(org-todo ((,class (:bold t :foreground ,red :weight bold)))) - `(org-upcoming-deadline ((,class (:bold t :foreground ,yellow )))) - `(org-warning ((,class (:bold t :foreground ,orange :weight bold :underline t)))) + `(org-todo ((,class (:foreground ,red :weight bold)))) + `(org-upcoming-deadline ((,class (:foreground ,yellow )))) + `(org-warning ((,class (:foreground ,orange :weight bold :underline t)))) ;; org-habit (clear=blue, ready=green, alert=yellow, overdue=red. future=lower contrast) `(org-habit-clear-face ((,class (:background ,blue-lc :foreground ,blue-hc)))) `(org-habit-clear-future-face ((,class (:background ,blue-lc)))) @@ -546,9 +546,9 @@ `(rpm-spec-var-face ((,class (:foreground ,red)))) ;; sh-mode - `(sh-quoted-exec ((,class (:foreground ,violet :weigth bold :bold t)))) - `(sh-escaped-newline ((,class (:foreground ,yellow :weigth bold :bold t)))) - `(sh-heredoc ((,class (:foreground ,yellow :weigth bold :bold t)))) + `(sh-quoted-exec ((,class (:foreground ,violet :weigth bold)))) + `(sh-escaped-newline ((,class (:foreground ,yellow :weigth bold)))) + `(sh-heredoc ((,class (:foreground ,yellow :weigth bold)))) ;; show-paren `(show-paren-match