Guest User

Untitled

a guest
Feb 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. require 'rubygems'
  2. require 'wirble'
  3. require 'utility_belt'
  4.  
  5. Wirble::Colorize.colors.merge!(
  6. :comma => :light_white,
  7. :refers => :light_white,
  8.  
  9. :open_hash => :light_white,
  10. :close_hash => :light_white,
  11. :open_array => :light_white,
  12. :close_array => :light_white,
  13.  
  14. :open_string => :light_white,
  15. :string => :light_blue,
  16. :close_string => :light_white,
  17.  
  18. :number => :light_cyan
  19. )
  20.  
  21. Wirble.init
  22. Wirble.colorize
Add Comment
Please, Sign In to add comment