mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
readme/changelog and subtree updated for netbeans repo
This commit is contained in:
parent
4694535f87
commit
b6d5f9442d
3 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,7 @@ currently included ports, highlighted items are new, updates noted:
|
||||||
* \[UPDATED\] **Vim**
|
* \[UPDATED\] **Vim**
|
||||||
* \[NEW\] ***Emacs***
|
* \[NEW\] ***Emacs***
|
||||||
* \[NEW\] ***IntelliJ IDEA***
|
* \[NEW\] ***IntelliJ IDEA***
|
||||||
|
* \[NEW\] ***NetBeans***
|
||||||
* \[NEW\] ***SeeStyle theme for Coda & SubEthaEdit***
|
* \[NEW\] ***SeeStyle theme for Coda & SubEthaEdit***
|
||||||
* \[NEW\] ***TextMate***
|
* \[NEW\] ***TextMate***
|
||||||
* \[NEW\] ***Visual Studio***
|
* \[NEW\] ***Visual Studio***
|
||||||
|
|
|
@ -44,6 +44,8 @@ Currently available in formats for (cf [screenshots](#screenshots) below):
|
||||||
courtesy of [Johan Kaving](https://github.com/jkaving) and
|
courtesy of [Johan Kaving](https://github.com/jkaving) and
|
||||||
([@flangy](http://twitter.com/flangy))
|
([@flangy](http://twitter.com/flangy))
|
||||||
in the main repo and in a [standalone repository][IntelliJ Repository]
|
in the main repo and in a [standalone repository][IntelliJ Repository]
|
||||||
|
* **NetBeans** courtesy of [Brian Fenton](https://github.com/fentie) and
|
||||||
|
in the main repo and in a [standalone repository][NetBeans Repository]
|
||||||
* **SeeStyle theme for Coda & SubEthaEdit** courtesy of
|
* **SeeStyle theme for Coda & SubEthaEdit** courtesy of
|
||||||
[Justin Hileman](http://justinhileman.com/)
|
[Justin Hileman](http://justinhileman.com/)
|
||||||
([@bobthecow](http://twitter.com/bobthecow)),
|
([@bobthecow](http://twitter.com/bobthecow)),
|
||||||
|
@ -120,6 +122,7 @@ and git repositories:
|
||||||
* [Mutt Repository]
|
* [Mutt Repository]
|
||||||
* [Emacs Repository]
|
* [Emacs Repository]
|
||||||
* [IntelliJ Repository]
|
* [IntelliJ Repository]
|
||||||
|
* [NetBeans Repository]
|
||||||
* [SeeStyle-Coda-SubEthaEdit Repository]
|
* [SeeStyle-Coda-SubEthaEdit Repository]
|
||||||
* [TextMate Repository]
|
* [TextMate Repository]
|
||||||
* [Visual Studio Repository]
|
* [Visual Studio Repository]
|
||||||
|
@ -390,6 +393,7 @@ background.
|
||||||
[Mutt Repository]: https://github.com/altercation/mutt-colors-solarized
|
[Mutt Repository]: https://github.com/altercation/mutt-colors-solarized
|
||||||
[Emacs Repository]: https://github.com/sellout/emacs-color-theme-solarized
|
[Emacs Repository]: https://github.com/sellout/emacs-color-theme-solarized
|
||||||
[IntelliJ Repository]: https://github.com/jkaving/intellij-colors-solarized
|
[IntelliJ Repository]: https://github.com/jkaving/intellij-colors-solarized
|
||||||
|
[NetBeans Repository]: https://github.com/fentie/netbeans-colors-solarized
|
||||||
[SeeStyle-Coda-SubEthaEdit Repository]: https://github.com/bobthecow/solarized-seestyle
|
[SeeStyle-Coda-SubEthaEdit Repository]: https://github.com/bobthecow/solarized-seestyle
|
||||||
[TextMate Repository]: https://github.com/deplorableword/textmate-solarized
|
[TextMate Repository]: https://github.com/deplorableword/textmate-solarized
|
||||||
[Visual Studio Repository]: https://github.com/leddt/visualstudio-colors-solarized
|
[Visual Studio Repository]: https://github.com/leddt/visualstudio-colors-solarized
|
||||||
|
|
|
@ -6,6 +6,7 @@ remote-visualstudio-colors-solarized
|
||||||
remote-intellij-colors-solarized
|
remote-intellij-colors-solarized
|
||||||
remote-seestyle-colors-solarized
|
remote-seestyle-colors-solarized
|
||||||
remote-textmate-colors-solarized
|
remote-textmate-colors-solarized
|
||||||
|
remote-netbeans-colors-solarized
|
||||||
|
|
||||||
Add remotes history
|
Add remotes history
|
||||||
===================
|
===================
|
||||||
|
@ -14,6 +15,7 @@ git remote add remote-visualstudio-colors-solarized https://github.com/leddt/vis
|
||||||
git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git
|
git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git
|
||||||
git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git
|
git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git
|
||||||
git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git
|
git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git
|
||||||
|
git remote add remote-netbeans-colors-solarized https://github.com/fentie/netbeans-colors-solarized.git
|
||||||
|
|
||||||
Add subtrees:
|
Add subtrees:
|
||||||
============
|
============
|
||||||
|
@ -22,6 +24,7 @@ git subtree add -m "added visualstudio subtree project from @leddt" --prefix=vis
|
||||||
git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
||||||
git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
|
git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
|
||||||
git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
|
git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
|
||||||
|
git subtree add -m "added netbeans subtree project from @fentie" --prefix=netbeans-colors-solarized remote-netbeans-colors-solarized master
|
||||||
|
|
||||||
Pull commands:
|
Pull commands:
|
||||||
==============
|
==============
|
||||||
|
@ -30,6 +33,7 @@ git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colo
|
||||||
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
||||||
git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
|
git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
|
||||||
git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
|
git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
|
||||||
|
git subtree pull --prefix=netbeans-colors-solarized remote-textmate-colors-solarized master
|
||||||
|
|
||||||
Non subtree ports
|
Non subtree ports
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in a new issue