branch: elpa/solarized-theme
commit 3fc985e8b31a975ef9b983c53f691cf48e1e0899
Author: Thomas Frössman <thom...@jossystem.se>
Commit: Thomas Frössman <thom...@jossystem.se>

    update terraform faces for name changes in terraform-mode
---
 solarized-faces.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el
index b9b5a0b661..e5f6be95b7 100644
--- a/solarized-faces.el
+++ b/solarized-faces.el
@@ -1823,9 +1823,9 @@
      `(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))))
-
+     `(terraform-resource-name-face ((,class (:foreground ,green))))
+     `(terraform-resource-type-face ((,class (:foreground ,yellow))))
+     `(terraform-builtin-face ((,class (:inherit font-lock-builtin-face))))
 ;;;;; todotxt
      `(todotxt-priority-a-face ((,class (:foreground ,orange))))
      `(todotxt-priority-b-face ((,class (:foreground ,yellow))))

Reply via email to