Skip to content

A port of the Alekfull NX theme for ES-DE v2.0

Notifications You must be signed in to change notification settings

waal/alekfull-nx-es-de

 
 

Repository files navigation

Alekfull NX (ES-DE Version)

This is port of the AlekFull NX theme by fagnerpc for the version of EmulationStation used in ES-DE v2.x (If you are using ES-DE v1.x or earlier please download this version instead)

All artwork and layouts were designed and created by fagnerpc. I simply made changes to the XML to make the theme compatible with ES-DE. The original version of the theme can be found here

Changes Made

  • Removed all Batocera specific elements to make the theme compatible with ES-DE v2.x
  • Updated system image names to match the standard used by ES-DE
  • Added a 16:10 Layout Variant
  • Added navigation sound set for ES-DE

Preview

System View Gamelist View
Screen Shot 2022-08-02 at 15 03 48 Screen Shot 2022-08-02 at 15 04 28

Configuration Options

  • The theme has a simple set of options that can be changed directly in the root theme.xml
    • Options:
    • <aspectRatio></aspectRatio>- sets the aspect ratio the theme will render at. If needed, this should be changed to match the aspect ratio of your screen.
    • <colorScheme></colorScheme>- sets the color scheme that is used for the overall theme on all views
  • 16:9, 16:10 aspect ratios are supported
  • and 2 color schemes are included (details below)

Preview of the Aspect Ratio Variants

Aspect Ratio System View Gamelist View
16:9 Screen Shot 2022-08-02 at 15 03 48 Screen Shot 2022-08-02 at 15 04 28
16:10 Screen Shot 2022-08-02 at 15 09 28 Screen Shot 2022-08-02 at 15 09 50

Preview of the Color Schemes

Dark Light
Screen Shot 2022-08-02 at 15 03 48 Screen Shot 2022-08-02 at 15 04 28 Screen Shot 2022-08-02 at 15 05 32 Screen Shot 2022-08-02 at 15 05 23

User Customizations

When using the theme on RetroPie you can make the following changes in the root theme.xml to tailor the look to your setup

Aspect Ratio...

Change the value in <aspectRatio> to match your screen aspect ratio (default is 16-9)

<!-- 
Apsect Ratio Options:
16:10 = 16-10
16:9 = 16-9
-->
<aspectRatio>16-9</aspectRatio>

Color Scheme...

Change the value in < colorScheme > to match your preferred color scheme (default is dark)

<!-- 
Color Scheme Options:
dark
light
-->
<colorScheme>dark</colorScheme>

Example:

As a quick example if you have a screen with a 16:10 aspect ratio and want a light color scheme then this is what you would change in the theme.xml

<!-- 
Apsect Ratio Options:
16:10 = 16-10
16:9 = 16-9
-->
<aspectRatio>16-10</aspectRatio>
<!-- 
Color Scheme Options:
dark
light
-->
<colorScheme>light</colorScheme>

Additional Notes

Versions for other ES forks:

  • If you use Retropie or ES-DE v1.x or eariler... then check out the version here.
  • If you use Batocera... then check out the original version by fagnerpc here.

Credit

All artwork and layouts were designed and created by fagnerpc

License

Creative Commons CC-BY-NC-SA - https://creativecommons.org/licenses/by-nc-sa/2.0/ You are free to share and adapt this theme as long as you provide attribution back to me (and the above credits) as well share any updates you make under the same licence terms.

About

A port of the Alekfull NX theme for ES-DE v2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published