branch: elpa/ujelly-theme
commit ffc6e892e4fa75ea5bc85005f3d5323fc65fd84d
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    add face customization for showparens matching pairs
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 73f1cf6..cc8a477 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <[email protected]>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.11
+;; Version: 1.1.12
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -149,6 +149,7 @@
        `(smerge-markers ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-grey-2))))
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
        `(sp-pair-overlay-face ((,class (:background ,ujelly-grey-4))))
+       `(sp-show-pair-match-face ((,class (:background ,ujelly-grey-4))))
        `(trailing-whitespace ((,class (:background ,ujelly-red-1))))
        `(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
        `(web-mode-html-attr-name-face ((,class (:foreground 
,ujelly-purple-0))))

Reply via email to