diff options
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index b480f04..7782fbf 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -577,6 +577,19 @@ The theme has to be reloaded after changing anything in this group." `(makefile-space ((,class (:background ,soria-darkpurple)))) + ;; Dockerfile + + `(dockerfile-image-name + ((,class (:foreground ,soria-white :weight normal)))) + + `(dockerfile-image-alias + ((,class (:foreground ,soria-yellow :weight normal)))) + + ;; js2 + + `(js2-function-param + ((,class (:foreground ,soria-white)))) + ;; eshell `(eshell-prompt |
