# Every field in a theme file is optional.
= false
= "simple" # Alternatives are "none" and "outset"
# Base colors are red, green, blue,
# cyan, magenta, yellow, white and black.
[]
= ["#923456", "magenta"]
# If the value is an array, the first valid color will be used.
# If the terminal doesn't support custom color,
# non-base colors will be skipped.
= ["#222222", "blue"]
= "#888888"
# Array and simple values have the same effect.
= ["#111111"]
= "#EEEEEE"
= "#444444"
# Hex values can use lower or uppercase.
# (base color MUST be lowercase)
= "#883333"
= "#ffff55"
# Lower precision values can use only 3 digits.
= "#833"
= "#5555FF"