OverlayHD Skin Themes...

Moderators: Gully, peteru

Post Reply
IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

OverlayHD Skin Themes...

Post by IanSav » Sun Sep 27, 2015 14:37

Hi All,

Please use this thread to propose and discuss themes for the OverlayHD skin.

Regards,
Ian.
Last edited by IanSav on Sat May 07, 2016 00:14, edited 1 time in total.

osc.wilde
Apprentice
Posts: 19
Joined: Thu Sep 24, 2015 01:43

Re: OverlayHD Skin Colour Themes...

Post by osc.wilde » Thu Oct 01, 2015 15:34

Hi Ian,

Is it possible for users to save their own themes, then upload to this thread (with screen grabs)?

This is all predicated on the code to save/load themes being added to the OverlayHD settings/menu.
Possible?
A good idea?
Technically feasible?

I'd presume there would be a file location that users could drop theme settings into - if so could this be a simple drag/drop operation or is an installation required?

Dave

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Thu Oct 01, 2015 17:44

Hi Dave,

All the changed settings can be harvested from the default Enigma2 settings file. The settings are saved in "/etc/enigma2/settings". The key used by OverlayHD is "config.plugins.skin.OverlayHD.xxx=yyy". Only the settings that deviate from the default are saved in the file.

The current development work has the themes being loaded from a theme.xml file located with the plugin. This currently doesn't exist in any code in the wild. I hadn't planned on providing and editing tools but I am not restricting users from editing the theme.xml file to add, remove or change any themes listed therein.

Regards,
Ian.

Edit: Changed the config keys to use the new names as requested by PeterU.
Last edited by IanSav on Fri Oct 02, 2015 12:31, edited 1 time in total.

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Thu Oct 01, 2015 18:01

A simple command to pull the OverlayHD config lines from the settings file is:

Code: Select all

grep '^config\.OverlayHD' /etc/enigma2/settings > overlaysettings
If you have a file created this way and want to apply the theme:

Code: Select all

init 4
cat overlaysettings >> /etc/enigma2/settings
init 3
'>>' is not a typo; you need two '>'s together to append the overlaysettings file to /etc/enigma2/settings. Using a single '>' will wipe out all your other settings.

And yes, sorry, this is a bit geeky.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Thu Oct 01, 2015 19:00

Hi Prl,

I would have thought that appending duplicated settings would be a very bad idea.

If you want to use this approach to manage the settings then I suggest something like:

Code: Select all

# Stop Enigma2...
init 4
# Extract the OverlayHD settings from the settings file...
grep '^config\.OverlayHD\.' /etc/enigma2/settings > OverlayHD_Settings
# Remove the current OverlayHD settings from a copy of the settings file...
grep -v '^config\.OverlayHD\.' /etc/enigma2/settings > newsettings
# Edit OverlayHD_Settings to make any changes you require...
# Append the new OverlayHD settings to a copy of the settings file...
cat OverlayHD_Settings >> newsettings
# If there is a previous backup of the settings file then remove it...
rm /etc/enigma2/settings.prev
# Save a copy of the original settings file (just in case)...
mv /etc/enigma2/settings /etc/enigma2/settings.prev
# Install the newly updated settings into the correct place...
mv newsettings /etc/enigma2/settings
# Restart Enigma2...
init 3
Even more geeky! :P

Regards,
Ian.

kenmax
Apprentice
Posts: 49
Joined: Sat Jun 20, 2015 22:56
Location: Springvale South Melbourne

Re: OverlayHD Skin Colour Themes...

Post by kenmax » Mon Nov 09, 2015 16:38

OK, this is something like what I want!
Except take all that geekiness out and put it in the overlays settings menu as:
Save Settings As:
Load settings (Put up a list of previously saved settings)
I could then play with different colour combo's and save them with different names. Share these settings files around.
Ken
____________________________________________________________
BeyonWiz T4 17.5.20180417 > Yamaha Amp > Sony 70" LCD
Harmony Ultimate One remote

User avatar
snb41
Apprentice
Posts: 25
Joined: Wed Nov 25, 2015 10:54

Re: OverlayHD Skin Colour Themes...

Post by snb41 » Wed Nov 25, 2015 11:35

I have had a quick look at your plugin, great idea and very powerful well done Ian :D I definitely think that themes are the way to go for most users because you can easily get lost and forget what you have changed, to switch between pre-designed themes would definitely be easier. I will put it on my project list to come up with a theme and try and follow instructions above to get the ball rolling :D
snb41
Wollongong NSW
Beyonwiz T4 + Chromecast
Beyonwiz T2
Beyonwiz V2
DP-S1 x 1 and a half.. (Retired)
Favourite Plugins
e2iStream / MediaPortal / TStube / Kodi

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Wed Nov 25, 2015 16:36

