diff --git a/NeoBoot/neoskins/cobaltfhd/Thumbs.db b/NeoBoot/neoskins/cobaltfhd/Thumbs.db new file mode 100644 index 0000000..a0c1756 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/Thumbs.db differ diff --git a/NeoBoot/neoskins/cobaltfhd/blue.png b/NeoBoot/neoskins/cobaltfhd/blue.png new file mode 100644 index 0000000..2025c77 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/blue.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/button600x40.png b/NeoBoot/neoskins/cobaltfhd/button600x40.png new file mode 100644 index 0000000..b2bd3ce Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/button600x40.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/chan_p_bar.png b/NeoBoot/neoskins/cobaltfhd/chan_p_bar.png new file mode 100644 index 0000000..bc54cd9 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/chan_p_bar.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/channel.png b/NeoBoot/neoskins/cobaltfhd/channel.png new file mode 100644 index 0000000..8242377 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/channel.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/exit.png b/NeoBoot/neoskins/cobaltfhd/exit.png new file mode 100644 index 0000000..ad75c45 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/exit.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/green.png b/NeoBoot/neoskins/cobaltfhd/green.png new file mode 100644 index 0000000..91ceaee Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/green.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/menu.png b/NeoBoot/neoskins/cobaltfhd/menu.png new file mode 100644 index 0000000..74fb17c Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/menu.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/progressmovie7.png b/NeoBoot/neoskins/cobaltfhd/progressmovie7.png new file mode 100644 index 0000000..4c6d8ce Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/progressmovie7.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/ramka622x364.png b/NeoBoot/neoskins/cobaltfhd/ramka622x364.png new file mode 100644 index 0000000..999986d Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/ramka622x364.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/red.png b/NeoBoot/neoskins/cobaltfhd/red.png new file mode 100644 index 0000000..cfa45db Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/red.png differ diff --git a/NeoBoot/neoskins/cobaltfhd/skin_cobaltfhd.py b/NeoBoot/neoskins/cobaltfhd/skin_cobaltfhd.py new file mode 100644 index 0000000..0ec26a4 --- /dev/null +++ b/NeoBoot/neoskins/cobaltfhd/skin_cobaltfhd.py @@ -0,0 +1,74 @@ +# skin = ./neoskins/cobaltfhd_skin - mod. gutosie + +from Screens.Screen import Screen +from Components.Pixmap import Pixmap +import os + +### ImageChooseFULLHD +ImageChooseFULLHD = """ + + + + Format:%A %e %B %Y + + + Format:%H:%M:%S + + + + + + + Name + + + Name + + Progress + + + StartTime + Format:%H:%M + + + EndTime + Format:%H:%M + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +""" +### diff --git a/NeoBoot/neoskins/cobaltfhd/yellow.png b/NeoBoot/neoskins/cobaltfhd/yellow.png new file mode 100644 index 0000000..c138276 Binary files /dev/null and b/NeoBoot/neoskins/cobaltfhd/yellow.png differ