Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/color-theme-sanityinc-solarized
A pair of Emacs color themes based on Ethan Schoonover's 'solarized' theme
https://github.com/purcell/color-theme-sanityinc-solarized
Last synced: 3 days ago
JSON representation
A pair of Emacs color themes based on Ethan Schoonover's 'solarized' theme
- Host: GitHub
- URL: https://github.com/purcell/color-theme-sanityinc-solarized
- Owner: purcell
- Created: 2011-04-02T09:57:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T10:28:49.000Z (2 months ago)
- Last Synced: 2024-11-26T11:32:46.474Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 250 KB
- Stars: 83
- Watchers: 5
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/color-theme-sanityinc-solarized-badge.svg)](http://melpa.org/#/color-theme-sanityinc-solarized)
[![Melpa Stable Status](http://stable.melpa.org/packages/color-theme-sanityinc-solarized-badge.svg)](http://stable.melpa.org/#/color-theme-sanityinc-solarized)# Another Emacs Solarized Theme pair
This is an alternate Emacs color-theme version of Ethan Schoonover's
popular "Solarized" theme pair.## Installation ##
### Via ELPA
If you have Emacs 24, which includes package.el, you can just install
the theme using the package on [MELPA](http://melpa.org/).### Manually
Add the directory containing this README to your Emacs `load-path`,
and `require` the main file:
```elisp
(add-to-list 'load-path "/dir/containing/color-theme-sanityinc-solarized")
(require 'color-theme-sanityinc-solarized)
```## Usage ##
In recent versions of Emacs which have good built-in theme support,
you can just use `M-x customize-themes` to select themes.Alternative, the following commands should work in order to activate
one or other of the themes:M-x color-theme-sanityinc-solarized-light
M-x color-theme-sanityinc-solarized-dark## Background info ##
See the [Solarized page](http://ethanschoonover.com/solarized) for
more info.Thanks to Greg Pfeil for `color-theme-solarized`, of which these
themes are a different formulation, providing a different set of faces
and a few different choices. You might want to use his version
instead.
[💝 Support this project and my other Open Source work via Patreon](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)