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

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

[elpa] externals/aircon-theme 15c3f8fcb6 20/58: Adjust alignment


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 15c3f8fcb6 20/58: Adjust alignment
Date: Thu, 9 Jun 2022 04:57:27 -0400 (EDT)

branch: externals/aircon-theme
commit 15c3f8fcb6f33f976502117544c297f0f30242c4
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Adjust alignment
---
 aircon-theme.el | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 30e8bfafd1..5a10b6ff27 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -124,18 +124,17 @@
  '(fringe  ((t (:inherit (default)))))
 
  `(mode-line                  ((t (:inherit (variable-pitch aircon-fjord)
-                                     :foreground "#ffffff"
-                                     :box ,aircon-midnight))))
+                                   :foreground "#ffffff"
+                                   :box ,aircon-midnight))))
  `(mode-line-inactive         ((t (:inherit (aircon-header mode-line)
-                                              :box ,aircon-ghost))))
+                                   :box ,aircon-ghost))))
  '(mode-line-highlight        ((t (:inherit (mode-line)))))
 
  '(compilation-mode-line-fail ((t (:inherit (bold aircon-brick)))))
  '(compilation-error          ((t (:inherit (bold aircon-brick)))))
 
-
  `(help-key-binding ((t (:inherit (aircon-header)
-                           :box (:color ,aircon-ghost :line-width (1 . -1))))))
+                         :box (:color ,aircon-ghost (1 . -1) :line-width)))))
 
  '(shadow       ((t (:inherit (aircon-scorpion)))))
  '(error        ((t (:inherit (bold aircon-brick)))))
@@ -223,18 +222,18 @@
  '(erc-prompt-face         ((t (:inherit minibuffer-prompt))))
  '(erc-timestamp-face      ((t (:inherit aircon-eden))))
 
- '(elfeed-search-date-face           ((t (:inherit (calendar-month-header)))))
- '(elfeed-search-feed-face           ((t (:inherit (aircon-eden)))))
- '(elfeed-search-last-update-face    ((t (:inherit 
(elfeed-search-date-face)))))
- '(elfeed-search-tag-face            ((t (:inherit (aircon-goblin)))))
- '(elfeed-search-title-face          ((t (:inherit (aircon-scorpion)))))
- '(elfeed-search-unread-count-face   ((t (:inherit (default)))))
- '(elfeed-search-unread-title-face   ((t (:inherit (bold default)))))
- '(elfeed-log-date-face              ((t (:inherit 
(elfeed-search-date-face)))))
- '(elfeed-log-debug-level-face       ((t (:inherit (aircon-brick)))))
- '(elfeed-log-error-level-face       ((t (:inherit (error)))))
- '(elfeed-log-info-level-face        ((t (:inherit (aircon-sapphire)))))
- '(elfeed-log-warn-level-face        ((t (:inherit (warning)))))
+ '(elfeed-search-date-face         ((t (:inherit (calendar-month-header)))))
+ '(elfeed-search-feed-face         ((t (:inherit (aircon-eden)))))
+ '(elfeed-search-last-update-face  ((t (:inherit (elfeed-search-date-face)))))
+ '(elfeed-search-tag-face          ((t (:inherit (aircon-goblin)))))
+ '(elfeed-search-title-face        ((t (:inherit (aircon-scorpion)))))
+ '(elfeed-search-unread-count-face ((t (:inherit (default)))))
+ '(elfeed-search-unread-title-face ((t (:inherit (bold default)))))
+ '(elfeed-log-date-face            ((t (:inherit (elfeed-search-date-face)))))
+ '(elfeed-log-debug-level-face     ((t (:inherit (aircon-brick)))))
+ '(elfeed-log-error-level-face     ((t (:inherit (error)))))
+ '(elfeed-log-info-level-face      ((t (:inherit (aircon-sapphire)))))
+ '(elfeed-log-warn-level-face      ((t (:inherit (warning)))))
 
  )
 



reply via email to

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