Skip to content

ydah/irb-theme-iceberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irb::Theme::Iceberg Gem Version

🟦 Bluish theme for IRB based on the Iceberg color scheme.

image

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add irb-theme-iceberg

If bundler is not being used to manage dependencies, install the gem by executing:

gem install irb-theme-iceberg

Usage

Add the following to your .irbrc

require "irb/theme/iceberg"

If you are using Windows terminal. You need to add the following to your .irbrc

Reline::Face.force_truecolor

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ydah/irb-theme-iceberg.

License

The gem is available as open source under the terms of the MIT License.