Playnite Forums
  • Playnite Web
  • Rules
  • Members
  • Team
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Playnite Forums Extension Database Themes - Fullscreen XBOX One Theme

XBOX One Theme
kersalmassive
Offline

#1
07-17-2020, 06:44 PM (This post was last modified: 10-01-2021, 01:54 PM by kersalmassive.)
Playnite Fullscreen theme based on the XBOX One 'My Games & Apps' dashboard

No Longer Supported for Playnite V9 or above 

Dark Theme:

[Image: pVoBAEF.jpg]

Light theme:

[Image: fNEA74O.jpg]

Classic Theme

[Image: n15M3PX.jpg]

Main, Filter & Game Menus:

[Image: U0Bv1o5.jpg]

[Image: MjRDDVT.jpg]

Theme colours: Default/Pink/Green

[Image: 920wMX4.jpg]

-----

XBOX Sounds for extension 'PlayniteSound' joyrider3774
https://github.com/joyrider3774/PlayniteSound/releases

XBOX Sounds: Link

I recommend deleting all default wav files from the audio folder (as below) and replacing them with the files from the XBOX Sounds zip file for a clean install.

[Image: attachment.php?aid=911]



.pthm   XBOX_ONE_Light_(Pink)_1_8.pthm (Size: 46.61 KB / Downloads: 620)
.pthm   XBOX_ONE_(Purple)_1_8.pthm (Size: 45.58 KB / Downloads: 596)
.pthm   XBOX_ONE_Light_(Green)_1_8.pthm (Size: 46.6 KB / Downloads: 668)
.pthm   XBOX_ONE_(Pink)_1_8.pthm (Size: 45.58 KB / Downloads: 476)
.pthm   XBOX_ONE_(Green)_1_8.pthm (Size: 45.58 KB / Downloads: 833)
.pthm   XBOX_ONE_Light_(Default)_1_8.pthm (Size: 46.61 KB / Downloads: 739)
.pthm   XBOX_ONE_Classic_1_8.pthm (Size: 44.27 KB / Downloads: 997)
.pthm   XBOX_ONE_(Default)_1_8.pthm (Size: 45.58 KB / Downloads: 1,398)
.pthm   XBOX_ONE_Light_(Purple)_1_8.pthm (Size: 46.62 KB / Downloads: 491)
mrgummage
Offline

#2
07-19-2020, 10:10 AM
Was just coming to the forum to check out some tutorials to make a more Windows 10/Xbox style theme, and you saved me the effort haha.

Looks good!
kersalmassive
Offline

#3
07-19-2020, 03:14 PM
(07-19-2020, 10:10 AM)mrgummage Wrote: Was just coming to the forum to check out some tutorials to make a more Windows 10/Xbox style theme, and you saved me the effort haha.

Looks good!

Thanks, glad you enjoy it

Still needs a lot of work, so will try to sort out the menus and details views
kersalmassive
Offline

#4
07-21-2020, 10:15 AM (This post was last modified: 09-11-2020, 08:28 AM by kersalmassive.)
Updated to 1.1:

- Added icons to Main Menu
- Fixed notifications icon misalignment
- Updated Battery Icon to match theme
- Updated theme colour to match XBOX One desktop theme
- Updated Main & Settings Menu title formatting
hunt363
Offline

#5
07-22-2020, 10:45 AM
I love this theme but I have one gripe with it that keeps me from using it. Could you make it so that the details page doesn't obscure half of the background? Maybe make the opaque part translucent?
kersalmassive
Offline

#6
07-22-2020, 02:19 PM
Thanks, the idea is to copy the below as it is on the XBOX One Store page, but that hasnt started yet, so eventually will fix it to match

[Image: ScreenShot_06ad6143-6110-4d8e-b608-1cde7...=940%2C528]
kiciputek
Offline

#7
07-22-2020, 02:37 PM
I like it but I have 2 issues:
-can you make the game details page semi transparent so it will not cover half of the background image?
-can you make the selection color green to mach the xbox color theme?
kersalmassive
Offline

