diff options
author | Ethan Schoonover <es@ethanschoonover.com> | 2011-02-19 14:11:44 -0800 |
---|---|---|
committer | Ethan Schoonover <es@ethanschoonover.com> | 2011-02-19 14:11:44 -0800 |
commit | 6c5a68905eb8b126095aa8fb3f6d4a78fe71f923 (patch) | |
tree | 3e5e4589a57a25684abbae6a0e5dccc6dcaef30e | |
parent | 7b66fb4a6402f9ec1a8cf3b3b75c7c5f46d05324 (diff) | |
download | vim-colors-solarized-6c5a68905eb8b126095aa8fb3f6d4a78fe71f923.tar.gz |
[vim] consolidated options and license in solarized colorscheme
-rw-r--r-- | colors/solarized.vim | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index 98a1c35..77a7a4d 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -5,7 +5,7 @@ " Download the latest release and see screenshots/details on use: " http://ethanschoonover.com/solarized " -" Licensed under the OSI certified MIT license (see end of this file) +" Licensed under the OSI approved MIT license (see end of this file) " " --------------------------------------------------------------------- " QUICKSTART: @@ -31,13 +31,8 @@ " color terminal mode using the g:solarized_termcolors="16" option detailed " below. The ANSI color map is specified in the table below and terminal color " themes are available for download from the web page listed at the top of this -" file, including xorg defaul color values and themes for OS X Terminal.app and -" iTerm 2. -" -" -" --------------------------------------------------------------------- -" LICENSE -" --------------------------------------------------------------------- +" file, including xorg Xdefaults/Xresources color values and themes for OS +" X Terminal.app and iTerm 2. " " " --------------------------------------------------------------------- @@ -118,6 +113,18 @@ " Set these in your vimrc file prior to calling the colorscheme. " " option name default optional +" ------------------------------------------------ +" g:solarized_style = "dark" | "light" +" g:solarized_contrast = "normal"| "high" +" g:solarized_termtrans = 0 | 1 +" g:solarized_termcolors= 16 | 256 +" g:solarized_degrade = 0 | 1 +" g:solarized_bold = 1 | 0 +" g:solarized_underline = 1 | 0 +" g:solarized_italic = 0 | 1 +" ------------------------------------------------ +" +" OPTION DETAILS " " ------------------------------------------------ " g:solarized_style = "dark" | "light" |