From cd3df49f9fce4c7bf7d6cc8b284b088f55240115 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 27 Apr 2023 01:51:34 -0600 Subject: clarify statement about values in default theme --- docs/modules/theme/pages/keys.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/theme/pages/keys.adoc b/docs/modules/theme/pages/keys.adoc index 0595d731..3d415ce2 100644 --- a/docs/modules/theme/pages/keys.adoc +++ b/docs/modules/theme/pages/keys.adoc @@ -13,7 +13,9 @@ All keys are flatted when the theme is loaded (e.g., `text-align` nested under ` The converter uses the values of these keys to control how most elements are arranged and styled in the PDF. The default values listed in this section get inherited from the {url-project-repo}/blob/{page-origin-refname}/data/themes/base-theme.yml[base theme^]. -IMPORTANT: The {url-project-repo}/blob/{page-origin-refname}/data/themes/default-theme.yml[default theme^] has a different set of values which are not shown in this guide. +IMPORTANT: The default theme has a different set of values from the base theme. +Those values are not reflected in this guide. +Consult the {url-project-repo}/blob/{page-origin-refname}/data/themes/default-theme.yml[default theme^] to see what values it uses. When creating a theme that extends the base theme, all keys are optional. Required keys are provided by the base theme. -- cgit v1.2.3