-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.xml
More file actions
executable file
·35 lines (30 loc) · 1.24 KB
/
theme.xml
File metadata and controls
executable file
·35 lines (30 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: Clean
version: 1.0
author: Dion Munk
email: dion@dionmunk.com
website: dionmunk.com
license: creative commons CC BY-NC-SA
There are multiple options available for the type of screen that you will be
using. Change the xml file to one of the following depending on what screen
you will be using.
template: 320x240.xml
4:3 ratio for screens with a 320x240 resolution. Ideal for a device like a
RetroPie Zero or GPi Case. This template is simplified and maximizes the usage
of the small screen.
template: 4x3.xml or 4x3-bezel.xml (CRT bezel over media)
4:3 ratio for screens with a 1024x768 resolution, but works well with 640x480,
800x600 etc. Ideal for things like CRT monitors. The text in this template is
too small for 320x240 screens.
template: 16x9.xml or 16x9-bezel.xml (CRT bezel over media)
16:9 ratio for screens with a 1280x720 resolution and larger. Ideal for most
flat panel TVs.
template: 16x10.xml or 16x10-bezel.xml (CRT bezel over media)
16:10 ratio for screens with a 1280x800 resolution or larger. Ideal for most
flat panel computer monitors.
-->
<theme>
<formatVersion>4</formatVersion>
<include>./_inc/templates/16x9.xml</include>
</theme>