Actions
Feature #18459
closedIRB autocomplete dropdown colour options
Feature #18459:
IRB autocomplete dropdown colour options
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