acme-theme is an Emacs theme inspired by the Acme/Plan 9 motif.
Outside of a few exceptions, it has no syntax highlighting by default.
Download emacs-acme-theme.el and select it with M-x package-install-file RET.
Now you should be able to load acme with load-theme.
If you use use-package, add something like this to your initialization file.
(use-package acme-theme
:ensure t
:defer t
:init
;; variables to configure
(setq acme-theme-gray-rainbow-delimiters nil))See M-x customize-group RET acme-theme RET to see variables that you
can customize.
Here is a screenshot of the Acme theme with acme-theme-more-syntax-hl set to t.

