From 3cb6dbe25ae87882ca810a56794a05a65412bf17 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 3 Aug 2023 23:00:04 -0300 Subject: tdf#105122 Initial contents for document themes help Change-Id: Ia415169020698f53bf6019d546fcd42fd9be31bd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155329 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/guide/usingthemes.xhp | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 source/text/shared/guide/usingthemes.xhp (limited to 'source/text/shared/guide') diff --git a/source/text/shared/guide/usingthemes.xhp b/source/text/shared/guide/usingthemes.xhp new file mode 100644 index 0000000000..df1ab52bd9 --- /dev/null +++ b/source/text/shared/guide/usingthemes.xhp @@ -0,0 +1,71 @@ + + + + + + + Using Themes + /text/shared/guide/usingthemes.xhp + + + + + using;document themes + document themes;using + +
+

Using Document Themes

+ +
+ Theme is the concept of bundling color, font and format settings. The colors, fonts and format settings names are hard coded in the document. When switching themes in the document, the elements containing the hardcoded names switch colors, fonts and format settings accordingly to the new theme. +

To Apply a Theme to the Document

+ + + Choose Format - Themes. + + + Double-click on the theme desired or select the theme and click OK + + + All document elements with the hardcoded theme attribute name set will change to the new theme attribute. For example, a heading with font color set as "Dark 2" changes to the new theme "Dark 2" color. +

To Add a New Theme

+ + + Choose Format - Theme and click on Add. + + + Enter a name for the new theme in the Name text box. + + + On the color area, choose the main color for each of the 12 hard coded color name of the theme. %PRODUCTNAME creates 5 additional colors to the theme calculated from the main color. The calculations of the color variants are also hard coded in the theme and you cannot change them, only the main color. + + + Click OK to close the color dialog. + + + Click OK or double click the new theme to apply the theme to the document. + + +

To Use a Document Theme

+ + + Format the document using the hardcoded theme attribute name such as colors, fonts and other format settings. + + + Apply the theme to the document. + + + +
+ + +
+ +
-- cgit