Skip to content

Commit

Permalink
Merge pull request #34 from geekerzp/neotree
Browse files Browse the repository at this point in the history
Add neotree faces
  • Loading branch information
arcticicestudio committed May 6, 2017
2 parents a94a28f + 17345a6 commit f58eb2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,24 @@
`(powerline-evil-visual-face ((,class (:foreground ,nord0 :background ,nord7))))
`(powerline-evil-replace-face ((,class (:foreground ,nord0 :background ,nord9))))

;; > NeoTree
`(neo-banner-face ((,class (:foreground ,nord10))))
`(neo-dir-link-face ((,class (:foreground ,nord9))))
`(neo-expand-btn-face ((,class (:foreground ,nord6 :bold t))))
`(neo-file-link-face ((,class (:foreground ,nord4))))
`(neo-root-dir-face ((,class (:foreground ,nord7 :weight bold))))
`(neo-vc-added-face ((,class (:foreground ,nord14))))
`(neo-vc-conflict-face ((,class (:foreground ,nord11))))
`(neo-vc-default-face ((,class (:foreground ,nord4))))
`(neo-vc-edited-face ((,class (:foreground ,nord13))))
`(neo-vc-ignored-face ((,class (:foreground ,nord3))))
`(neo-vc-missing-face ((,class (:foreground ,nord12))))
`(neo-vc-needs-merge-face ((,class (:background ,nord12 :foreground ,nord4))))
`(neo-vc-needs-update-face ((,class (:background ,nord10 :foreground ,nord4))))
`(neo-vc-removed-face ((,class (:foreground ,nord11 :strike-through nil))))
`(neo-vc-up-to-date-face ((,class (:foreground ,nord4))))
`(neo-vc-user-face ((,class (:foreground ,nord4))))

;; > Org
`(org-level-1 ((,class (:foreground ,nord8 :weight bold))))
`(org-level-2 ((,class (:inherit org-level-1))))
Expand Down

0 comments on commit f58eb2a

Please sign in to comment.