diff --git a/NeoBoot/neoskins/neo/neo_skin.py b/NeoBoot/neoskins/neo/neo_skin.py
new file mode 100644
index 0000000..46bb0ea
--- /dev/null
+++ b/NeoBoot/neoskins/neo/neo_skin.py
@@ -0,0 +1,126 @@
+# neo = /neoskins/neo/neo_skin.py - gutosie
+
+from Screens.Screen import Screen
+from Components.Pixmap import Pixmap
+import os
+
+
+#Colors (#AARRGGBB)
+#____Recommended colors - Zalecane kolory :
+#color name="white" value="#ffffff"
+#color name="darkwhite" value="#00dddddd"
+#color name="red" value="#f23d21"
+#color name="green" value="#389416"
+#color name="blue" value="#0064c7"
+#color name="yellow" value="#bab329"
+#color name="orange" value="#00ffa500"
+#color name="gray" value="#808080"
+#color name="lightgrey" value="#009b9b9b"
+
+# font genel
+# font baslk
+# font tasat
+# font dugme
+
+#jak by chcial ktos wlasny selektor, to przyklad:
+#
+
+### ImageChooseFULLHD
+ImageChooseFULLHD ="""
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#Window image selection - Okno wyboru image
+
+
+#Used Kernel:
+
+
+#More options - Menu
+
+
+
+
+#key 1> 2> 3>
+
+
+
+
+
+
+
+#Please choose an image to boot
+
+
+#NeoBoot is running from:
+
+
+
+#NeoBoot is running image:
+
+
+
+#Memory disc: - Pamiec dysku
+
+
+
+#Number of images installed:
+
+
+
+#Version update:
+
+#UPDATEVERSION
+
+
+#NeoBoot version:
+
+#PLUGINVERSION
+
+
+#Kernel Version
+
+#KERNELVERSION
+
+
+#hostname
+
+
+#Memory - Used: Available:
+
+
+#VIP
+
+
+
+"""
+
+
+
+###ImageChoose-HD
+