Skip to content

A dark 'Tolkien' inspired custom UI built from scratch including custom icons, hotbar, sidebar and more!

License

Notifications You must be signed in to change notification settings

EddieEldridge/dark-tolkien-foundry-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tolkien UI (Dark)

A dark 'Tolkien' inspired custom UI built from scratch including custom icons, hotbar, sidebar and more!

Compatibility

Foundry version V10+

Setup

To install this module, go to the World Configuration and Setup, Addon Modules, Install Module. Then you may copy this url https://github.com/EddieEldridge/tolkien-foundry-ui/releases/latest/download/module.json

Screenshots

alt text

Note

The LOTR logo in the top left is not included as part of this module. To re-create this effect, install the Custom CSS Rules module and input the following

#logo {
	content:url("https://www.theknightsvault.com/wp-content/uploads/2017/08/Lord-of-The-Rings-Logo-PNG-Transparent-Image.png");
	padding-left: 18px;
	width: 90px;
}

Moving the hotbar back to the left

#ui-bottom > div {
    display: flex;
    justify-content: space-between;
    margin-left: 160px;
}

Recommended Modules

  • Monk's Scene Navigation
  • Tidy Sheet 5e

Acknowledgements

OpenGameArt and all the associated artists for their Open Source art.

iotech for his great work on fantasy-ui theme.

Lazarius for his great work on wooden-ui theme.

Xbozon for his great work on rpg-styled-ui theme.