Hi Snb41,

With the two primary Beyonwiz developers being away for a while I have switched my attention to remote control app development and other projects for a while. I should complete my efforts soon and will switch back to OverlayHD and the scheme development.

I welcome any input you care to offer.

Regards,
Ian.

Buffy71
Master
Posts: 162
Joined: Mon Feb 25, 2008 10:08
Location: Sydney, Australia

Re: OverlayHD Skin Colour Themes...

Post by Buffy71 » Wed Apr 13, 2016 20:25

Hi everyone!
Now that y'all have had time to fiddle and perfect, would any of you care to share your themes with respect to colours, fonts, settings etc to those of us who are too lazy/simple.
I HAVE actually made a few changes here and there, but would be interested in shortening the process somewhat if anyone's setup a smokin' theme and would care to oblige :lol:

I look forward to any and all suggestions, thanks.

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Colour Themes...

Post by Paul_oz53 » Thu Apr 14, 2016 11:06

My own changes are minimal. Not at home so from memory:

Dodger Blue for the EPG clock text, EPG time numbers and menu text.

Silver for the EPG grid.

Menu text Arial (?).

Haven't got my head fully around saving themes yet. Not sure where the theme is saved but no doubt Ian will tell us :wink:

Paul
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Thu Apr 14, 2016 11:15

Paul_oz53 wrote:... Not sure where the theme is saved but no doubt Ian will tell us :wink: ...
Not Ian, but: /usr/lib/enigma2/python/Plugins/Extensions/OverlayHD/themes.xml
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Thu Apr 14, 2016 11:16

Hi Paul,

All the themes are saves in XML format in the "themes.xml" file in the OverlayHD plugin directory.

At some point I will add this file into the backup list of files to be saved during a backup. I am currently side tracks working on allowing users to specify all the date and time formats across most of the UI. I am also working on a solution to the stray "-" problem when times can not be displayed for an event.

Regards,
Ian.

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Thu Apr 14, 2016 11:18

In the meantime, users could add the themes file to the backup themselves, Just make sure you don't add anything else! :)
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Thu Apr 14, 2016 11:42

Hi Buffy71,

I have the most of the settings as default which works for me by definition. ;) (I set most of the defaults because they are my generally preferred settings.)

Things that I changed away from default are:
  • I set the "EPG grid event text alignment" to "Centred"
  • "Volume control colour" to "Orange"
  • "Title font" and "Clock font" to "Arial Narrow"
  • "Fixed font" to "M+ 1M"
  • all the other fonts to "Valis Enigma"
Regards,
Ian.

Buffy71
Master
Posts: 162
Joined: Mon Feb 25, 2008 10:08
Location: Sydney, Australia

Re: OverlayHD Skin Colour Themes...

Post by Buffy71 » Thu Apr 14, 2016 14:28

Thanks to all for your input.
Ian, looks like we have similar taste, as I think a lot of my settings are same as above.
Will do a little tweaking and let you know how it goes.
Thanks again :D

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Colour Themes...

Post by Paul_oz53 » Fri Apr 15, 2016 00:15

prl wrote:
Paul_oz53 wrote:... Not sure where the theme is saved but no doubt Ian will tell us :wink: ...
Not Ian, but: /usr/lib/enigma2/python/Plugins/Extensions/OverlayHD/themes.xml
Thanks not Ian :lol:

When I upgraded the firmware by usb it preserved the theme settings. I guess that means the themes.xml file didn't get overwritten.
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Fri Apr 15, 2016 02:33

Hi Paul,
Paul_oz53 wrote:When I upgraded the firmware by usb it preserved the theme settings. I guess that means the themes.xml file didn't get overwritten.
Actually you probably lost all your saved themes.

The current theme settings are saved in the settings file and are backed up when you run a backup. OverlayHD makes its changes while the system boots and then gets out of the way while your Beyonwiz is running. The themes in the themes.xml file are only consulted while using the Themes option in the OverlayHD plugin. If the system has no themes.xml file the OverlayHD plugin will automatically create the two themes "Default" and "Current" when first started after installation.

Regards,
Ian.

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Colour Themes...

Post by Paul_oz53 » Fri Apr 15, 2016 18:07

My mistake. I did have to redo the theme on the usb upgrade. Too much red wine :oops:
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Fri Apr 15, 2016 18:08

Paul_oz53 wrote:My mistake. I did have to redo the theme on the usb upgrade. Too much red wine :oops:
The whole of the firmware, including the plugins directory where themes.xml is held is overwritten by a USB upgrade.

