Skip to content

Commit

Permalink
fix missing unquote
Browse files Browse the repository at this point in the history
  • Loading branch information
autrimpo committed Nov 16, 2024
1 parent 03f3e64 commit a5cde6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ It should stick out from any other faces currently displayed."
`(js2-jsdoc-html-tag-delimiter ((,class (:background ,lambda-lowlight))))

;;;;;; Eglot
`(eglot-highlight-symbol-face ((,class (:background lambda-lowlight :foreground ,lambda-blue))))
`(eglot-highlight-symbol-face ((,class (:background ,lambda-lowlight :foreground ,lambda-blue))))
`(eglot-diagnostic-tag-deprecated ((,class (:strike-through t :background ,lambda-lowlight))))
`(eglot-diagnostic-tag-unnecessary ((,class (:underline (:color ,lambda-lowlight :style wave)))))
`(eglot-inlay-hint-face ((,class (:inherit shadow :background ,lambda-lowlight))))
Expand Down

0 comments on commit a5cde6b

Please sign in to comment.