Table of Contents

Setting Contact Sheet Colours

Custom colours

Colours can be set through configuration/overrides. There's a set of variables controlling colour, listed below. Background colours start with bg_ while font colours start with fg_

Colour-controlling variables
Background colours
Variable Controls
bg_heading Background for meta-information
bg_sign Background for signature
bg_title Background for the title
bg_contact Background for the captures
bg_tstamps Background for timestamps
Font colours
Variable Controls
fg_heading Meta-information font colour
fg_sign Footer font colour
fg_tstamps Timestamps font colour
fg_title Title font colour

They accept both named colours or hex-code (HTML-style) colours.
To see a list of named colours, use:

$ convert -list color

The simplest way to set your preferred colours is to add them to a configuration file, e.g. ~/.vcs.conf.

Examples

Example ''~/.vcs.conf'' #1

bg_heading=Wheat4
bg_sign=Tomato3
bg_contact=WhiteSmoke
fg_heading=White

Example colours #1

Example ''~/.vcs.conf'' #2

bg_heading=gray
bg_sign=silver
bg_contact=#cbe1d2
fg_heading=#fefefe

Example colours #2

Example with default colours

This would be the result with the default colours:
Example colours with default colours (in vcs 1.11)

Different profiles

The default colourscheme

Current (1.11 and above) Previous (1.0.3b to 1.0.100a) Old (≤ 1.0.2b)