Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core_modules/xmb_assets.hmod/etc/libretro/assets/xmb/monochrome/README.md')
-rwxr-xr-xcore_modules/xmb_assets.hmod/etc/libretro/assets/xmb/monochrome/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/core_modules/xmb_assets.hmod/etc/libretro/assets/xmb/monochrome/README.md b/core_modules/xmb_assets.hmod/etc/libretro/assets/xmb/monochrome/README.md
new file mode 100755
index 0000000..762315f
--- /dev/null
+++ b/core_modules/xmb_assets.hmod/etc/libretro/assets/xmb/monochrome/README.md
@@ -0,0 +1,27 @@
+XMB Monochrome Theme
+====================
+
+Guidelines
+----------
+
+### Palette
+
+ * The icons have only one color, #f2f2f2.
+ * No semi transparent parts except for anti-aliasing purpose.
+
+### Layout
+
+ * The shape should be easily recognizable.
+ * The shapes should be, when possible, aligned to a 64x64 grid, but exported as 256x256 PNGs, to downscale nicely.
+ * The shapes should be included in a circle of radius 31px (except when the shape is itself a circle, then we make it smaller), to insure consistent sizes.
+ * Some special icons have a superelliptic shape with a substracted symbol. They have an associated content icon figuring the same symbol. Symbols should match.
+
+### Style
+
+ * The border radius are either 1px, or 2px.
+ * Lines are 2px.
+ * The level of detail is reduced, we try to represent every button, but we can void representing stickers or color changes.
+
+### Export
+
+The PNGs are better exported by the old Inkscape v0.48.5-4. Later versions causes a premultiplied alpha issue with our mipmaping and blending code.