branch: elpa/ample-theme
commit 8259da1cc14e7f7dd3ee0fb01245c58110a95382
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
neotree support
---
ample-flat-theme.el | 21 +++++++++++++++++++++
ample-light-theme.el | 20 ++++++++++++++++++++
ample-theme.el | 20 ++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index d966d86..830d7ec 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -746,6 +746,27 @@
`(custom-variable-tag ((t (:foreground ,ample/light-blue
:background nil :bold t))))
`(custom-visibility ((t (:inherit button))))
+ `(neo-banner-face ((t (:foreground ,ample/light-blue
:background nil :bold t))))
+ `(neo-button-face ((t (:foreground nil :background nil))))
+ `(neo-dir-link-face ((t (:foreground ,ample/blue :background
nil))))
+ `(neo-expand-btn-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-file-link-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-header-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-root-dir-face ((t (:foreground ,ample/green :background
nil :bold t))))
+ `(neo-vc-added-face ((t (:foreground ,ample/green :background
nil))))
+ `(neo-vc-conflict-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-default-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-vc-edited-face ((t (:foreground ,ample/yellow :background
nil))))
+ `(neo-vc-ignored-face ((t (:foreground ,ample/dark-gray
:background nil))))
+ `(neo-vc-missing-face ((t (:foreground ,ample/red :background
nil))))
+ `(neo-vc-needs-merge-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-needs-update-face ((t (:foreground nil :background nil
:underline t))))
+ `(neo-vc-removed-face ((t (:foreground ,ample/purple :background
nil))))
+ `(neo-vc-unlocked-changes-face ((t (:foreground ,ample/red :background
"Blue"))))
+ `(neo-vc-unregistered-face ((t (:foreground nil :background nil))))
+ `(neo-vc-up-to-date-face ((t (:foreground ,ample/fg :background
nil))))
+
+
;; widget
`(widget-field ((t (:foreground ,ample/fg :background ,ample/dark-gray))))
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 1995c8d..5aac0c4 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -719,6 +719,26 @@
`(custom-variable-tag ((t (:foreground ,ample/light-blue
:background nil :bold t))))
`(custom-visibility ((t (:inherit button))))
+ `(neo-banner-face ((t (:foreground ,ample/light-blue
:background nil :bold t))))
+ `(neo-button-face ((t (:foreground nil :background nil))))
+ `(neo-dir-link-face ((t (:foreground ,ample/blue :background
nil))))
+ `(neo-expand-btn-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-file-link-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-header-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-root-dir-face ((t (:foreground ,ample/green :background
nil :bold t))))
+ `(neo-vc-added-face ((t (:foreground ,ample/green :background
nil))))
+ `(neo-vc-conflict-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-default-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-vc-edited-face ((t (:foreground ,ample/yellow :background
nil))))
+ `(neo-vc-ignored-face ((t (:foreground ,ample/dark-gray
:background nil))))
+ `(neo-vc-missing-face ((t (:foreground ,ample/red :background
nil))))
+ `(neo-vc-needs-merge-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-needs-update-face ((t (:foreground nil :background nil
:underline t))))
+ `(neo-vc-removed-face ((t (:foreground ,ample/purple :background
nil))))
+ `(neo-vc-unlocked-changes-face ((t (:foreground ,ample/red :background
"Blue"))))
+ `(neo-vc-unregistered-face ((t (:foreground nil :background nil))))
+ `(neo-vc-up-to-date-face ((t (:foreground ,ample/fg :background
nil))))
+
;; widget
`(widget-field ((t (:foreground ,ample/fg :background
,ample/region-dark))))
diff --git a/ample-theme.el b/ample-theme.el
index 7f287cd..bb514b9 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -737,6 +737,26 @@
`(custom-variable-tag ((t (:foreground ,ample/light-blue
:background nil :bold t))))
`(custom-visibility ((t (:inherit button))))
+ `(neo-banner-face ((t (:foreground ,ample/light-blue
:background nil :bold t))))
+ `(neo-button-face ((t (:foreground nil :background nil))))
+ `(neo-dir-link-face ((t (:foreground ,ample/blue :background
nil))))
+ `(neo-expand-btn-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-file-link-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-header-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-root-dir-face ((t (:foreground ,ample/green :background
nil :bold t))))
+ `(neo-vc-added-face ((t (:foreground ,ample/green :background
nil))))
+ `(neo-vc-conflict-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-default-face ((t (:foreground ,ample/fg :background
nil))))
+ `(neo-vc-edited-face ((t (:foreground ,ample/yellow :background
nil))))
+ `(neo-vc-ignored-face ((t (:foreground ,ample/dark-gray
:background nil))))
+ `(neo-vc-missing-face ((t (:foreground ,ample/red :background
nil))))
+ `(neo-vc-needs-merge-face ((t (:foreground ,ample/orange :background
nil))))
+ `(neo-vc-needs-update-face ((t (:foreground nil :background nil
:underline t))))
+ `(neo-vc-removed-face ((t (:foreground ,ample/purple :background
nil))))
+ `(neo-vc-unlocked-changes-face ((t (:foreground ,ample/red :background
"Blue"))))
+ `(neo-vc-unregistered-face ((t (:foreground nil :background nil))))
+ `(neo-vc-up-to-date-face ((t (:foreground ,ample/fg :background
nil))))
+
;; widget
`(widget-field ((t (:foreground ,ample/fg :background ,ample/dark-gray))))