emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 19bb775383 146/336: Make all bold faces in


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 19bb775383 146/336: Make all bold faces inherit from bold (#37)
Date: Fri, 14 Jan 2022 10:59:27 -0500 (EST)

branch: elpa/spacemacs-theme
commit 19bb775383e46a93ecd0d4a0b985294fa43e2406
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Make all bold faces inherit from bold (#37)
---
 spacemacs-common.el | 166 ++++++++++++++++++++++++++--------------------------
 1 file changed, 83 insertions(+), 83 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4a854bb1fb..b3375159d3 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -145,13 +145,13 @@
      `(font-lock-comment-face ((,class (:foreground ,comment :background 
,(when spacemacs-theme-comment-bg comment-bg)))))
      `(font-lock-constant-face ((,class (:foreground ,const))))
      `(font-lock-doc-face ((,class (:foreground ,comment))))
-     `(font-lock-function-name-face ((,class (:foreground ,func :bold t))))
-     `(font-lock-keyword-face ((,class (:bold ,class :foreground ,keyword))))
+     `(font-lock-function-name-face ((,class (:foreground ,func :inherit 
bold))))
+     `(font-lock-keyword-face ((,class (:inherit bold :foreground ,keyword))))
      `(font-lock-negation-char-face ((,class (:foreground ,const))))
      `(font-lock-preprocessor-face ((,class (:foreground ,func))))
      `(font-lock-reference-face ((,class (:foreground ,const))))
      `(font-lock-string-face ((,class (:foreground ,str))))
-     `(font-lock-type-face ((,class (:foreground ,type :bold t))))
+     `(font-lock-type-face ((,class (:foreground ,type :inherit bold))))
      `(font-lock-variable-name-face ((,class (:foreground ,var))))
      `(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
      `(fringe ((,class (:background ,bg1 :foreground ,base))))
@@ -162,7 +162,7 @@
      `(link ((,class (:foreground ,comment :underline t))))
      `(link-visited ((,class (:foreground ,comp :underline t))))
      `(match ((,class (:background ,highlight :foreground ,mat))))
-     `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
+     `(minibuffer-prompt ((,class (:inherit bold :foreground ,keyword))))
      `(page-break-lines ((,class (:foreground ,act2))))
      `(popup-tip-face ((,class (:background ,ttip-sl :foreground ,base :bold 
nil :italic nil :underline nil))))
      `(region ((,class (:background ,highlight))))
@@ -178,7 +178,7 @@
      `(ahs-plugin-whole-buffer-face ((,class (:background ,mat :foreground 
,bg1))))
 
 ;;;;; anzu-mode
-     `(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
+     `(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))
 
 ;;;;; company
      `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
@@ -214,14 +214,14 @@
      `(diff-hl-insert ((,class :background ,suc :foreground nil)))
 
 ;;;;; dired
-     `(dired-directory ((,class (:foreground ,keyword :background ,bg1 :weight 
bold))))
+     `(dired-directory ((,class (:foreground ,keyword :background ,bg1 
:inherit bold))))
      `(dired-flagged ((,class (:foreground ,red))))
-     `(dired-header ((,class (:foreground ,comp :weight bold))))
+     `(dired-header ((,class (:foreground ,comp :inherit bold))))
      `(dired-ignored ((,class (:inherit shadow))))
-     `(dired-mark ((,class (:foreground ,comp :weight bold))))
-     `(dired-marked ((,class (:foreground ,violet :weight bold))))
+     `(dired-mark ((,class (:foreground ,comp :inherit bold))))
+     `(dired-marked ((,class (:foreground ,violet :inherit bold))))
      `(dired-perm-write ((,class (:foreground ,base :underline t))))
-     `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :weight 
bold))))
+     `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit 
bold))))
      `(dired-warning ((,class (:foreground ,war))))
 
 ;;;;; ediff
@@ -233,10 +233,10 @@
      `(ediff-even-diff-Ancestor ((,class(:background ,bg3))))
      `(ediff-even-diff-B ((,class(:background ,bg3))))
      `(ediff-even-diff-C ((,class(:background ,bg3))))
