branch: elpa/ample-theme
commit 22e5185cad67ebd9e65971258ceae74c7058d6e4
Author: Jordon Biondo <[email protected]>
Commit: Jordon Biondo <[email protected]>
web-mode!
---
ample-light-theme.el | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++-
ample-theme.el | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+), 1 deletion(-)
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 75b27b0..a307ce6 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -191,7 +191,59 @@
`(js2-private-member ((t (:foreground
,ample/dark-tan :background nil))))
`(js2-warning ((t (:foreground nil :background nil
:underline ,ample/orange))))
-
+ ;;web-mode
+ `(web-mode-block-attr-name-face ((t (:foreground "#8fbc8f"
:background nil))))
+ `(web-mode-block-attr-value-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-block-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-block-control-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-block-delimiter-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-block-face ((t (:foreground nil
:background "LightYellow1"))))
+ `(web-mode-block-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-builtin-face ((t (:inherit
font-lock-builtin-face))))
+ `(web-mode-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-comment-keyword-face ((t (:foreground nil
:background nil :bold t))))
+ `(web-mode-constant-face ((t (:foreground ,ample/purple
:background nil))))
+ `(web-mode-css-at-rule-face ((t (:foreground ,ample/purple
:background nil))))
+ `(web-mode-css-color-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-css-function-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-priority-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-property-name-face ((t (:inherit
font-lock-variable-name-face))))
+ `(web-mode-css-pseudo-class-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-selector-face ((t (:foreground ,ample/blue
:background nil))))
+ `(web-mode-css-string-face ((t (:foreground ,ample/tan
:background nil))))
+ `(web-mode-current-element-highlight-face ((t (:foreground nil
:background "#000000"))))
+ `(web-mode-doctype-face ((t (:inherit
font-lock-doc-face))))
+ `(web-mode-error-face ((t (:inherit error))))
+ `(web-mode-folded-face ((t (:foreground nil
:background nil :underline t))))
+ `(web-mode-function-call-face ((t (:inherit
font-lock-function-name-face))))
+ `(web-mode-function-name-face ((t (:inherit
font-lock-function-name-face))))
+ `(web-mode-html-attr-custom-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-attr-equal-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-attr-name-face ((t (:inherit
font-lock-keyword-face))))
+ `(web-mode-html-attr-value-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-html-tag-bracket-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-tag-custom-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-tag-face ((t (:inherit
font-lock-comment-face ))))
+ `(web-mode-javascript-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-javascript-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-json-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-json-context-face ((t (:foreground "orchid3"
:background nil))))
+ `(web-mode-json-key-face ((t (:foreground "plum"
:background nil))))
+ `(web-mode-json-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-keyword-face ((t (:inherit
font-lock-keyword-face))))
+ `(web-mode-param-name-face ((t (:foreground "Snow3"
:background nil))))
+ `(web-mode-part-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-part-face ((t (:foreground nil
:background "LightYellow1"))))
+ `(web-mode-part-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-preprocessor-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-symbol-face ((t (:foreground "gold"
:background nil))))
+ `(web-mode-type-face ((t (:inherit
font-lock-type-face))))
+ `(web-mode-variable-name-face ((t (:inherit
font-lock-variable-name-face))))
+ `(web-mode-warning-face ((t (:inherit
font-lock-warning-face))))
+ `(web-mode-whitespace-face ((t (:foreground nil
:background "DarkOrchid4"))))
+
;; helm
`(helm-M-x-key ((t (:foreground ,ample/orange
:underline nil))))
;;`(helm-action ((t ())))
diff --git a/ample-theme.el b/ample-theme.el
index 3cb8b62..898a14c 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -186,6 +186,58 @@
`(js2-private-member ((t (:foreground
,ample/dark-tan :background nil))))
`(js2-warning ((t (:foreground nil :background nil
:underline ,ample/orange))))
+ ;;web-mode
+ `(web-mode-block-attr-name-face ((t (:foreground "#8fbc8f"
:background nil))))
+ `(web-mode-block-attr-value-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-block-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-block-control-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-block-delimiter-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-block-face ((t (:foreground nil
:background "LightYellow1"))))
+ `(web-mode-block-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-builtin-face ((t (:inherit
font-lock-builtin-face))))
+ `(web-mode-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-comment-keyword-face ((t (:foreground nil
:background nil :bold t))))
+ `(web-mode-constant-face ((t (:foreground ,ample/purple
:background nil))))
+ `(web-mode-css-at-rule-face ((t (:foreground ,ample/purple
:background nil))))
+ `(web-mode-css-color-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-css-function-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-priority-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-property-name-face ((t (:inherit
font-lock-variable-name-face))))
+ `(web-mode-css-pseudo-class-face ((t (:foreground
,ample/light-blue :background nil))))
+ `(web-mode-css-selector-face ((t (:foreground
,ample/blue :background nil))))
+ `(web-mode-css-string-face ((t (:foreground ,ample/tan
:background nil))))
+ `(web-mode-current-element-highlight-face ((t (:foreground nil
:background "#000000"))))
+ `(web-mode-doctype-face ((t (:inherit
font-lock-doc-face))))
+ `(web-mode-error-face ((t (:inherit error))))
+ `(web-mode-folded-face ((t (:foreground nil
:background nil :underline t))))
+ `(web-mode-function-call-face ((t (:inherit
font-lock-function-name-face))))
+ `(web-mode-function-name-face ((t (:inherit
font-lock-function-name-face))))
+ `(web-mode-html-attr-custom-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-attr-equal-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-attr-name-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-attr-value-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-html-tag-bracket-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-tag-custom-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-html-tag-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-javascript-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-javascript-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-json-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-json-context-face ((t (:foreground
"orchid3" :background nil))))
+ `(web-mode-json-key-face ((t (:foreground "plum"
:background nil))))
+ `(web-mode-json-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-keyword-face ((t (:inherit
font-lock-keyword-face))))
+ `(web-mode-param-name-face ((t (:foreground "Snow3"
:background nil))))
+ `(web-mode-part-comment-face ((t (:inherit
font-lock-comment-face))))
+ `(web-mode-part-face ((t (:foreground nil
:background "LightYellow1"))))
+ `(web-mode-part-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-preprocessor-face ((t (:inherit
font-lock-preprocessor-face))))
+ `(web-mode-string-face ((t (:inherit
font-lock-string-face))))
+ `(web-mode-symbol-face ((t (:foreground "gold"
:background nil))))
+ `(web-mode-type-face ((t (:inherit
font-lock-type-face))))
+ `(web-mode-variable-name-face ((t (:inherit
font-lock-variable-name-face))))
+ `(web-mode-warning-face ((t (:inherit
font-lock-warning-face))))
+ `(web-mode-whitespace-face ((t (:foreground nil
:background "DarkOrchid4"))))
;; helm
`(helm-M-x-key ((t (:foreground ,ample/orange
:underline nil))))