Skip to content

Commit

Permalink
Remove the bold-italic from doom-modeline because it breaks some icons
Browse files Browse the repository at this point in the history
Thanks to Filippo Argiolas for reporting this bug in issue 42 at the
ef-themes repo: <protesilaos/ef-themes#42>.
  • Loading branch information
protesilaos committed Apr 27, 2024
1 parent b760920 commit d9d186f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions standard-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand All @@ -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)))
Expand Down

0 comments on commit d9d186f

Please sign in to comment.