Skip to content

Instantly share code, notes, and snippets.

@hasumikin
Created November 8, 2023 00:25
Show Gist options
  • Save hasumikin/4b8f9f4915d35c04d16902ec5121d4f4 to your computer and use it in GitHub Desktop.
Save hasumikin/4b8f9f4915d35c04d16902ec5121d4f4 to your computer and use it in GitHub Desktop.
Configuring IRBRC to improve the visibility of completion dialog colors
# Make sure you installed reline 0.4.0+
Reline::Face.config(:completion_dialog) do |conf|
conf.define :default, foreground: :white, background: :blue
# ^^^^^ :cyan by default
conf.define :enhanced, foreground: :white, background: :magenta
conf.define :scrollbar, foreground: :white, background: :blue
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment