;;; nofrils-acme-theme.el --- Port of "No Frils Acme" Vim theme.
;; Copyright (c) 2018 Eric Sessoms
;; See COPYING for details.
;; Author: Eric Sessoms <esessoms@protonmail.com>
;; Package-Requires: ((emacs "24"))
;; URL: https://gitlab.com/esessoms/nofrils-theme
;; Version: 0.1.0
;; This file is not part of GNU Emacs.
;;; Commentary:
;; Minimal syntax highlighting to reduce distractions. Only
;; highlights comments and errors by default. High-contrast
;; black-on-yellow and other colors inspired by Plan 9's Acme.
;; (require 'nofrils-acme-theme)
;; (load-theme 'nofrils-acme t)
;;; Credits:
;; This theme was ported from No Frils Acme by Robert Melton.
;; https://github.com/robertmeta/nofrils
;;; Code:
;;; Footer:
;;;###autoload
;;; nofrils-acme-theme.el ends here