From: "mame (Yusuke Endoh)" Date: 2022-01-05T02:15:28+00:00 Subject: [ruby-core:106969] [Ruby master Feature#18459] IRB autocomplete dropdown colour options Issue #18459 has been updated by mame (Yusuke Endoh). Assignee set to aycabta (aycabta .) Status changed from Open to Assigned ---------------------------------------- Feature #18459: IRB autocomplete dropdown colour options https://bugs.ruby-lang.org/issues/18459#change-95797 * Author: johansenjaa (Joseph Johansen) * Status: Assigned * Priority: Normal * Assignee: aycabta (aycabta .) ---------------------------------------- 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: