Skip to content

Commit

Permalink
Default racket-doc-litchar-face to literal value
Browse files Browse the repository at this point in the history
It had been inheriting from the "holiday" face but that is not
necessarily a distinct face in themes.

Instead specify colors similar to the Racket documentation web page.

Many examples: https://docs.racket-lang.org/reference/reader.html
  • Loading branch information
greghendershott committed Dec 7, 2023
1 parent 8c92c9f commit 7170ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket-custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ See the variable `racket-browse-url-function'."
"Racket Doc Output Face")

(defface-racket racket-doc-litchar-face
'((t (:inherit holiday)))
'((t (:foreground "dark red" :background "gray")))
"Face `racket-describe-mode' uses for Scribble @litchar."
"Racket Doc Litchar Face")

Expand Down

0 comments on commit 7170ee6

Please sign in to comment.