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

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

[elpa] externals/standard-themes d9d186fdaf 1/2: Remove the bold-italic


From: ELPA Syncer
Subject: [elpa] externals/standard-themes d9d186fdaf 1/2: Remove the bold-italic from doom-modeline because it breaks some icons
Date: Sat, 27 Apr 2024 06:59:38 -0400 (EDT)

branch: externals/standard-themes
commit d9d186fdafab74adcac9aafeb303c3cf7132ab90
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove the bold-italic from doom-modeline because it breaks some icons
    
    Thanks to Filippo Argiolas for reporting this bug in issue 42 at the
    ef-themes repo: <https://github.com/protesilaos/ef-themes/issues/42>.
---
 README.org         | 4 ++--
 standard-themes.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 404db7b3d9..4e240dee04 100644
--- a/README.org
+++ b/README.org
@@ -1290,8 +1290,8 @@ matters.
 
 + Contributions to code :: Clemens Radermacher.
 
-+ Ideas and/or user feedback :: Fritz Grabo, Manuel Uberti, Tassilo
-  Horn, Zack Weinberg.
++ Ideas and/or user feedback :: Filipo Argiolas, Fritz Grabo, Manuel
+  Uberti, Tassilo Horn, Zack Weinberg.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/standard-themes.el b/standard-themes.el
index 7ce478e8fa..3e6d40bbaa 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1171,7 +1171,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(doom-modeline-evil-visual-state ((,c :inherit bold :foreground 
,modeline-warning)))
     `(doom-modeline-info ((,c :inherit bold :foreground ,modeline-info)))
     `(doom-modeline-input-method (( )))
-    `(doom-modeline-lsp-error ((,c :inherit bold-italic)))
+    `(doom-modeline-lsp-error ((,c :inherit bold)))
     `(doom-modeline-lsp-running (( )))
     `(doom-modeline-lsp-success ((,c :inherit bold :foreground 
,modeline-info)))
     `(doom-modeline-lsp-warning ((,c :inherit bold :foreground 
,modeline-warning)))
@@ -1182,7 +1182,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(doom-modeline-repl-success ((,c :inherit bold :foreground 
,modeline-info)))
     `(doom-modeline-repl-warning ((,c :inherit bold :foreground 
,modeline-warning)))
     `(doom-modeline-time (( )))
-    `(doom-modeline-urgent ((,c :inherit bold-italic :foreground 
,modeline-err)))
+    `(doom-modeline-urgent ((,c :inherit bold :foreground ,modeline-err)))
     `(doom-modeline-warning ((,c :inherit bold :foreground ,modeline-warning)))
 ;;;; ediff
     `(ediff-current-diff-A ((,c :background ,bg-removed :foreground 
,fg-removed)))



reply via email to

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