1 ;;; solarized-theme.el --- The Solarized color theme -*- lexical-binding: t -*-
3 ;; Copyright (C) 2011-2021 Bozhidar Batsov
5 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
6 ;; Author: Thomas Frössman <thomasf@jossystem.se>
7 ;; URL: http://github.com/bbatsov/solarized-emacs
9 ;; Package-Requires: ((emacs "24.1"))
10 ;; Keywords: convenience, themes, solarized
12 ;; This program is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
17 ;; This program is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
27 ;; A port of Solarized to Emacs.
31 ;; Drop the `solarized-theme.el` somewhere in your `load-path` and
32 ;; the two themes in a folder that is on `custom-theme-load-path'
35 ;; Don't forget that the theme requires Emacs 24.
39 ;; Ethan Schoonover created the original theme for vim on such this port
46 (provide 'solarized-theme)
49 ;; indent-tabs-mode: nil
52 ;;; solarized-theme.el ends here