Skip to content

Commit

Permalink
add neotree faces
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnav Andrew Jose committed Jan 14, 2025
1 parent 71bf4f6 commit 3a1aeb1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flexoki-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,20 @@
((t (:inherit org-document-info :weight bold))))

;;;;; Other Packages
;;;;;; Neotree
`(neo-banner-face
((t (:foreground ,flexoki-themes-magenta))))
`(neo-dir-link-face
((t (:foreground ,flexoki-themes-blue :weight bold))))
`(neo-root-dir-face
((t (:foreground ,flexoki-themes-cyan :weight bold))))
`(neo-vc-added-face
((t (:foreground ,flexoki-themes-green))))
`(neo-vc-edited-face
((t (:foreground ,flexoki-themes-orange))))
`(neo-vc-missing-face
((t (:foreground ,flexoki-themes-red))))

;;;;;; Rainbow delimiters
`(rainbow-delimiters-depth-1-face
((t (:foreground ,flexoki-themes-blue))))
Expand Down

0 comments on commit 3a1aeb1

Please sign in to comment.