https://github.com/ydah/irb-theme-iceberg
🟦 Bluish color scheme for irb
https://github.com/ydah/irb-theme-iceberg
color-scheme iceberg irb
Last synced: 6 months ago
JSON representation
🟦 Bluish color scheme for irb
- Host: GitHub
- URL: https://github.com/ydah/irb-theme-iceberg
- Owner: ydah
- License: mit
- Created: 2024-02-11T16:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:27:42.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:33:57.724Z (6 months ago)
- Topics: color-scheme, iceberg, irb
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Irb::Theme::Iceberg [](https://badge.fury.io/rb/irb-theme-iceberg)
🟦 Bluish theme for IRB based on the [Iceberg](https://cocopon.github.io/iceberg.vim/) color scheme.

## Installation
Install the gem and add to the application's Gemfile by executing:
```command
bundle add irb-theme-iceberg
```If bundler is not being used to manage dependencies, install the gem by executing:
```command
gem install irb-theme-iceberg
```## Usage
Add the following to your .irbrc
```ruby
require "irb/theme/iceberg"
```If you are using Windows terminal.
You need to add the following to your .irbrc```ruby
Reline::Face.force_truecolor
```## Contributing
Bug reports and pull requests are welcome on GitHub at .
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).