aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2024-04-27 11:36:21 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2024-04-27 11:36:21 +0300
commit9000fd245ff7c5c9b8fdcdf3d3289d6c35b21bc8 (patch)
tree19f7328664c723b5fc5be4ee45e59a5351d0294c
parent4adefa6398147e7825c9959372cdce1a6f2f4877 (diff)
Remove the bold-italic from doom-modeline because it breaks some icons
Thanks to Filippo Argiolas for reporting this bug issue 42: <https://github.com/protesilaos/ef-themes/issues/42>.
-rw-r--r--README.org8
-rw-r--r--ef-themes.el4
2 files changed, 6 insertions, 6 deletions
diff --git a/README.org b/README.org
index 3bdf560..069ce8e 100644
--- a/README.org
+++ b/README.org
@@ -1751,10 +1751,10 @@ matters.
+ Ideas and/or user feedback :: Adam Porter (alphapapa), Alan Schmitt,
Amo DelBello, Anthony Chavez, Benjamin (zealotrush), Bruno Boal,
- Daniel Mendler, Federico Stilman, Iris Garcia, Jean-Philippe Gagné
- Guay, Jonas Collberg, Saša Janiška, Spike-Leung, Steve Molitor,
- Summer Emacs, Sven Seebeck, Thanos Apollo, Zoltán Király, goldfita,
- marasenna, newhallroad.
+ Daniel Mendler, Federico Stilman, Filippo Argiolas, Iris Garcia,
+ Jean-Philippe Gagné Guay, Jonas Collberg, Saša Janiška, Spike-Leung,
+ Steve Molitor, Summer Emacs, Sven Seebeck, Thanos Apollo, Zoltán
+ Király, goldfita, marasenna, newhallroad.
* GNU Free Documentation License
:PROPERTIES:
diff --git a/ef-themes.el b/ef-themes.el
index 33575e1..0c162ec 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1279,7 +1279,7 @@ text should not be underlined as well) yet still blend in."
`(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)))
@@ -1290,7 +1290,7 @@ text should not be underlined as well) yet still blend in."
`(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)))