RubyMine 5.4.0 Web Help

RubyMine enables you to define your habitual color scheme for the various types of consoles. So doing, you can individually configure all sorts of console output and user input.

Color scheme includes numerous colors for background, user input, system output, and error output.

To configure color and font scheme for consoles
  1. Open the IDE Settings, and under Colors&Fonts node, click General. Make sure you are working with an editable scheme.
  2. In the General page, scroll through the list of components, and select the ones related to consoles:
    • Console standard output
    • Console error output
    • Console user input
    • Console system output
    • Console background
  3. Click the desired component in the list, and change color settings and font type.
To configure color scheme of a ruby console
  1. Open the IDE Settings, and click Colors&Fonts. Make sure you are working with an editable color scheme.
  2. Open Ruby Console page.
  3. In the left pane, select the following options to be customized:
    • Output that controls how the Ruby output will be represented.
    • ANSI colors that control color rendering in ANSI encoding.

    Note

    Changes in ANSI colors take effect upon RubyMine restart.

See Also

Procedures:

Web Resources: