Skip to content

Releases: mouse0270/lib-themer

version 1.0.2 - Patch'm Up Boi's

05 Oct 02:24
Compare
Choose a tag to compare
  • Dropped Token Action HUD as its support has been added to TAH
  • Fixed Controls querySelector to be more Specific
  • Updated Library control to do collapsible elements
    • Collapse state does not save. Will be fixed at a later time
  • Added format key word for theme settings
  • Added Hooks.call('lib-themer.UpdateSettings', ...args) event.
  • Fixed Foundry VTT them font options to have a step of 0.0025 instead of 1
  • Added Theming Support for Monks Tokenbar
  • Added Theming Support for Quick Insert - Search Widget
  • Fixed Styling for Library Sub Elements when only one Sub Element Exists

Version 1.0.1 - Grammar is Hard

24 Sep 20:58
Compare
Choose a tag to compare
  • Fixed spelling on Readme
  • Added Themeing Support for Token Action HUD

# Version 1.0.0 - Foundry, Make it Your Way

19 Sep 21:34
Compare
Choose a tag to compare

libThemer

libThemer is mostly a library module designed to allow developers to define css variables and optional stylesheets for users to customize the look and feel of foundry, game systems or modules.

PLEASE NOTE This is a library module and isn't intended to do much on its own. Its designed to give developers an easy system to define and edit css varibles and optional stylesheets. With that said, I understand no one would really want a module that doesn't do much, so I have added the ability to modify all of foundry's default CSS variables and created my own examples for how you could implement libThemer into your project.

image

Features

Define css variables with the following types:

  • Color: Generates a color input using either the default color picker or the amazing color picker from lib - Color Settings.
  • Number: Generates an adequate range slider that allows users to pick a number. This range slider allows you to define a suffix or it assumes on based on the default.
  • Font Family: Generates a dropdown that will allow you to pick from any fonts registered in foundry.
  • Stylesheet: Generates an input that allows users to toggle optional stylesheets.

Google Fonts

To help users expand on their UI design libThemer has added the ability to link to and use fonts from Google Fonts. The most common license is the SIL Open Font License. Some fonts are under the Apache license or Ubuntu Font License.

PLEASE NOTE: That by adding a font via this interface, Google will recieve access to your IP address. If you are comfortable with this, turn off this feature.

Using libThemer

Check out the wiki for all the Theme Type Options and how to Register a Theme

Beta Release - Should be functional

14 Sep 22:36
Compare
Choose a tag to compare

This is a beta release, though the module is basically ready, I still need to write the documentation, changelogs, readme and attributions.