solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 3fc985e8b31a975ef9b983c53f691cf48e1e0899
parent 023b0de812dfef606bcb1679b7e8a40b3afc90e3
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 14 Apr 2023 13:28:23 +0200

update terraform faces for name changes in terraform-mode

Diffstat:
Msolarized-faces.el | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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))))