Skip to content

Commit

Permalink
GHI-#14 Implement support for the "rainbow-delimeters" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 02e7065 commit 6ee97d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,17 @@
`(markdown-markup-face ((,class (:foreground ,nord9))))
`(markdown-reference-face ((,class (:inherit markdown-link-face))))
`(markdown-url-face ((,class (:foreground ,nord4 :underline t))))

;; > Rainbow Delimeters
`(rainbow-delimiters-depth-1-face ((,class :foreground ,nord7)))
`(rainbow-delimiters-depth-2-face ((,class :foreground ,nord8)))
`(rainbow-delimiters-depth-3-face ((,class :foreground ,nord9)))
`(rainbow-delimiters-depth-4-face ((,class :foreground ,nord10)))
`(rainbow-delimiters-depth-5-face ((,class :foreground ,nord12)))
`(rainbow-delimiters-depth-6-face ((,class :foreground ,nord13)))
`(rainbow-delimiters-depth-7-face ((,class :foreground ,nord14)))
`(rainbow-delimiters-depth-8-face ((,class :foreground ,nord15)))
`(rainbow-delimiters-unmatched-face ((,class :foreground ,nord11)))
;; +--- UI ---+
))

Expand Down

0 comments on commit 6ee97d2

Please sign in to comment.