config show-paren-match

This commit is contained in:
Jen-Chieh Shen 2022-10-13 03:50:17 +08:00
parent d03f8d4eb4
commit 14cbc27bc7

View file

@ -60,7 +60,7 @@
`(fill-column-indicator ((t :foreground "#AA4242")))
`(show-paren-match ((t :background "#113D6F")))
`(show-paren-match ((t :box (:line-width (-1 . -1) :style released-button :color "#464646"))))
`(highlight-doxygen-comment ((t :background "#1E1E1E")))
`(highlight-doxygen-code-block ((t :background "grey40")))
@ -104,12 +104,12 @@
`(flx-highlight-face ((t :foreground "#72a4ff" :weight bold)))
`(ahs-plugin-default-face ((t :background "#123E70" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-plugin-default-face-unfocused ((t :background "#0E3056" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-face ((t :background "#123E70" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-definition-face ((t :background "#123E70" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-face-unfocused ((t :background "#0E3056" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-definition-face-unfocused ((t :background "#0E3056" :box (:line-width -1 :style pressed-button :color "#525D68"))))
`(ahs-plugin-default-face ((t :background "#123E70" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-plugin-default-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-face ((t :background "#123E70" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-definition-face ((t :background "#123E70" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-definition-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(centaur-tabs-display-line ((t :background "#1D1D1D" :box nil :overline nil :underline nil)))
`(centaur-tabs-default ((t :background "#1D1D1D")))
@ -134,10 +134,10 @@
`(highlight-numbers-number ((t :foreground "#9BCEA3")))
`(modablist-select-face ((t :box (:line-width -1 :color "#65A7E2" :style nil))))
`(modablist-insert-face ((t :background "#565136" :box (:line-width -1 :color "#65A7E2" :style nil))))
`(modablist-select-face ((t :box (:line-width (-1 . -1) :color "#65A7E2" :style nil))))
`(modablist-insert-face ((t :background "#565136" :box (:line-width (-1 . -1) :color "#65A7E2" :style nil))))
`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width -1 :style 'pressed-button))))
`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
`(rjsx-tag ((t (:foreground "#87CEFA"))))
`(rjsx-attr ((t (:foreground "#EEDD82"))))