2015-06-06 01:08:05 +00:00
|
|
|
# Every field in a theme file is optional.
|
2015-05-22 06:29:49 +00:00
|
|
|
|
2015-05-25 08:12:51 +00:00
|
|
|
shadow = false
|
2015-06-06 01:08:05 +00:00
|
|
|
borders = "simple" # Alternatives are "none" and "outset"
|
2015-05-22 06:29:49 +00:00
|
|
|
|
2015-05-25 08:12:51 +00:00
|
|
|
# Base colors are red, green, blue,
|
|
|
|
# cyan, magenta, yellow, white and black.
|
|
|
|
[colors]
|
2015-06-06 01:08:05 +00:00
|
|
|
background = "#123456"
|
2015-05-25 08:12:51 +00:00
|
|
|
# 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.
|
2015-06-06 01:08:05 +00:00
|
|
|
shadow = ["#222222", "black"]
|
|
|
|
view = "#888888"
|
2015-05-22 06:29:49 +00:00
|
|
|
|
2015-05-25 08:12:51 +00:00
|
|
|
# Array and simple values have the same effect.
|
|
|
|
primary = ["#111111"]
|
|
|
|
secondary = "#EEEEEE"
|
|
|
|
tertiary = "#444444"
|
|
|
|
|
|
|
|
# Hex values can use lower or uppercase.
|
|
|
|
# (base color MUST be lowercase)
|
2015-06-06 01:08:05 +00:00
|
|
|
title_primary = "#883333"
|
2015-05-25 08:12:51 +00:00
|
|
|
title_secondary = "#ffff55"
|
|
|
|
|
|
|
|
# Lower precision values can use only 3 digits.
|
2015-06-06 01:08:05 +00:00
|
|
|
highlight = "#833"
|
2015-05-25 08:12:51 +00:00
|
|
|
highlight_inactive = "#5555FF"
|
2015-05-22 06:29:49 +00:00
|
|
|
|