🟦 Bluish theme for IRB based on the Iceberg color scheme.
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
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
Bug reports and pull requests are welcome on GitHub at https://github.com/ydah/irb-theme-iceberg.
The gem is available as open source under the terms of the MIT License.