-     `(ediff-fine-diff-A ((,class(:background nil :bold t))))
-     `(ediff-fine-diff-Ancestor ((,class(:background nil :bold t))))
-     `(ediff-fine-diff-B ((,class(:background nil :bold t))))
-     `(ediff-fine-diff-C ((,class(:background nil :bold t))))
+     `(ediff-fine-diff-A ((,class(:background nil :inherit bold))))
+     `(ediff-fine-diff-Ancestor ((,class(:background nil :inherit bold))))
+     `(ediff-fine-diff-B ((,class(:background nil :inherit bold))))
+     `(ediff-fine-diff-C ((,class(:background nil :inherit bold))))
      `(ediff-odd-diff-A ((,class(:background ,bg4))))
      `(ediff-odd-diff-Ancestor ((,class(:background ,bg4))))
      `(ediff-odd-diff-B ((,class(:background ,bg4))))
@@ -247,10 +247,10 @@
      `(ein:cell-input-prompt ((,class (:foreground ,suc))))
      `(ein:cell-output-prompt ((,class (:foreground ,err))))
      `(ein:notification-tab-normal ((,class (:foreground ,keyword))))
-     `(ein:notification-tab-selected ((,class (:foreground ,suc :bold t))))
+     `(ein:notification-tab-selected ((,class (:foreground ,suc :inherit 
bold))))
 
 ;;;;; eldoc
-     `(eldoc-highlight-function-argument ((,class (:foreground ,mat :bold t))))
+     `(eldoc-highlight-function-argument ((,class (:foreground ,mat :inherit 
bold))))
 
 ;;;;; enh-ruby
      `(enh-ruby-string-delimiter-face ((,class (:foreground ,str))))
@@ -262,60 +262,60 @@
      `(erc-nick-default-face ((,class (:foreground ,keyword))))
      `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
      `(erc-notice-face ((,class (:foreground ,str))))
-     `(erc-prompt-face ((,class (:foreground ,mat :bold t))))
+     `(erc-prompt-face ((,class (:foreground ,mat :inherit bold))))
      `(erc-timestamp-face ((,class (:foreground ,keyword))))
 
 ;;;;; eshell
-     `(eshell-ls-archive ((,class (:foreground ,red :weight bold))))
+     `(eshell-ls-archive ((,class (:foreground ,red :inherit bold))))
      `(eshell-ls-backup ((,class (:inherit font-lock-comment-face))))
      `(eshell-ls-clutter ((,class (:inherit font-lock-comment-face))))
-     `(eshell-ls-directory ((,class (:foreground ,keyword :weight bold))))
-     `(eshell-ls-executable ((,class (:foreground ,suc :weight bold))))
+     `(eshell-ls-directory ((,class (:foreground ,keyword :inherit bold))))
+     `(eshell-ls-executable ((,class (:foreground ,suc :inherit bold))))
      `(eshell-ls-missing ((,class (:inherit font-lock-warning-face))))
      `(eshell-ls-product ((,class (:inherit font-lock-doc-face))))
-     `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
-     `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
+     `(eshell-ls-special ((,class (:foreground ,yellow :inherit bold))))
+     `(eshell-ls-symlink ((,class (:foreground ,cyan :inherit bold))))
      `(eshell-ls-unreadable ((,class (:foreground ,base))))
-     `(eshell-prompt ((,class (:foreground ,keyword :weight bold))))
+     `(eshell-prompt ((,class (:foreground ,keyword :inherit bold))))
 
 ;;;;; flycheck
      `(flycheck-error
        ((,(append '((supports :underline (:style line))) class)
          (:underline (:style line :color ,err)))
-        (,class (:foreground ,base :background ,err :weight bold :underline 
t))))
+        (,class (:foreground ,base :background ,err :inherit bold :underline 
t))))
      `(flycheck-error-list-checker-name ((,class (:foreground ,keyword))))
