Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rking@sharpsaw.org committed Nov 26, 2012
1 parent e8b683e commit 6ce2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ If these are unavailable on the target system, you might have to place a
terminfo file in `~/.terminfo/` -or- you can be totally gross and force it
with `:set &t_Co=256` in vim. But don't be gross. It's uncouth.

## Color Choices

As a historical note, some small effort was taken to be similar to the
default vim syntax highlighting where it makes sense. That is, "def" is
magenta in the default, so vim-detailed makes it a shade of purple (and uses
different shades for all the other magenta things from the default
colorscheme). A person could modify this idea and do better:

- Greens - The 256 color palette itself is heavy on green variants. If you
used more greens, you'd be able to group similar-but-different pieces
together more closely.
- Coolness - If you adjusted the color choices for æsthetic value rather than
utilitarian, you could get a more stylish theme without sacrificing much
detail.

## Download

If using Pathogen,
Expand All @@ -72,11 +57,9 @@ Or, from within vim:
:colo detailed


## Issues

# rking/vim-detailed open issues
7: Warn if t_Co != 256
6: Pygments Companion
5: GUI Colors
4: Languages other than Ruby
3: Distinguish Foo and Bar of "class Foo < Bar"
2: ` " ' distinction
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
task :default => [ :readme, :clip ]
task :default => [ :readme ]

task :readme do
sh 'erb < README.md.erb > README.md'
Expand Down

0 comments on commit 6ce2eee

Please sign in to comment.