1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Merge pull request #314 from missive/blue-integers

Fix integers no longer being printed as blue by default
This commit is contained in:
James Cox 2017-06-19 13:43:06 -04:00 committed by GitHub
commit f60f9e82e2
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ color: {
class: :yellow,
date: :greenish,
falseclass: :red,
fixnum: :blue,
integer: :blue,
float: :blue,
hash: :pale,
keyword: :cyan,

View file

@ -31,6 +31,7 @@ module AwesomePrint
date: :greenish,
falseclass: :red,
fixnum: :blue,
integer: :blue,
float: :blue,
hash: :pale,
keyword: :cyan,