generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Theme Options
Robert McIntosh edited this page Sep 18, 2022
·
12 revisions
Theme Options are similar to game settings and are a way for you to declare settings within libThemer.
A short user-friendly title that gives the user an idea of this setting. This value is localized.
A long user-friendly description that details what this setting is used for. This value is localized.
Type is a string value that currently supports the following values, color, number, font-family, background, library, choices and message.
This is the default value of the setting.
"--tidy-sidebar-padding-y": {
"name": "lib-themer.tidySidebarPaddingY.name",
"hint": "lib-themer.tidySidebarPaddingY.hint",
"type": "number",
"default": "16px"
}