commit 67f261c7b3d1a041e5c8964df680f8132703fc17
parent 92dcca5537fe8e3ce8a10885ef23ead4d151d9d7
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 7 Dec 2020 15:31:46 +0100
add colors for terraform-mode
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* terraform-mode
* window-divider-mode
* company-box-mode
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1756,6 +1756,10 @@
`(term-color-magenta ((t (:foreground ,magenta :background ,magenta))))
`(term-color-cyan ((t (:foreground ,cyan :background ,cyan))))
`(term-color-white ((t (:foreground ,base2 :background ,base2))))
+;;;;; terraform-mode
+ `(terraform--resource-name-face ((,class (:foreground ,green))))
+ `(terraform--resource-type-face ((,class (:foreground ,yellow))))
+
;;;;; todotxt
`(todotxt-priority-a-face ((,class (:foreground ,orange))))
`(todotxt-priority-b-face ((,class (:foreground ,yellow))))