Sha256: fcff92072be598cb0b57eda1fec7e7a83a007a9f1957a8b0a31dcf042f44ea3e

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

Sets the colour mode of the terminal.

    # Set:
    Vedeu.configure do
      colour_mode 256
      # ...
    end

    # Get:
    Vedeu.config.colour_mode

Note
- iTerm 2 on Mac OSX will handle the true colour setting
  (16777216), whereas Terminator on Linux will not display
  colours correctly. For compatibility across platforms, it is
  recommended to either not set the colour mode at all and
  allow it to be detected, or use 256 here.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vedeu-0.8.32 docs/configuration/colour_mode.md
vedeu-0.8.31 docs/configuration/colour_mode.md