Browse Source

Add support for paren-face

flycheck-not-required
Damien Cassou 6 years ago
parent
commit
8ba9b83967
No known key found for this signature in database GPG Key ID: A7123815F5DCE914
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      zerodark-theme.el

+ 3
- 0
zerodark-theme.el View File

@ -671,6 +671,9 @@ The result is cached for one second to avoid hiccups."
;; ace-window
`(aw-leading-char-face ((,class :foreground ,red :weight bold)))
`(aw-background-face ((,class :foreground ,comment)))
;; paren-face.el
`(parenthesis ((,class (:foreground ,comment))))
)
(custom-theme-set-variables


Loading…
Cancel
Save