-     `(flycheck-fringe-error ((,class (:foreground ,err :weight bold))))
-     `(flycheck-fringe-info ((,class (:foreground ,keyword :weight bold))))
-     `(flycheck-fringe-warning ((,class (:foreground ,war :weight bold))))
+     `(flycheck-fringe-error ((,class (:foreground ,err :inherit bold))))
+     `(flycheck-fringe-info ((,class (:foreground ,keyword :inherit bold))))
+     `(flycheck-fringe-warning ((,class (:foreground ,war :inherit bold))))
      `(flycheck-info
        ((,(append '((supports :underline (:style line))) class)
          (:underline (:style line :color ,keyword)))
-        (,class (:foreground ,base :background ,keyword :weight bold 
:underline t))))
+        (,class (:foreground ,base :background ,keyword :inherit bold 
:underline t))))
      `(flycheck-warning
        ((,(append '((supports :underline (:style line))) class)
          (:underline (:style line :color ,war)))
-        (,class (:foreground ,base :background ,war :weight bold :underline 
t))))
+        (,class (:foreground ,base :background ,war :inherit bold :underline 
t))))
 
 ;;;;; git-gutter-fr
-     `(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))
-     `(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
-     `(git-gutter-fr:modified ((,class (:foreground ,keyword :weight bold))))
+     `(git-gutter-fr:added ((,class (:foreground ,green :inherit bold))))
+     `(git-gutter-fr:deleted ((,class (:foreground ,war :inherit bold))))
+     `(git-gutter-fr:modified ((,class (:foreground ,keyword :inherit bold))))
 
 ;;;;; git-timemachine
-     `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,blue 
:bold t :background ,blue-bg))))
+     `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,blue 
:inherit bold :background ,blue-bg))))
 
 ;;;;; gnus
      `(gnus-emphasis-highlight-words ((,class (:background ,suc :foreground 
,bg1))))
      `(gnus-header-content ((,class (:foreground ,keyword))))
      `(gnus-header-from ((,class (:foreground ,var))))
      `(gnus-header-name ((,class (:foreground ,comp))))
-     `(gnus-header-subject ((,class (:foreground ,func :bold t))))
+     `(gnus-header-subject ((,class (:foreground ,func :inherit bold))))
      `(gnus-summary-cancelled ((,class (:background ,war :foreground ,bg1))))
 
 ;;;;; guide-key
      `(guide-key/highlight-command-face ((,class (:foreground ,base))))
      `(guide-key/key-face ((,class (:foreground ,keyword))))
-     `(guide-key/prefix-command-face ((,class (:foreground ,keyword :weight 
bold))))
+     `(guide-key/prefix-command-face ((,class (:foreground ,keyword :inherit 
bold))))
 
 ;;;;; helm
      `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
@@ -330,14 +330,14 @@
      `(helm-buffer-process ((,class (:foreground ,keyword :background ,bg1))))
      `(helm-buffer-saved-out ((,class (:foreground ,base :background ,bg1))))
      `(helm-buffer-size ((,class (:foreground ,base :background ,bg1))))
-     `(helm-candidate-number ((,class (:background ,bg1 :foreground ,keyword 
:bold t))))
-     `(helm-ff-directory ((,class (:foreground ,keyword :background ,bg1 
:weight bold))))
-     `(helm-ff-dotted-directory ((,class (:foreground ,keyword :background 
,bg1 :weight bold))))
+     `(helm-candidate-number ((,class (:background ,bg1 :foreground ,keyword 
:inherit bold))))
+     `(helm-ff-directory ((,class (:foreground ,keyword :background ,bg1 
:inherit bold))))
+     `(helm-ff-dotted-directory ((,class (:foreground ,keyword :background 
,bg1 :inherit bold))))
      `(helm-ff-executable ((,class (:foreground ,suc :background ,bg1 :weight 
normal))))
      `(helm-ff-file ((,class (:foreground ,base :background ,bg1 :weight 
normal))))
-     `(helm-ff-invalid-symlink ((,class (:foreground ,red :background ,bg1 
:weight bold))))
+     `(helm-ff-invalid-symlink ((,class (:foreground ,red :background ,bg1 
:inherit bold))))
      `(helm-ff-prefix ((,class (:foreground ,bg1 :background ,keyword :weight 
normal))))
-     `(helm-ff-symlink ((,class (:foreground ,cyan :background ,bg1 :weight 
bold))))
+     `(helm-ff-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit 
bold))))
      `(helm-grep-cmd-line ((,class (:foreground ,base :background ,bg1))))
      `(helm-grep-file ((,class (:foreground ,base :background ,bg1))))
      `(helm-grep-finish ((,class (:foreground ,base :background ,bg1))))
@@ -351,7 +351,7 @@
      `(helm-selection ((,class (:background ,highlight))))
      `(helm-selection-line ((,class (:background ,bg2))))
      `(helm-separator ((,class (:foreground ,comp :background ,bg1))))
