diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-01-27 11:04:14 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-01-27 11:04:14 +0100 |
| commit | 2db1859743fe9fc58eab4e6f6c1e37825ad7b69c (patch) | |
| tree | 98f3ba1350c2c3b597e95d2db821b8b01f29840f /soria-theme.el | |
| parent | a111e7169405778d95f7a1e61a7d197ca1217edf (diff) | |
| download | soria-2db1859743fe9fc58eab4e6f6c1e37825ad7b69c.tar.gz soria-2db1859743fe9fc58eab4e6f6c1e37825ad7b69c.zip | |
Added support for dockerfile-mode
This mode introduces a couple of extra faces.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
