Skip to content

The icons in the breadcrumbs of lsp-mode cannot be displayed properly #95

@xiaogaozi

Description

@xiaogaozi

The icons in the breadcrumbs of lsp-mode cannot be displayed properly, as shown in the following figure:

image

Expected

image

Current

It can be fixed by modifying the code in dracula-theme.el as follows:

;; Before
               (header-line :inherit 'mode-line)
               
;; After
               (header-line :background ,dracula-current
                            ;; :box ,dracula-current :inverse-video nil
                            ,@(if dracula-alternate-mode-line-and-minibuffer
                                  (list :foreground fg3)
                                (list :foreground dracula-fg)))

The version of dracula-theme I am using is 20220821.1717.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions