Skip to content

Commit

Permalink
GHI-#15 Implement support for the "Enhanced Ruby Mode" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 0b879fb commit 7b59c16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@
;; > Elixir
`(elixir-attribute-face ((,class (:foreground ,nord-annotation))))
`(elixir-atom-face ((,class (:foreground ,nord4 :weight bold))))

;; > Enhanced Ruby
`(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,nord14))))
`(enh-ruby-op-face ((,class (:foreground ,nord9))))
`(enh-ruby-regexp-delimiter-face ((,class (:foreground ,nord13))))
`(enh-ruby-regexp-face ((,class (:foreground ,nord13))))
`(enh-ruby-string-delimiter-face ((,class (:foreground ,nord14))))
`(erm-syn-errline ((,class (:foreground ,nord11 :underline t))))
`(erm-syn-warnline ((,class (:foreground ,nord13 :underline t))))

;; +--- UI ---+
))

Expand Down

0 comments on commit 7b59c16

Please sign in to comment.