Sets the background and foreground of the terminal.

# Set:
Vedeu.configure do
  colour background: '#ff0000', foreground: '#ffff00'
  # ...
end

# Get:
Vedeu.config.colour