You could add themes.xml to your backups list, though.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Fri Apr 15, 2016 23:44

Hi Prl,
prl wrote:
Paul_oz53 wrote:My mistake. I did have to redo the theme on the usb upgrade. Too much red wine :oops:
The whole of the firmware, including the plugins directory where themes.xml is held is overwritten by a USB upgrade.

You could add themes.xml to your backups list, though.
I have been thinking about this today. I intend to move the themes.xml file to /etc/enigma2/OverlayHD-themes.xml so that it gets saved in a normal backup. I don't want to play with the backup config variable.

Regards,
Ian.

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Sat Apr 16, 2016 12:46

Sounds like a reasonable way to go, but perhaps the uninstaller for the package should remove the themes file?
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Sat Apr 16, 2016 13:18

Hi Prl,
prl wrote:Sounds like a reasonable way to go, but perhaps the uninstaller for the package should remove the themes file?
I am not so sure about this. It seems like normal practice to leave the settings files behind in case the plugin is ever reinstalled. It is just like the config options that are left in the settings file.

I just tested EPGRefresh and it leaves its configuration file behind.

I am leaning towards leaving the file in place. Do you feel strongly about removing it?

Regards,
Ian.

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: OverlayHD Skin Colour Themes...

Post by prl » Sat Apr 16, 2016 14:08

IanSav wrote:... I am leaning towards leaving the file in place. Do you feel strongly about removing it? ...
No, not really.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Colour Themes...

Post by IanSav » Sat Apr 16, 2016 14:38

Hi Prl,

Okay. I will leave the file in place - just in case.

Thank you for raising the issue so that a concious decision could be made.

regards,
Ian.

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Colour Themes...

Post by Paul_oz53 » Sat Apr 16, 2016 14:43

IanSav wrote:Hi Prl,
prl wrote:
Paul_oz53 wrote:My mistake. I did have to redo the theme on the usb upgrade. Too much red wine :oops:
The whole of the firmware, including the plugins directory where themes.xml is held is overwritten by a USB upgrade.

You could add themes.xml to your backups list, though.
I have been thinking about this today. I intend to move the themes.xml file to /etc/enigma2/OverlayHD-themes.xml so that it gets saved in a normal backup. I don't want to play with the backup config variable.

Regards,
Ian.
OK, I'll leave the backup settings alone then. Right now I have saved a backup to the PC so I can fiddle with a copy in an xml editor.

Ordinarily I would not recommend removing the settings file. If a corrupted settings file can screw up things after a USB reinstall then maybe, but it's not apparent to me that there'sanything in OverlayHD that could do that.

It looks like you are going that way anyway.

Cheers, Paul
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Themes...

Post by IanSav » Mon May 09, 2016 17:24

Hi Gleff,

As per your request in the main OverlayHD thread:
Also, now that themes work, I'd really love to get the theme for the way the EPG looks like on page 12 of this thread. It's the one posted by Ian on Sat Nov 14, 2015 12:52 pm. I'd love that colour scheme but I'm having no luck getting the changes to take affect.
To get that EPG colour scheme from the Default settings make the following changes:
  • EPG grid border colour -> Silver
  • EPG grid background colour -> Darker Blue
  • EPG grid background selected colour -> Yellow
  • EPG grid service background colour -> Deep Blue
  • EPG grid current service background colour -> Blue
Please let me know if this is the scheme you wanted.

Regards,
Ian.

gleff
Master
Posts: 116
Joined: Mon Dec 10, 2007 10:13

Re: OverlayHD Skin Themes...

Post by gleff » Sat May 14, 2016 16:51

IanSav wrote:Hi Gleff,

As per your request in the main OverlayHD thread:
Also, now that themes work, I'd really love to get the theme for the way the EPG looks like on page 12 of this thread. It's the one posted by Ian on Sat Nov 14, 2015 12:52 pm. I'd love that colour scheme but I'm having no luck getting the changes to take affect.
To get that EPG colour scheme from the Default settings make the following changes:
  • EPG grid border colour -> Silver
  • EPG grid background colour -> Darker Blue
  • EPG grid background selected colour -> Yellow
  • EPG grid service background colour -> Deep Blue
  • EPG grid current service background colour -> Blue
Please let me know if this is the scheme you wanted.

Regards,
Ian.

Hi Ian,

Sorry for the delay getting back to you. That's the theme.. Thanks heaps. I tried to replicate it earlier and it was only a little off, but now i've replicated your settings and it looks great.

Thanks again.
Geoff

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Themes...

Post by IanSav » Sat May 14, 2016 23:57

Hi Geoff,

Not a problem.

I hope you are enjoying using the OverlayHD skin. Please remember that I welcome feedback on the skin and its plugin. I am particularly keen to hear about any bugs or issues so that they can be investigated and, where possible, corrected.

