From 35d35f51723f820eaa3d5262bb0f7c02b502943d Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 2 Feb 2023 20:43:07 -0500 Subject: [PATCH] Add face definitions for SLY --- adwaita-dark-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index baae744..9ff57d0 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -789,6 +789,13 @@ `(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight ultra-bold)))) `(rainbow-delimiters-mismatched-face ((,class (:inherit rainbow-delimiters-unmatched-face)))) + ;; sly + `(sly-action-face ((,class (:inherit link)))) + `(sly-mrepl-prompt-face ((,class (:inherit font-lock-type-face)))) + `(sly-mrepl-output-face ((,class (:inherit font-lock-doc-face)))) + `(sly-mrepl-note-face ((,class (:inherit font-lock-comment-face)))) + `(sly-db-section-face ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) + ;; smartparens `(sp-pair-overlay-face ((,class (:background ,base-4)))) `(sp-show-pair-match-face ((,class (:inherit show-paren-match))))