diff options
author | jao <jao@gnu.org> | 2020-04-23 20:59:23 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-04-23 20:59:23 +0100 |
commit | ff0e001c1e4ca04357d8642718016270f0e1f34d (patch) | |
tree | 89815872a4769889b3f6b7beb705fb0b308b9e63 | |
parent | 4f152e540318fd3653b225e49923d6e77c2dd29e (diff) | |
download | elibs-ff0e001c1e4ca04357d8642718016270f0e1f34d.tar.gz elibs-ff0e001c1e4ca04357d8642718016270f0e1f34d.tar.bz2 |
smartparens faces
-rw-r--r-- | themes/jao-themes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index d02b600..f2e91dc 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -831,6 +831,9 @@ (slime-repl-input-face (p f00) bf) (slime-repl-inputed-output-face (p f02)) (slime-repl-output-face (p string)) + (sp-show-pair-enclosing nil) + (sp-show-pair-match-face (p hilite)) + (sp-show-pair-mismatch-face (p error)) (spaceline-highlight-face-default (p f00)) (spaceline-highlight-face-modified (p f01)) (spaceline-highlight-face (p f02)) |