ydah / irb-theme-iceberg

🟦 Bluish color scheme for irb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🟦 Bluish color scheme for irb

License:MIT License


Languages

Language:Ruby 100.0%