From: "johansenjaa (Joseph Johansen)" Date: 2022-01-04T19:28:54+00:00 Subject: [ruby-core:106964] [Ruby master Feature#18459] IRB autocomplete dropdown colour options Issue #18459 has been reported by johansenjaa (Joseph Johansen). ---------------------------------------- Feature #18459: IRB autocomplete dropdown colour options https://bugs.ruby-lang.org/issues/18459 * Author: johansenjaa (Joseph Johansen) * Status: Open * Priority: Normal ---------------------------------------- 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? ```ruby IRB.conf[:AUTOCOMPLETE] = { BG_COLOR: 0, FG_COLOR: 15, } ``` -- https://bugs.ruby-lang.org/ Unsubscribe: