Skip to content

nnoodle/emacs-acme-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs-acme-theme

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.

./screenshot-1.png

Installation

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))

Customization

See M-x customize-group RET acme-theme RET to see variables that you can customize.

Screenshot

Here is a screenshot of the Acme theme with acme-theme-more-syntax-hl set to t.

./screenshot-2.png

About

An Emacs theme similar the Acme text editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published