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

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

[nongnu] elpa/alect-themes 630d59d 01/11: Modify 'alect-block' face


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 630d59d 01/11: Modify 'alect-block' face
Date: Fri, 22 Oct 2021 02:57:32 -0400 (EDT)

branch: elpa/alect-themes
commit 630d59dd243c749cde2aae35ee98cc70e7c58162
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'alect-block' face
    
    Add :extend property.
---
 alect-themes.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 2534376..95fbe82 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1,6 +1,6 @@
 ;;; alect-themes.el --- Configurable light, dark and black themes for Emacs 24 
or later   -*- lexical-binding: t -*-
 
-;; Copyright © 2013–2020 Alex Kost
+;; Copyright © 2013–2021 Alex Kost
 
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
@@ -481,7 +481,8 @@ For INVERT, see `alect-get-color'."
 
          ;; auxiliary faces for inheriting
          (alect-field-title    ((,c :foreground ,(gc 'yellow+1))))
-         (alect-block          ((,c :background ,(gc 'bg-0.5))))
+         (alect-block          ((,c :background ,(gc 'bg-0.5)
+                                    :extend t)))
          (alect-block-title    ((,c :inherit alect-block
                                     :foreground ,(gc 'green+1))))
          (alect-prompt         ((,c :foreground ,(gc 'magenta-1)



reply via email to

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