-     `(helm-source-header ((,class (:background ,comp :foreground ,bg1 :bold 
t))))
+     `(helm-source-header ((,class (:background ,comp :foreground ,bg1 
:inherit bold))))
      `(helm-time-zone-current ((,class (:foreground ,keyword :background 
,bg1))))
      `(helm-time-zone-home ((,class (:foreground ,comp :background ,bg1))))
      `(helm-visible-mark ((,class (:foreground ,keyword :background ,bg3))))
@@ -365,26 +365,26 @@
      `(highlight-indentation-face ((,class (:background ,comment-bg))))
 
 ;;;;; ido
-     `(ido-first-match ((,class (:foreground ,comp :bold t))))
-     `(ido-only-match ((,class (:foreground ,mat :bold t))))
+     `(ido-first-match ((,class (:foreground ,comp :inherit bold))))
+     `(ido-only-match ((,class (:foreground ,mat :inherit bold))))
      `(ido-subdir ((,class (:foreground ,keyword))))
      `(ido-vertical-match-face ((,class (:foreground ,comp :underline nil))))
 
 ;;;;; info
      `(info-header-xref ((,class (:foreground ,func :underline t))))
      `(info-menu ((,class (:foreground ,suc))))
-     `(info-node ((,class (:foreground ,func :bold t))))
+     `(info-node ((,class (:foreground ,func :inherit bold))))
      `(info-quoted-name ((,class (:foreground ,keyword))))
-     `(info-reference-item ((,class (:background nil :underline t :bold t))))
+     `(info-reference-item ((,class (:background nil :underline t :inherit 
bold))))
      `(info-string ((,class (:foreground ,str))))
-     `(info-title-1 ((,class (:height 1.4 :bold t))))
-     `(info-title-2 ((,class (:height 1.3 :bold t))))
+     `(info-title-1 ((,class (:height 1.4 :inherit bold))))
+     `(info-title-2 ((,class (:height 1.3 :inherit bold))))
      `(info-title-3 ((,class (:height 1.3))))
      `(info-title-4 ((,class (:height 1.2))))
 
 ;;;;; ivy
