summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/color.bg.dark.page
blob: 32faa1945a58f0cd0b41ad8549a54074e939650b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-param" id="color.bg.dark">
 <info>
  <link type="guide" xref="color" group="params"/>
  <link type="guide" xref="params" group="color"/>
  <desc>A dark gray background color.</desc>
  <revision version="3.28" date="2016-01-03" status="final"/>
 </info>
 <title>color.bg.dark</title>
 <p>This parameter specifies a shade of gray that is suitable for backgrounds,
 and is darker than <code xref="color.bg.gray">color.bg.gray</code>. It should have a high color contrast
 against <code xref="color.fg">color.fg</code>. It is typically used at the intersection of shaded
 rows and columns in a table, or as a very light gray accent color. If not
 specified, it can be automatically computed based on <code xref="color.gray">color.gray</code> and
 <code xref="color.bg">color.bg</code>.</p>
</page>