├── .gitattributes ├── Hero.yaml ├── Media ├── Game Details Thumb.jpg ├── Game Details.jpg ├── Grid Thumb.jpg ├── Grid.jpg ├── Logo.png ├── Main - Fullscreen Thumb.jpg ├── Main - Fullscreen.jpg ├── Main Thumb.jpg └── Main.jpg └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Hero.yaml: -------------------------------------------------------------------------------- 1 | AddonId: Hero_b490d300-ff04-4f7d-905e-a3ee6e421ecf 2 | Packages: 3 | - Version: 1.8.0 4 | RequiredApiVersion: 2.4.0 5 | ReleaseDate: 2023-01-28 6 | PackageUrl: https://github.com/zeroantix/Hero/releases/download/v1.8.0/Hero_b490d300-ff04-4f7d-905e-a3ee6e421ecf_1_8_0.pthm 7 | Changelog: 8 | - Official Playnite Database / Plugin Release 9 | - Please backup any previous Hero Theme release you may have modified / downloaded / edited before installing this! 10 | -------------------------------------------------------------------------------- /Media/Game Details Thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Game Details Thumb.jpg -------------------------------------------------------------------------------- /Media/Game Details.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Game Details.jpg -------------------------------------------------------------------------------- /Media/Grid Thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Grid Thumb.jpg -------------------------------------------------------------------------------- /Media/Grid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Grid.jpg -------------------------------------------------------------------------------- /Media/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Logo.png -------------------------------------------------------------------------------- /Media/Main - Fullscreen Thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Main - Fullscreen Thumb.jpg -------------------------------------------------------------------------------- /Media/Main - Fullscreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Main - Fullscreen.jpg -------------------------------------------------------------------------------- /Media/Main Thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Main Thumb.jpg -------------------------------------------------------------------------------- /Media/Main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroantix/Hero/c539e85b1d81c4a6018c7a4d5b000ef3d113e80c/Media/Main.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hero 2 | Minimalistic Fullscreen Theme designed for Steam Heroes! 3 | 4 | Images below are release **v1.7.1** 5 | 6 | ![Main](https://user-images.githubusercontent.com/97025763/214708991-c42a76a5-b2fa-47ff-807d-796a46cd76c8.jpg) 7 | 8 | ![Main - Fullscreen](https://user-images.githubusercontent.com/97025763/214709030-c9a5e2a1-7656-4f48-b0f7-92b392d1942a.jpg) 9 | 10 | ![Game Details](https://user-images.githubusercontent.com/97025763/214709052-294a82b2-5786-4340-88a3-b699da7c2ae3.jpg) 11 | 12 | **Extra Metadata Loader** plugin required not only for Logos, but to take advantage of Game Music and/or Alternative Background Images in Game Details View. 13 | 14 | Game Music will play in Game Details View (subject to Game Trailer not playing) if a .mp3 is downloaded, named: **Music**.mp3 and placed in the game(s) Extra Metadata folder. 15 | 16 | Alternative Background images can also be displayed in Game Details View. As above, same process but the image downlaoded must be .jpg format. Rename the image: **Wallpaper**.jpg 17 | 18 | **Please Note!** This theme was designed before the introduction of Playnite Sounds recent update that allows Game Music to play out of the box. There is likely to be confilicts if you use such with this theme in it's present state. 19 | --------------------------------------------------------------------------------