-     `(ivy-current-match ((,class (:background ,highlight :bold t))))
-     `(ivy-minibuffer-match-face-1 ((,class (:bold t))))
+     `(ivy-current-match ((,class (:background ,highlight :inherit bold))))
+     `(ivy-minibuffer-match-face-1 ((,class (:inherit bold))))
      `(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :underline 
t))))
      `(ivy-minibuffer-match-face-3 ((,class (:foreground ,head4 :underline 
t))))
      `(ivy-minibuffer-match-face-4 ((,class (:foreground ,head3 :underline 
t))))
@@ -407,10 +407,10 @@
      `(magit-blame-hash    ((,class :background ,yellow-bg :foreground ,func)))
      `(magit-blame-summary ((,class :background ,yellow-bg :foreground 
,yellow)))
      `(magit-blame-date    ((,class :background ,yellow-bg :foreground 
,green)))
-     `(magit-branch ((,class (:foreground ,const :weight bold))))
-     `(magit-branch-current ((,class (:background ,blue-bg :foreground ,blue 
:weight bold :box t))))
-     `(magit-branch-local ((,class (:background ,blue-bg :foreground ,blue 
:weight bold))))
-     `(magit-branch-remote ((,class (:background ,aqua-bg :foreground ,aqua 
:weight bold))))
+     `(magit-branch ((,class (:foreground ,const :inherit bold))))
+     `(magit-branch-current ((,class (:background ,blue-bg :foreground ,blue 
:inherit bold :box t))))
+     `(magit-branch-local ((,class (:background ,blue-bg :foreground ,blue 
:inherit bold))))
+     `(magit-branch-remote ((,class (:background ,aqua-bg :foreground ,aqua 
:inherit bold))))
      `(magit-diff-context-highlight ((,class (:background ,bg2 :foreground 
,base))))
      `(magit-diff-file-header ((,class (:background ,comment-bg :foreground 
,comment))))
      `(magit-diff-file-heading ((,class (:background ,comment-bg :foreground 
,comment))))
@@ -423,22 +423,22 @@
      `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
      `(magit-item-highlight ((,class :background ,bg2)))
      `(magit-log-author ((,class (:foreground ,func))))
-     `(magit-log-head-label-head ((,class (:background ,yellow :foreground 
,bg1 :bold t))))
-     `(magit-log-head-label-local ((,class (:background ,keyword :foreground 
,bg1 :bold t))))
-     `(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1 
:bold t))))
-     `(magit-log-head-label-tags ((,class (:background ,violet :foreground 
,bg1 :bold t))))
-     `(magit-log-head-label-wip ((,class (:background ,cyan :foreground ,bg1 
:bold t))))
+     `(magit-log-head-label-head ((,class (:background ,yellow :foreground 
,bg1 :inherit bold))))
+     `(magit-log-head-label-local ((,class (:background ,keyword :foreground 
,bg1 :inherit bold))))
+     `(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1 
:inherit bold))))
+     `(magit-log-head-label-tags ((,class (:background ,violet :foreground 
,bg1 :inherit bold))))
+     `(magit-log-head-label-wip ((,class (:background ,cyan :foreground ,bg1 
:inherit bold))))
      `(magit-log-sha1 ((,class (:foreground ,str))))
-     `(magit-process-ng ((,class (:foreground ,war :weight bold))))
-     `(magit-process-ok ((,class (:foreground ,func :weight bold))))
-     `(magit-section-heading        ((,class (:foreground ,keyword :weight 
bold))))
+     `(magit-process-ng ((,class (:foreground ,war :inherit bold))))
+     `(magit-process-ok ((,class (:foreground ,func :inherit bold))))
+     `(magit-section-heading        ((,class (:foreground ,keyword :inherit 
bold))))
      `(magit-section-highlight      ((,class (:background ,bg2))))
-     `(magit-section-title ((,class (:background ,bg1 :foreground ,keyword 
:weight bold))))
+     `(magit-section-title ((,class (:background ,bg1 :foreground ,keyword 
:inherit bold))))
 
 ;;;;; markdown
