Project

General

Profile

Actions

Feature #18459

closed

IRB autocomplete dropdown colour options

Added by johansenjaa (Joseph Johansen) over 2 years ago. Updated 15 days ago.

Status:
Closed
Target version:
-
[ruby-core:106964]

Description

It would be great to be able to specify bg/fg colours for the new autocomplete dropdown in irb in ruby 3.1. This could help for accessibility purposes, or for anyone who just wants to make it look more personalised for their terminal 😎

Perhaps irbrc could do the trick?

IRB.conf[:AUTOCOMPLETE] = {
  BG_COLOR: 0,
  FG_COLOR: 15,
}
Actions

Also available in: Atom PDF

Like2
Like0Like0