#8
07-22-2020, 02:58 PM (This post was last modified: 07-22-2020, 03:03 PM by kersalmassive.)
Will add those changes in the next update, with different theme colours/accents
kiciputek
Offline

#9
07-22-2020, 05:18 PM
(07-22-2020, 02:58 PM)kersalmassive Wrote: Will add those changes in the next update, with different theme colours/accents
thanks!
mbushnaq00
Offline

#10
07-24-2020, 09:10 AM (This post was last modified: 07-24-2020, 09:12 AM by mbushnaq00.)
thanks for the theme, looks great.

just a small request, can you make the cursor frame on the highlighted game pulse, it makes the interface "less static"

I believe below is the code for the xaml

<EventTrigger RoutedEvent="Button.Loaded">
<BeginStoryboard>
<Storyboard RepeatBehavior="Forever">
<ColorAnimation From="#137bc1"
To="#FF93FAF7"
Storyboard.TargetProperty="(Button.BorderBrush).(SolidColorBrush.Color)"
Storyboard.TargetName="BorderFocus"
Duration="0:0:0.55"
AutoReverse="True"/>
</Storyboard>
</BeginStoryboard>
</EventTrigger>
kersalmassive
Offline

#11
07-25-2020, 11:56 AM
I'll think about it adding it as I don't want to deviate too much away from the XBOX One theme. May make a mod/+ version with it
slymeasy
Offline

#12
08-03-2020, 07:13 AM
[Image: uycP451.jpg]

That's perfect.
kersalmassive
Offline

#13
08-08-2020, 10:57 AM (This post was last modified: 08-08-2020, 11:01 AM by kersalmassive.)
Updated to 1.2:

- Game Details view is now themed with a slight transparent box
- Menus for Main Menu, Settings, Filters, Game and Notifications are now updated and themed
- Added new colour theme: XBOX Green as requested
hunt363
Offline

#14
08-08-2020, 03:04 PM
V1.2 has a problem with descriptions. It's showing the the HTML code instead of just showing the output. I also can't scroll the description of the game.

   
kiciputek
Offline

#15
08-08-2020, 03:05 PM (This post was last modified: 08-08-2020, 03:05 PM by kiciputek.)
Thanks! I have a new default theme now Smile
kersalmassive
Offline

#16
08-08-2020, 03:39 PM (This post was last modified: 08-08-2020, 03:40 PM by kersalmassive.)
(08-08-2020, 03:04 PM)hunt363 Wrote: V1.2 has a problem with descriptions. It's showing the the HTML code instead of just showing the output. I also can't scroll the description of the game.

Looks like it's because of a change where I changed to a textblock from html. I'll have another look
kersalmassive
Offline

#17
08-08-2020, 06:24 PM
(08-08-2020, 03:04 PM)hunt363 Wrote: V1.2 has a problem with descriptions. It's showing the the HTML code instead of just showing the output. I also can't scroll the description of the game.

Updated to 1.3 which fixes HTML text and ability to scroll on game detail descriptions.
hunt363
Offline

#18
08-09-2020, 09:18 AM (This post was last modified: 08-09-2020, 09:20 AM by hunt363.)
(08-08-2020, 06:24 PM)kersalmassive Wrote:
(08-08-2020, 03:04 PM)hunt363 Wrote: V1.2 has a problem with descriptions. It's showing the the HTML code instead of just showing the output. I also can't scroll the description of the game.

Updated to 1.3 which fixes HTML text and ability to scroll on game detail descriptions.
Thanks for the quick fix. Works perfectly now. :)
This theme works really well with your Xbox One desktop theme.
kersalmassive
Offline

#19
08-09-2020, 10:18 AM
Thank you, this will probably be my last update on this theme.

Next theme (desktop and fullscreen) will be based on the Series X dashboard/look
redxblood85
Offline

#20
08-22-2020, 05:55 AM
This is awesome, thank you so much! I'm relatively new to playnite so out of curiosity how did you get the icons to be square like that?
« Next Oldest | Next Newest »
Pages (3): 1 2 3 Next »



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode