diff --git a/docs/defaults/overlays/ribbon.md b/docs/defaults/overlays/ribbon.md index c0a117b0..46397c01 100644 --- a/docs/defaults/overlays/ribbon.md +++ b/docs/defaults/overlays/ribbon.md @@ -43,16 +43,18 @@ Note that the `template_variables:` section only needs to be used if you do want All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file. -| Variable | Default | -|:--------------------|:---------| -| `horizontal_offset` | `0` | -| `horizontal_align` | `right` | -| `vertical_offset` | `0` | -| `vertical_align` | `bottom` | - -| Variable | Description & Values | -|:-------------------------------|:-------------------------------------------------------------------------------------------------------------| -| `weight_<>`1 | **Description:** Controls the weight of the Overlay. Higher numbers have priority.
**Values:** Any Number | +| Variable | Default | +|:--------------------|:----------| +| `horizontal_offset` | `0` | +| `horizontal_align` | `right` | +| `vertical_offset` | `0` | +| `vertical_align` | `bottom` | +| `style` | `yellow` | + +| Variable | Description & Values | +|:-----------------------------|:-------------------------------------------------------------------------------------------------------------| +| `weight_<>`1 | **Description:** Controls the weight of the Overlay. Higher numbers have priority.
**Values:** Any Number | +| `style` | **Description:** Controls the color of the ribbon.
**Values:** `yellow, gray, black, red` | 1. Each default overlay has a `key` that when calling to effect a specific overlay you must replace `<>` with when calling. @@ -64,6 +66,7 @@ libraries: overlay_path: - pmm: ribbon template_variables: + style: black weight_metacritic: 35 use_common: false ```