-     `(markdown-header-face-1 ((,class (:bold t :foreground ,head1))))
-     `(markdown-header-face-2 ((,class (:bold t :foreground ,head2))))
-     `(markdown-header-face-3 ((,class (:bold t :foreground ,head3))))
+     `(markdown-header-face-1 ((,class (:inherit bold :foreground ,head1))))
+     `(markdown-header-face-2 ((,class (:inherit bold :foreground ,head2))))
+     `(markdown-header-face-3 ((,class (:inherit bold :foreground ,head3))))
      `(markdown-header-face-4 ((,class (:foreground ,head4))))
      `(markdown-header-face-5 ((,class (:foreground ,head1))))
      `(markdown-header-face-6 ((,class (:foreground ,head2))))
@@ -446,21 +446,21 @@
 ;;;;; mode-line
      `(mode-line           ((,class (:foreground ,base :background ,act1 :box 
(:color ,border :line-width 1)))))
      `(mode-line-inactive  ((,class (:foreground ,base :background ,bg1  :box 
(:color ,border :line-width 1)))))
-     `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
+     `(mode-line-buffer-id ((,class (:inherit bold :foreground ,func))))
 
 ;;;;; neotree
-     `(neo-dir-link-face ((,class (:foreground ,keyword :weight bold))))
+     `(neo-dir-link-face ((,class (:foreground ,keyword :inherit bold))))
      `(neo-expand-btn-face ((,class (:foreground ,base))))
      `(neo-file-link-face ((,class (:foreground ,base))))
-     `(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
+     `(neo-root-dir-face ((,class (:foreground ,func :inherit bold))))
 
 ;;;;; org
      `(org-agenda-clocking ((,class (:background ,highlight :foreground 
,comp))))
      `(org-agenda-date ((,class (:foreground ,var :height ,(if 
spacemacs-theme-org-height 1.1 1.0)))))
-     `(org-agenda-date-today ((,class (:foreground ,keyword :slant italic 
:weight bold :height ,(if spacemacs-theme-org-height 1.3 1.0)))))
-     `(org-agenda-date-weekend ((,class (:weight bold :foreground ,var))))
+     `(org-agenda-date-today ((,class (:foreground ,keyword :slant italic 
:inherit bold :height ,(if spacemacs-theme-org-height 1.3 1.0)))))
+     `(org-agenda-date-weekend ((,class (:inherit bold :foreground ,var))))
      `(org-agenda-done ((,class (:foreground ,suc :height ,(if 
spacemacs-theme-org-height 1.2 1.0)))))
-     `(org-agenda-structure ((,class (:weight bold :foreground ,comp))))
+     `(org-agenda-structure ((,class (:inherit bold :foreground ,comp))))
      `(org-block ((,class (:background ,cblk-bg :foreground ,cblk))))
      `(org-block-begin-line ((,class (:background ,cblk-ln-bg :foreground 
,cblk-ln))))
      `(org-block-end-line ((,class (:background ,cblk-ln-bg :foreground 
,cblk-ln))))
@@ -471,14 +471,14 @@
      `(org-date ((,class (:underline t :foreground ,var) )))
      `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
      `(org-document-info-keyword ((,class (:foreground ,meta))))
-     `(org-document-title ((,class (:foreground ,func :weight bold :height 
,(if spacemacs-theme-org-height 1.4 1.0) :underline t))))
-     `(org-done ((,class (:foreground ,suc :bold t :background ,green-bg))))
+     `(org-document-title ((,class (:foreground ,func :inherit bold :height 
,(if spacemacs-theme-org-height 1.4 1.0) :underline t))))
+     `(org-done ((,class (:foreground ,suc :inherit bold :background 
,green-bg))))
      `(org-ellipsis ((,class (:foreground ,keyword))))
      `(org-footnote  ((,class (:underline t :foreground ,base))))
      `(org-hide ((,class (:foreground ,base))))
      `(org-kbd ((,class (:inherit region :foreground ,base :box (:line-width 1 
:style released-button)))))
-     `(org-level-1 ((,class (:bold t :foreground ,head1 :height ,(if 
spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head1-bg)))))
-     `(org-level-2 ((,class (:bold t :foreground ,head2 :height ,(if 
spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight head2-bg)))))
+     `(org-level-1 ((,class (:inherit bold :foreground ,head1 :height ,(if 
spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head1-bg)))))
+     `(org-level-2 ((,class (:inherit bold :foreground ,head2 :height ,(if 
spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight head2-bg)))))
      `(org-level-3 ((,class (:bold nil :foreground ,head3 :height ,(if 
spacemacs-theme-org-height 1.1 1.0) :background ,(when 
spacemacs-theme-org-highlight head3-bg)))))
      `(org-level-4 ((,class (:bold nil :foreground ,head4 :background ,(when 
spacemacs-theme-org-highlight head4-bg)))))
      `(org-level-5 ((,class (:bold nil :foreground ,head1))))
@@ -488,20 +488,20 @@
      `(org-link ((,class (:underline t :foreground ,comment))))
      `(org-meta-line ((,class (:foreground ,meta))))
      `(org-mode-line-clock-overrun ((,class (:foreground ,err))))
-     `(org-priority ((,class (:foreground ,war :bold t))))
+     `(org-priority ((,class (:foreground ,war :inherit bold))))
      `(org-quote ((,class (:inherit org-block :slant italic))))
      `(org-scheduled ((,class (:foreground ,comp))))
      `(org-scheduled-today ((,class (:foreground ,func :height ,(if 
spacemacs-theme-org-height 1.2 1.0)))))
      `(org-sexp-date ((,class (:foreground ,base))))
      `(org-special-keyword ((,class (:foreground ,func))))
      `(org-table ((,class (:foreground ,yellow :background ,yellow-bg))))
-     `(org-todo ((,class (:foreground ,war :bold t :background ,yellow-bg))))
+     `(org-todo ((,class (:foreground ,war :inherit bold :background 
,yellow-bg))))
      `(org-verbatim ((,class (:foreground ,keyword))))
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err))))
 
 ;;;;; perspective
-     `(persp-selected-face ((,class (:bold t :foreground ,func))))
+     `(persp-selected-face ((,class (:inherit bold :foreground ,func))))
 
 ;;;;; powerline
      `(powerline-active1 ((,class (:background ,act2 :foreground ,base))))
@@ -527,11 +527,11 @@
 
 ;;;;; smartparens
      `(sp-pair-overlay-face ((,class (:background ,highlight :foreground 
nil))))
-     `(sp-show-pair-match-face ((,class (:foreground ,mat :weight bold 
:underline t))))
+     `(sp-show-pair-match-face ((,class (:foreground ,mat :inherit bold 
:underline t))))
 
 ;;;;; swiper
-     `(swiper-line-face ((,class (:background ,highlight :bold t))))
-     `(swiper-match-face-1 ((,class (:bold t))))
+     `(swiper-line-face ((,class (:background ,highlight :inherit bold))))
+     `(swiper-match-face-1 ((,class (:inherit bold))))
      `(swiper-match-face-2 ((,class (:foreground ,head1 :underline t))))
      `(swiper-match-face-3 ((,class (:foreground ,head4 :underline t))))
      `(swiper-match-face-4 ((,class (:foreground ,head3 :underline t))))
@@ -556,7 +556,7 @@
 ;;;;; which-key
      `(which-key-command-description-face ((,class (:foreground ,base))))
      `(which-key-group-description-face ((,class (:foreground ,keyword))))
-     `(which-key-key-face ((,class (:foreground ,func :bold t))))
+     `(which-key-key-face ((,class (:foreground ,func :inherit bold))))
      `(which-key-separator-face ((,class (:background nil :foreground ,str))))
      `(which-key-special-key-face ((,class (:background ,func :foreground 
,bg1))))
 
@@ -600,7 +600,7 @@
      `(mu4e-cited-1-face ((,class (:foreground ,base))))
      `(mu4e-cited-7-face ((,class (:foreground ,base))))
      `(mu4e-header-marks-face ((,class (:foreground ,comp))))
-     `(mu4e-header-key-face ((,class (:foreground ,head2 :bold t))))
+     `(mu4e-header-key-face ((,class (:foreground ,head2 :inherit bold))))
      `(mu4e-view-url-number-face ((,class (:foreground ,comp))))
      `(slime-repl-inputed-output-face ((,class (:foreground ,comp))))
      `(trailing-whitespace ((,class :foreground nil :background ,err)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]