Skip to content

Switch `font-lock-warning-face' to a non-warning face. #35

@cloudchin

Description

@cloudchin

Howdy!

Image

(defface helm-descbinds-key '((t :box t))
  "Face for keys in helm-descbinds.")

(defface helm-descbinds-binding '((t :inherit font-lock-warning-face))
  "Face for bindings in helm-descbinds.")

A quick switch to default fixes it.
Image

vs my existing helmized describe-variable:
Image

Thank you for helm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions