No release in over a year
🟦 Bluish color scheme for irb
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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.