diff --git a/private/themes/narf/narf-dark-theme.el b/private/themes/narf/narf-dark-theme.el index 7be34eb8a..4ecd6d7f4 100644 --- a/private/themes/narf/narf-dark-theme.el +++ b/private/themes/narf/narf-dark-theme.el @@ -270,6 +270,9 @@ ;; lang-specific ;; ***************************************************************************************** + ;; (css|scss)-mode + `(css-proprietary-property ((,c (:foreground ,keywords)))) + ;; js2-mode `(js2-function-param ((,c (:foreground ,variables)))) `(js2-jsdoc-tag ((,c (:foreground ,comments))))