mirror of
https://github.com/altercation/solarized
synced 2024-11-25 05:00:19 +00:00
updated readme links to app specific repositories
This commit is contained in:
parent
3067489967
commit
5b671bafee
2 changed files with 35 additions and 41 deletions
74
README.md
74
README.md
|
@ -33,23 +33,18 @@ Currently available in formats for (cf [screenshots](#screenshots) below):
|
||||||
|
|
||||||
### Editors & IDEs
|
### Editors & IDEs
|
||||||
|
|
||||||
* **Vim** (the Vim-only portion of Solarized is [available
|
* **Vim** (the Vim-only portion of Solarized is
|
||||||
here](https://github.com/altercation/vim-colors-solarized), for use with
|
[available here][Vim Repository], for use with Pathogen, etc.)
|
||||||
Pathogen, etc.)
|
* **Mutt** e-mail client (*just* the Mutt colorscheme is
|
||||||
* **Mutt** e-mail client (*just* the Mutt colorscheme is [available
|
[available here][Mutt Repository])
|
||||||
here](https://github.com/altercation/mutt-colors-solarized))
|
* **Emacs** courtesy [Greg Pfeil](http://blog.technomadic.org) ([@sellout](http://twitter.com/sellout))
|
||||||
* **Emacs** courtesy [Greg Pfeil](http://blog.technomadic.org)
|
and available in the main repository as well as [standalone here][Emacs Repository]
|
||||||
([@sellout](http://twitter.com/sellout))
|
* **IntelliJ IDEA**
|
||||||
and available in the main repository as well as [standalone
|
courtesy [Johan Kaving](https://github.com/jkaving) and
|
||||||
here](https://github.com/sellout/emacs-color-theme-solarized)
|
|
||||||
* **IntelliJ IDEA** courtesy [Johan Kaving](https://github.com/jkaving) and
|
|
||||||
[Adam Vandenberg](https://github.com/adamv) ([@flangy](http://twitter.com/flangy))
|
[Adam Vandenberg](https://github.com/adamv) ([@flangy](http://twitter.com/flangy))
|
||||||
and available in the main repository as well as [standalone
|
and available in the main repository as well as [standalone here][IntelliJ Repository]
|
||||||
here](https://github.com/jkaving/intellij-colors-solarized)
|
* **Visual Studio** courtesy [David Thibault](http://www.leddt.com) ([@leddt](http://twitter.com/leddt))
|
||||||
* **Visual Studio** courtesy [David Thibault](http://www.leddt.com)
|
and available in the main repository as well as [standalone here][Visual Studio Repository]
|
||||||
([@leddt](http://twitter.com/leddt))
|
|
||||||
and available in the main repository as well as [standalone
|
|
||||||
here](https://github.com/leddt/visualstudio-colors-solarized).
|
|
||||||
|
|
||||||
### Terminal Emulators
|
### Terminal Emulators
|
||||||
* **Xresources** / Xdefaults
|
* **Xresources** / Xdefaults
|
||||||
|
@ -81,38 +76,31 @@ Current release is **v1.0.0beta1**.
|
||||||
You can also use the following links to access application specific downloads
|
You can also use the following links to access application specific downloads
|
||||||
and git repositories:
|
and git repositories:
|
||||||
|
|
||||||
* **Full git repository:**
|
* **Canonical Project Page:**
|
||||||
|
|
||||||
|
Downloads, screenshots and more information are always available from the
|
||||||
|
project page: <http://ethanschoonover.com/solarized>
|
||||||
|
|
||||||
|
* **Full Git Repository:**
|
||||||
|
|
||||||
The full git repository is at: <https://github.com/altercation/solarized>
|
The full git repository is at: <https://github.com/altercation/solarized>
|
||||||
Get it using the following command:
|
Get it using the following command:
|
||||||
|
|
||||||
$ git clone git://github.com/altercation/solarized.git
|
$ git clone git://github.com/altercation/solarized.git
|
||||||
|
|
||||||
* **Vim only:**
|
* **Application Specific Repositories:**
|
||||||
|
|
||||||
The vim-only colorscheme (Pathogen ready) is available at:
|
You can clone repositories specific to many of the application specific
|
||||||
<https://github.com/altercation/vim-colors-solarized>.
|
color themes. See links in the list above or select from this list:
|
||||||
|
|
||||||
$ git clone git://github.com/altercation/vim-colors-solarized.git
|
|
||||||
|
|
||||||
You can also download it from [vim.org](http://www.vim.org/scripts/script.php?script_id=3520).
|
* [Vim Repository]
|
||||||
|
* [Mutt Repository]
|
||||||
|
* [Emacs Repository]
|
||||||
|
* [IntelliJ Repository]
|
||||||
|
* [Visual Studio Repository]
|
||||||
|
|
||||||
* **Mutt only:**
|
Note that through the magic of [git-subtree](https://github.com/apenwarr/git-subtree)
|
||||||
|
these repositories are all kept in sync, so you can pull any of them and get the most up-to-date version.
|
||||||
The mutt-only variants can be cloned from
|
|
||||||
<https://github.com/altercation/mutt-colors-solarized>
|
|
||||||
|
|
||||||
$ git clone git://github.com/altercation/mutt-colors-solarized.git
|
|
||||||
|
|
||||||
* **Canonical Project Page:**
|
|
||||||
|
|
||||||
Downloads, screenshots and more information are always available from the
|
|
||||||
project page: <http://ethanschoonover.com/solarized>
|
|
||||||
|
|
||||||
Note that through the magic of
|
|
||||||
[git-subtree](https://github.com/apenwarr/git-subtree) these repositories are
|
|
||||||
all kept in sync, so you can pull any of them and get the most up-to-date
|
|
||||||
version.
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -363,3 +351,11 @@ foreground.
|
||||||
|
|
||||||
The values in this example are simply inverted in the case of a light
|
The values in this example are simply inverted in the case of a light
|
||||||
background.
|
background.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Vim Repository]: https://github.com/altercation/vim-colors-solarized
|
||||||
|
[Mutt Repository]: https://github.com/altercation/mutt-colors-solarized
|
||||||
|
[Emacs Repository]: https://github.com/sellout/emacs-color-theme-solarized
|
||||||
|
[IntelliJ Repository]: https://github.com/jkaving/intellij-colors-solarized
|
||||||
|
[Visual Studio Repository]: https://github.com/leddt/visualstudio-colors-solarized
|
||||||
|
|
|
@ -24,8 +24,6 @@ git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized m
|
||||||
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
||||||
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Non subtree ports
|
Non subtree ports
|
||||||
=================
|
=================
|
||||||
putty: https://github.com/brantb/solarized.git
|
putty: https://github.com/brantb/solarized.git
|
||||||
|
|
Loading…
Reference in a new issue