Interface: Theme
data/themes.Theme
An object representing a theme the player can use to change the look of the game.
Properties
floatingTabs
• floatingTabs: boolean
Whether or not tabs should "float" in the center of their container.
Defined in
profectus/src/data/themes.ts:28
mergeAdjacent
• mergeAdjacent: boolean
Whether or not adjacent features should merge together - removing the margin between them, and only applying the border radius to the first and last elements in the row or column.
Defined in
profectus/src/data/themes.ts:30
showPin
• showPin: boolean
Whether or not to show a pin icon on pinned tooltips.
Defined in
profectus/src/data/themes.ts:32
variables
• variables: ThemeVars
The values of the theme's CSS variables.