Regards,
Ian.

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Themes...

Post by Paul_oz53 » Sun May 15, 2016 22:57

IanSav wrote:Hi Geoff,

Not a problem.

I hope you are enjoying using the OverlayHD skin. Please remember that I welcome feedback on the skin and its plugin. I am particularly keen to hear about any bugs or issues so that they can be investigated and, where possible, corrected.

Regards,
Ian.
Hi Ian,
Nothing to report I'm almost sorry to say. :lol:

It's all working perfectly for me - except I've broken the remote enjoying the skin. :cry:

Reprogramming the Harmony 650 was a pain though. Had to redo all the customisations when it upgraded from five devices to eight. :evil:
Cheers Paul
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Themes...

Post by IanSav » Mon May 16, 2016 02:18

Hi Paul,

If / When my clock changes get accepted into the firmware there will be a new update for OverlayHD. Hopefully it will continue to offer trouble free service. :)

Regards,
Ian.

paullings
Master
Posts: 247
Joined: Sat Dec 13, 2014 06:37
Location: Newcastle

Re: OverlayHD Skin Themes...

Post by paullings » Mon Sep 26, 2016 09:29

Hi IanSav,

I have just started using OverlayHD and have to say great work.
Can I make one small suggestion please. Would it be possible to display the current theme name on the main menu screen or maybe highlight the current theme on the themes screen.
Robert

U4 2TB (Jan 2018) 19.3.20211010 , HDMI
T3 1TB (Dec 2014) 19.3.20211010 , Front Panel 20057, HDMI, Warkus'd 2018 & still going
IceTV, Series2Folder, OverlayHD 1.70
Samsung 55"OLED TV, Apple TV, ReadyNAS 214, Sonos Arc, Harmony Ultimate One
Windows 10

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: OverlayHD Skin Themes...

Post by IanSav » Mon Sep 26, 2016 10:23

Hi Robert,
paullings wrote:I have just started using OverlayHD and have to say great work.
Thank you.
paullings wrote:Can I make one small suggestion please. Would it be possible to display the current theme name on the main menu screen or maybe highlight the current theme on the themes screen.
Good suggestion. I will only add it somewhere within the OverlayHD plugin to keep changes to a minimum.

At first thought I may add it to the title bar where it will be easy to find. Let me think about this and I will update the thread with my final proposal.

Regards,
Ian.

paullings
Master
Posts: 247
Joined: Sat Dec 13, 2014 06:37
Location: Newcastle

Re: OverlayHD Skin Themes...

Post by paullings » Mon Sep 26, 2016 10:38

Thanks Ian. Yes that's what I meant - the main OverlayHD menu screen :oops:
Robert

U4 2TB (Jan 2018) 19.3.20211010 , HDMI
T3 1TB (Dec 2014) 19.3.20211010 , Front Panel 20057, HDMI, Warkus'd 2018 & still going
IceTV, Series2Folder, OverlayHD 1.70
Samsung 55"OLED TV, Apple TV, ReadyNAS 214, Sonos Arc, Harmony Ultimate One
Windows 10

paullings
Master
Posts: 247
Joined: Sat Dec 13, 2014 06:37
Location: Newcastle

Re: OverlayHD Skin Themes...

Post by paullings » Mon Apr 03, 2017 08:35

Hi,
Following suggestions in the Main Thread here is my theme. I use graphical EPG so haven't done any changes to the EPG part of the theme other than font.
Paullings.xml
(10.17 KiB) Downloaded 100 times
Robert

U4 2TB (Jan 2018) 19.3.20211010 , HDMI
T3 1TB (Dec 2014) 19.3.20211010 , Front Panel 20057, HDMI, Warkus'd 2018 & still going
IceTV, Series2Folder, OverlayHD 1.70
Samsung 55"OLED TV, Apple TV, ReadyNAS 214, Sonos Arc, Harmony Ultimate One
Windows 10

Paul_oz53
Wizard
Posts: 2789
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: OverlayHD Skin Themes...

Post by Paul_oz53 » Mon Apr 03, 2017 20:04

paullings wrote:Hi,
Following suggestions in the Main Thread here is my theme. I use graphical EPG so haven't done any changes to the EPG part of the theme other than font.
The attachment Paullings.xml is no longer available
And attached is mine, I use the text EPG, have tweaked a few fonts and colours and much prefer the 'SLIM" media display and 12 Hr clock.
Paul_oz53-OverlayHD_themes.xml
Paul_oz53 OverlayHD themes.xml
(29.45 KiB) Downloaded 99 times
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

Post Reply

Return to “Skins”