solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

my-solarized.el (197B)


      1 (defvar my-solarized-theme
      2   '("My solarized child theme."
      3     (custom-theme-set-faces
      4      theme-name
      5      `(default ((,class (:foreground ,red :background ,base03)))))))
      6 
      7 (provide 'my-solarized)