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

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

[nongnu] elpa/spacemacs-theme 5a453a9d73 2/3: more update on face attrib


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 5a453a9d73 2/3: more update on face attributes
Date: Tue, 21 Mar 2023 19:03:16 -0400 (EDT)

branch: elpa/spacemacs-theme
commit 5a453a9d7394a3f2b1747c440241cb83ada8fef5
Author: Lucius Hu <lebensterben@users.noreply.github.com>
Commit: Lucius Hu <lebensterben@users.noreply.github.com>

    more update on face attributes
---
 spacemacs-common.el | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9e033403ea..8f999e0f64 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -178,7 +178,7 @@ to 'auto, tags may not be properly aligned. "
      `(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
      `(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
      `(font-lock-builtin-face ((,class (:foreground ,keyword))))
-     `(font-lock-comment-face ((,class (:foreground ,(if 
spacemacs-theme-comment-italic comment-light comment) :background ,(when 
spacemacs-theme-comment-bg comment-bg) :slant ,(if 
spacemacs-theme-comment-italic 'italic 'normal)))))
+     `(font-lock-comment-face ((,class (:foreground ,(if 
spacemacs-theme-comment-italic comment-light comment) :background ,(if 
spacemacs-theme-comment-bg comment-bg 'unspecified) :slant ,(if 
spacemacs-theme-comment-italic 'italic 'normal)))))
      `(font-lock-constant-face ((,class (:foreground ,const))))
      `(font-lock-doc-face ((,class (:foreground ,meta))))
      `(font-lock-function-name-face ((,class (:foreground ,func :inherit 
bold))))
@@ -614,12 +614,12 @@ to 'auto, tags may not be properly aligned. "
      `(font-latex-italic-face ((,class (:foreground ,keyword :slant italic))))
      `(font-latex-match-reference-keywords ((,class (:foreground ,const))))
      `(font-latex-match-variable-keywords ((,class (:foreground ,var))))
-     `(font-latex-sectioning-0-face ((,class (:inherit bold :foreground ,head3 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head3-bg)))))
-     `(font-latex-sectioning-1-face ((,class (:inherit bold :foreground ,head4 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head4-bg)))))
-     `(font-latex-sectioning-2-face ((,class (:inherit bold :foreground ,head1 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head1-bg)))))
-     `(font-latex-sectioning-3-face ((,class (:inherit bold :foreground ,head2 
:height ,(if spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight head2-bg)))))
-     `(font-latex-sectioning-4-face ((,class (:weight normal :foreground 
,head3 :height ,(if spacemacs-theme-org-height 1.1 1.0) :background ,(when 
spacemacs-theme-org-highlight head3-bg)))))
-     `(font-latex-sectioning-5-face ((,class (:weight normal :foreground 
,head4 :background ,(when spacemacs-theme-org-highlight head4-bg)))))
+     `(font-latex-sectioning-0-face ((,class (:inherit bold :foreground ,head3 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(if 
spacemacs-theme-org-highlight head3-bg 'unspecified)))))
+     `(font-latex-sectioning-1-face ((,class (:inherit bold :foreground ,head4 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(if 
spacemacs-theme-org-highlight head4-bg 'unspecified)))))
+     `(font-latex-sectioning-2-face ((,class (:inherit bold :foreground ,head1 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(if 
spacemacs-theme-org-highlight head1-bg 'unspecified)))))
+     `(font-latex-sectioning-3-face ((,class (:inherit bold :foreground ,head2 
:height ,(if spacemacs-theme-org-height 1.2 1.0) :background ,(if 
spacemacs-theme-org-highlight head2-bg 'unspecified)))))
+     `(font-latex-sectioning-4-face ((,class (:weight normal :foreground 
,head3 :height ,(if spacemacs-theme-org-height 1.1 1.0) :background ,(if 
spacemacs-theme-org-highlight head3-bg 'unspecified)))))
+     `(font-latex-sectioning-5-face ((,class (:weight normal :foreground 
,head4 :background ,(if spacemacs-theme-org-highlight head4-bg 'unspecified)))))
      `(font-latex-string-face ((,class (:foreground ,str))))
      `(font-latex-warning-face ((,class (:foreground ,war))))
 
@@ -695,10 +695,10 @@ to 'auto, tags may not be properly aligned. "
      `(Man-underline ((,class (:foreground ,comp :underline t))))
 
 ;;;;; markdown
-     `(markdown-header-face-1 ((,class (:inherit bold :foreground ,head1 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight head1-bg)))))
-     `(markdown-header-face-2 ((,class (:inherit bold :foreground ,head2 
:height ,(if spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight head2-bg)))))
-     `(markdown-header-face-3 ((,class (:weight normal :foreground ,head3 
:height ,(if spacemacs-theme-org-height 1.1 1.0) :background ,(when 
spacemacs-theme-org-highlight head3-bg)))))
-     `(markdown-header-face-4 ((,class (:weight normal :foreground ,head4 
:background ,(when spacemacs-theme-org-highlight head4-bg)))))
+     `(markdown-header-face-1 ((,class (:inherit bold :foreground ,head1 
:height ,(if spacemacs-theme-org-height 1.3 1.0) :background ,(if 
spacemacs-theme-org-highlight head1-bg 'unspecified)))))
+     `(markdown-header-face-2 ((,class (:inherit bold :foreground ,head2 
:height ,(if spacemacs-theme-org-height 1.2 1.0) :background ,(if 
spacemacs-theme-org-highlight head2-bg 'unspecified)))))
+     `(markdown-header-face-3 ((,class (:weight normal :foreground ,head3 
:height ,(if spacemacs-theme-org-height 1.1 1.0) :background ,(if 
spacemacs-theme-org-highlight head3-bg 'unspecified)))))
+     `(markdown-header-face-4 ((,class (:weight normal :foreground ,head4 
:background ,(if spacemacs-theme-org-highlight head4-bg 'unspecified)))))
      `(markdown-header-face-5 ((,class (:weight normal :foreground ,head1))))
      `(markdown-header-face-6 ((,class (:weight normal :foreground ,head2))))
      `(markdown-table-face ((,class (:foreground ,base :background 
,head1-bg))))
@@ -775,10 +775,10 @@ to 'auto, tags may not be properly aligned. "
      `(org-headline-todo ((,class (:foreground ,meta))))
      `(org-hide ((,class (:foreground ,base))))
      `(org-kbd ((,class (:inherit region :foreground ,base :box (:line-width 1 
:style released-button)))))
-     `(org-level-1 ((,class (:inherit bold :weight ,(if 
spacemacs-theme-org-bold 'unspecified 'normal) :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 :weight ,(if 
spacemacs-theme-org-bold 'unspecified 'normal) :foreground ,head2 :height ,(if 
spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight head2-bg)))))
-     `(org-level-3 ((,class (:weight normal :foreground ,head3 :height ,(if 
spacemacs-theme-org-height 1.1 1.0) :background ,(when 
spacemacs-theme-org-highlight head3-bg)))))
-     `(org-level-4 ((,class (:weight normal :foreground ,head4 :background 
,(when spacemacs-theme-org-highlight head4-bg)))))
+     `(org-level-1 ((,class (:inherit bold :weight ,(if 
spacemacs-theme-org-bold 'unspecified 'normal) :foreground ,head1 :height ,(if 
spacemacs-theme-org-height 1.3 1.0) :background ,(if 
spacemacs-theme-org-highlight head1-bg 'unspecified)))))
+     `(org-level-2 ((,class (:inherit bold :weight ,(if 
spacemacs-theme-org-bold 'unspecified 'normal) :foreground ,head2 :height ,(if 
spacemacs-theme-org-height 1.2 1.0) :background ,(if 
spacemacs-theme-org-highlight head2-bg 'unspecified)))))
+     `(org-level-3 ((,class (:weight normal :foreground ,head3 :height ,(if 
spacemacs-theme-org-height 1.1 1.0) :background ,(if 
spacemacs-theme-org-highlight head3-bg 'unspecified)))))
+     `(org-level-4 ((,class (:weight normal :foreground ,head4 :background 
,(if spacemacs-theme-org-highlight head4-bg 'unspecified)))))
      `(org-level-5 ((,class (:weight normal :foreground ,head1))))
      `(org-level-6 ((,class (:weight normal :foreground ,head2))))
      `(org-level-7 ((,class (:weight normal :foreground ,head3))))



reply via email to

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