electronic program guide colour scheme changes?

Asked by stanna

is it possible to change the way me-tv does the colours on the electronic program guide so that it uses the same colour scheme that is being used for gnome? whatever is involved i dont know, just a question if perhaps the channel names on the left could use the same background/foreground colour and button configuration as whatever theme gnome is using. not something that really helps the functionality of the app. just easy on the eyes and matches everything a little better? im just curious. not asking for the world to be changed for one small thing..

whats your thoughts michael?

Question information

Language:
English Edit question
Status:
Solved
For:
Me TV Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Lamothe
Solved:
Last query:
Last reply:
Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#1

The colours are hard coded in the source. If you wanted to change these values to known values then it's easy to do that from the source. Let me know if you want to do that and I can help if needed.

I thought of making the colours configurable but at the time that I built it I was really pushed for time. The issue with making it the same as the GNOME desktop colours is:

1. That I need too many of them,

Column timespan (Blue)
Channel Buttons (Blue)
Normal Event (GNOME colours)
Current Event (Green)
Selected Event (Yellow)
Recorded Event (Red, but I didn't get this done in time)

2. The GNOME desktop has a few predefined (PRELIGHT, ACTIVE, NORMAL, ...) colours but I didn't want to use them because I think that it would cause confusion if I showed a button in a particular state. i.e Users might think that they can't click it because it already looks clicked.

3. It makes writing the guide a lot easier if I can just say "The current event is Green".

I'll definitely consider making the colours configurable in the future (0.6) but I'm not sure that the EPG will stick around in its current form. I'm thinking of making it an overlay using the Clutter UI.

Revision history for this message
stanna (stanna) said :
#2

even adding an optiont to use use 'system colours' if wanted or use the ones you pre define in me-tv.. or a possible 3rd to configure your own colours.. ? but this might be heading towards pointless features when the main purpose of the software is to do one thing and do it properly with no frills..

what do you think?

Revision history for this message
Best Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#3

Maybe you missed my point(s),

1. There's not enough system colours to go around
2. I don't think that I should use colours that have already been defined for another purpose

Like I was saying in 0.6 I'm thinking of using a libclutter based interface which will be theme-able.

Revision history for this message
stanna (stanna) said :
#4

Thanks Michael Lamothe, that solved my question.