Skip to content

Commit

Permalink
forge-topic-label: Inherit from secondary-selection
Browse files Browse the repository at this point in the history
This is done in the hope that doing so will give this face a reasonable
background color.
  • Loading branch information
tarsius committed Jun 3, 2024
1 parent c3675fd commit 61d129e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,10 @@ Likewise those faces should not set `:weight' or `:slant'."
;;;; Labels

(defface forge-topic-label
`((t :box ( :line-width ,(if (>= emacs-major-version 28) (cons -1 -1) -1)
`((t :inherit secondary-selection
:box ( :line-width ,(if (>= emacs-major-version 28) (cons -1 -1) -1)
:style released-button)))
"Face used for topic labels."
"Face used for topic labels, marks and milestones."
:group 'forge-faces)

;;;; Post Details
Expand Down

0 comments on commit 61d129e

Please sign in to comment.