aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org3
-rw-r--r--soria-theme.el13
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 2225ceb..4db2773 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,7 +6,8 @@
- Added support for =shr=. See [[https://github.com/mssola/soria/commit/cc225f51ea724d8767f97249d8c6b3fc5182d331][cc225f51ea72]].
- Added support for =diredfl=. See [[https://github.com/mssola/soria/commit/b9a35f891b24380ce57d1468463ffe71e2738204][b9a35f891b24]].
-- Fixed background color for =company-mode=.
+- Fixed background color for =company-mode= See [[https://github.com/mssola/soria/commit/a111e7169405778d95f7a1e61a7d197ca1217edf][a111e7169405]].
+- Added support for =dockerfile-mode=.
** 0.4.1
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