Skip to content

Commit

Permalink
Merge pull request #39 from fire-pls/update_readme
Browse files Browse the repository at this point in the history
Remove black/pale colorize references from README
  • Loading branch information
HarlemSquirrel authored Jun 12, 2020
2 parents 37a55a9 + c4b2992 commit 244242c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ ruby19_syntax: false, # Use Ruby 1.9 hash syntax in output.
class_name: :class, # Method called to report the instance class name. (e.g. :to_s)
object_id: true, # Show object id.
color: {
args: :pale,
args: :whiteish,
array: :white,
bigdecimal: :blue,
class: :yellow,
date: :greenish,
falseclass: :red,
integer: :blue,
float: :blue,
hash: :pale,
hash: :whiteish,
keyword: :cyan,
method: :purpleish,
nilclass: :red,
rational: :blue,
string: :yellowish,
struct: :pale,
struct: :whiteish,
symbol: :cyanish,
time: :greenish,
trueclass: :green,
Expand All @@ -74,7 +74,7 @@ Supported color names:

```ruby
:gray, :red, :green, :yellow, :blue, :purple, :cyan, :white
:black, :redish, :greenish, :yellowish, :blueish, :purpleish, :cyanish, :pale
:grayish, :redish, :greenish, :yellowish, :blueish, :purpleish, :cyanish, :whiteish
```

Use `Object#ai` to return an ASCII encoded string:
Expand Down Expand Up @@ -328,7 +328,7 @@ For example:
AmazingPrint.defaults = {
:indent => -2,
:color => {
:hash => :pale,
:hash => :whiteish,
:class => :white
}
}
Expand Down

0 comments on commit 244242c

Please sign in to comment.