updated changelog and vim readme in prep for beta2

This commit is contained in:
Ethan Schoonover 2011-03-26 13:25:20 -07:00
parent 9f1ba40686
commit 79cf0717ec
2 changed files with 33 additions and 24 deletions

View file

@ -6,24 +6,28 @@ Solarized Changelog
Changes: Changes:
* Modified red from L\*a\*b lightness value 45 to 50 to bring it in line with * [global] Modified red from L\*a\*b lightness value 45 to 50 to bring it in
the other accent colors and address bleed into dark background on some line with the other accent colors and address bleed into dark background on
displays, as well as reducing shift of red against base03 when viewed with some displays, as well as reducing shift of red against base03 when viewed
glasses. All instances of the colorscheme and palettes pdated to new red. with glasses (chromatic aberration). All instances of the colorscheme and
palettes updated to new red.
* Changed default OS X color picker palatte swatches to tagged colors (sRGB) * [palettes] Changed default OS X color picker palatte swatches to tagged
and included alternate palette with untagged color swatches for advanced colors (sRGB) and included alternate palette with untagged color swatches
users. for advanced users (v1.0.0beta1 had untagged as default).
* Removed default italicized font in terminal mode in the Solarized Vim * [vim] Removed default italicized font in terminal mode in the Solarized Vim
colorscheme (many terminal emulators display Vim italics as reversed type). colorscheme (many terminal emulators display Vim italics as reversed type).
Italics still used in GUI mode by default and can still be turned off in both Italics still used in GUI mode by default and can still be turned off in
modes by setting a variable: `let g:solarized_italic=0`. both modes by setting a variable: `let g:solarized_italic=0`.
* [vim] Reverted to global variables in sample toggle-background script (in
vim readme) to fix cases where new tabs don't read window variables
1.0.0beta1 1.0.0beta1
---------- ----------
First public release. Including: First public release. Included:
* Adobe Photoshop Swatches * Adobe Photoshop Swatches
* Apple Color Picker Palette * Apple Color Picker Palette

View file

@ -3,10 +3,10 @@ Solarized Colorscheme for Vim
Developed by Ethan Schoonover <es@ethanschoonover.com> Developed by Ethan Schoonover <es@ethanschoonover.com>
Visit the [Solarized Homepage][solarized] Visit the [Solarized Homepage][Solarized]
----------------------------------------- -----------------------------------------
See the [homepage for the Solarized colorscheme][solarized] for screenshots, See the [homepage for the Solarized colorscheme][Solarized] for screenshots,
details and colorscheme versions for Vim, Mutt, popular terminal emulators and details and colorscheme versions for Vim, Mutt, popular terminal emulators and
other applications. other applications.
@ -20,16 +20,21 @@ dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-r
Downloads Downloads
--------- ---------
If you have come across this colorscheme via the [vim-only repository on If you have come across this colorscheme via the [Vim-only repository] on
github][vim-solarized-github], or the [vim.org script page][vimorg-script] see github, or the [vim.org script] page see the link above to the Solarized
the link above to the Solarized homepage or homepage or visit the main [Solarized repository].
visit the [github repository for Solarized][solarized-github].
[solarized]: http://ethanschoonover.com/solarized The [Vim-only repository] is kept in sync with the main [Solarized repository]
[solarized-github]: https://github.com/altercation/solarized and is for installation convenience only (with [Pathogen] or [Vundle], for
[vim-solarized-github]: https://github.com/altercation/vim-colors-solarized instance). Issues, bug reports, changelogs are centralized at the main
[Solarized repository].
[Solarized]: http://ethanschoonover.com/solarized
[Solarized repository]: https://github.com/altercation/solarized
[Vim-only repository]: https://github.com/altercation/vim-colors-solarized
[vimorg-script]: http://vim.org/script [vimorg-script]: http://vim.org/script
[pathogen]: https://github.com/tpope/vim-pathogen [Pathogen]: https://github.com/tpope/vim-pathogen
[Vundle]: https://github.com/gmarik/vundle
Installation Installation
------------ ------------
@ -84,7 +89,7 @@ assignment out entirely and get the same results.
set background=dark set background=dark
endif endif
See the [Solarized homepage][solarized] for screenshots which will help you See the [Solarized homepage][Solarized] for screenshots which will help you
select either the light or dark background. select either the light or dark background.
### IMPORTANT NOTE FOR TERMINAL USERS: ### IMPORTANT NOTE FOR TERMINAL USERS:
@ -93,7 +98,7 @@ If you are going to use Solarized in Terminal mode (i.e. not in a GUI version
like gvim or macvim), **please please please** consider setting your terminal like gvim or macvim), **please please please** consider setting your terminal
emulator's colorscheme to used the Solarized palette. I've included palettes emulator's colorscheme to used the Solarized palette. I've included palettes
for some popular terminal emulator as well as Xdefaults in the official for some popular terminal emulator as well as Xdefaults in the official
Solarized download available from [Solarized homepage][solarized]. If you use Solarized download available from [Solarized homepage][Solarized]. If you use
Solarized without these colors, Solarized will by default use an approximate Solarized without these colors, Solarized will by default use an approximate
set of 256 colors. It isn't bad looking and has been extensively tweaked, but set of 256 colors. It isn't bad looking and has been extensively tweaked, but
it's still not quite the real thing. it's still not quite the real thing.