[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/apropospriate-theme c3ad2d3 015/118: add support for show-
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/apropospriate-theme c3ad2d3 015/118: add support for show-smartparens-mode |
Date: |
Thu, 21 Oct 2021 18:02:13 -0400 (EDT) |
branch: elpa/apropospriate-theme
commit c3ad2d39519a328f2ca2c5fc3c963b7c1c6f7afd
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>
add support for show-smartparens-mode
---
apropospriate.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index f249887..ee3390a 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -249,11 +249,13 @@
(helm-ls-git-renamed-modified-face :foreground ,orange-1)
(helm-ls-git-untracked-face :foreground ,blue)
- (show-paren-match :underline (:style line :color ,pink))
+ (show-paren-match :background unspecified :underline (:style
line :color ,pink))
(show-paren-mismatch :background unspecified :foreground ,red
:inverse-video t
:underline (:style line :color ,red))
(highlight-symbol-face :foreground unspecified :background
unspecified
:underline (:style line :color ,base02))
+ (sp-show-pair-match-face :inherit show-paren-match)
+ (sp-show-pair-mismatch-face :inherit show-paren-mismatch)
(rainbow-delimiters-depth-1-face :foreground ,purple-1)
(rainbow-delimiters-depth-2-face :foreground ,indigo-1)
- [nongnu] branch elpa/apropospriate-theme created (now e84255c), ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 5e24947 004/118: kill unspecified variant theme file, add `(define-package)` pkg file, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme a6b2762 007/118: linum slightly more faint, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 7eed2a0 003/118: split themes separate theme files, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 045313b 002/118: update README, pass checkdoc & increase fill-column, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme b7d051a 025/118: fix latest js2-mode face names, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme c3ad2d3 015/118: add support for show-smartparens-mode,
ELPA Syncer <=
- [nongnu] elpa/apropospriate-theme 175e84b 023/118: add support for highlight blocks mode, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme da3efae 022/118: add support for ivy faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 1721ff0 019/118: improve org-mode column background style, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 3d42773 027/118: darken yellows for light variant, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme d4ab4fc 028/118: make external js variables orange, use same flycheck warning style, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme a669add 016/118: reload highlight-tail on loading theme when enabled, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme a85725d 020/118: fix typo, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme 39df157 018/118: improve org-mode code block styling, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme fa32131 045/118: fix stray bad :weight keyword, ELPA Syncer, 2021/10/21
- [nongnu] elpa/apropospriate-theme c35c979 043/118: update avy support, ELPA Syncer, 2021/10/21