Skip to content

Commit

Permalink
update terraform faces for name changes in terraform-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Apr 14, 2023
1 parent 023b0de commit 3fc985e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solarized-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 3fc985e

Please sign in to comment.