INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: TWoNe Skin for standard view  (Read 4260 times)

xplain

  • Galactic Citizen
  • ****
  • Posts: 300
TWoNe Skin for standard view
« on: February 10, 2013, 12:31:50 pm »

I have created a skin for standard View, it is almost done.

I have used it for a long time myself.
I will throw it up for download if it has any interest.
Logged

xplain

  • Galactic Citizen
  • ****
  • Posts: 300
Re: TWoNe Skin for standard view
« Reply #1 on: February 10, 2013, 12:32:50 pm »

Screenshot
Logged

xplain

  • Galactic Citizen
  • ****
  • Posts: 300
Re: TWoNe Skin for standard view
« Reply #2 on: February 10, 2013, 12:33:21 pm »

Screenshot
Logged

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: TWoNe Skin for standard view
« Reply #3 on: February 10, 2013, 02:42:34 pm »

I, personally, prefer darker skins, but I like your clean, friendly design! Just to give my opinion: I'd prefer the icons of Play/Pause/Stop/Next/Previous a bit smaller. And I'm wondering if it would increase its usability, if the remaining part in the seekbar is different color than the already played part.

Which icons do you use for action window and for tree items?
Logged

xplain

  • Galactic Citizen
  • ****
  • Posts: 300
Re: TWoNe Skin for standard view
« Reply #4 on: February 10, 2013, 03:22:39 pm »

Thanks :-)

The seekbar and buttons will stay unchanged, it's part of the design.

I cant remember who made the icons for the tree, I found them in here, on this board
the icons in the action window is actually the originals that I just removed the colors from.
Logged

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: TWoNe Skin for standard view
« Reply #5 on: February 10, 2013, 03:34:02 pm »

The seekbar and buttons will stay unchanged, it's part of the design.

 :)

the icons in the action window is actually the originals that I just removed the colors from.

Easy to do, but looks nice and fits well with your skin!
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: TWoNe Skin for standard view
« Reply #6 on: February 11, 2013, 03:51:13 am »

Icons are symplicity by maverick on deviant art if i remember correctly :)
Logged

locust

  • Citizen of the Universe
  • *****
  • Posts: 699
Re: TWoNe Skin for standard view
« Reply #7 on: February 11, 2013, 09:43:39 am »

I'm interested, it looks very clean, well done :)
Logged

Fabricio

  • Citizen of the Universe
  • *****
  • Posts: 685
  • No one has patience with me.
Re: TWoNe Skin for standard view
« Reply #8 on: February 18, 2013, 12:08:00 pm »

Waiting ....

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: TWoNe Skin for standard view
« Reply #9 on: February 18, 2013, 02:40:24 pm »

lol Fabricio always waiting for skins everywhere :)
And what about you're metro dark finished?
Logged

Fabricio

  • Citizen of the Universe
  • *****
  • Posts: 685
  • No one has patience with me.
Re: TWoNe Skin for standard view
« Reply #10 on: February 18, 2013, 04:43:11 pm »

lol Fabricio always waiting for skins everywhere :)
And what about you're metro dark finished?

It's easier to wait ... :D

customize skin is harder ...  ;D

Metro dark is stopped.  :'( :'(  I'm impatient to customize.  :-\ :-\

Hugs ...

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: TWoNe Skin for standard view
« Reply #11 on: February 18, 2013, 06:48:12 pm »

Feel free to ask if u need help ;)
And it was almost finished.
Logged

Fabricio

  • Citizen of the Universe
  • *****
  • Posts: 685
  • No one has patience with me.
Re: TWoNe Skin for standard view
« Reply #12 on: February 18, 2013, 06:51:50 pm »

Feel free to ask if u need help ;)
And it was almost finished.

Ok. Thank you for your attention.  ;) ;) ;) ;)

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: TWoNe Skin for standard view
« Reply #13 on: February 19, 2013, 07:00:01 am »

I have a nearly done dark version of MetroX. I'd share it, if it's ok for Maverick.

Just one thing left on my to do list, but I couldn't figure out how to do. If I insert a CD/DVD the upper part of the dialog shows white font on white ground. Any idea how to solve this? Best solution would be to change the background to a darker color, but having a white background with black font color also would do the trick. (Screenshots attached)
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: TWoNe Skin for standard view
« Reply #14 on: February 19, 2013, 10:27:10 am »

i think it's here:
Code: [Select]
<VIEWHEADER>
     <Colors text="333333" SelectText="000000" HotText="67bf26" background="FFFFFF" HeaderBackground="d4d4d4" InactiveHeaderBackground="c4c4c4" HeaderTextColor="000000" HeaderHotTextColor="000000" ActiveTabTextColor="ff0000" />
</VIEWHEADER>
background="FFFFFF" is what u want ;)
Logged

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: TWoNe Skin for standard view
« Reply #15 on: February 19, 2013, 11:00:35 am »

i think it's here:
Code: [Select]
<VIEWHEADER>
[...]

Thanks, but this didn't work. I tried a search for "ffffff" and replaced it with red to see if this color can be replaced within the xml file. And finally I found it. It can be set here:
Code: [Select]
<FRAME>  [...]
<Entry Name="Edit" BackColor="000000" TextColor="FFFFFF" DisabledBackColor="FFFFFF" DisabledTextColor="888888"  /> [...]
</FRAME>

BackColor was what I was looking for. So I'm done :)
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: TWoNe Skin for standard view
« Reply #16 on: February 19, 2013, 11:39:12 am »

Thx to report it can be usefull for me too ;)
I often do the same thing ctrl+F and replace thecolors for to find it.
But i think i 'll made an xml with quotation for to be able to localize easily what i want.
The wiki is too short for this stuff and need better works on it.
It 'would be good if someone do this ,i can't because i'm not english...
Logged

Maverick07

  • World Citizen
  • ***
  • Posts: 104
Re: TWoNe Skin for standard view
« Reply #17 on: February 20, 2013, 11:14:27 am »

well imo the skin does look more like an concept rather than a finished skin =/
just three hints...
- youve used my scrollbars (that has an gradient to illustrate a 3d effekt), and put it together with your scrollbararrows that dont are white
- also the icons on the illustrated buttons are to big (especially dsp / shuf / cont) => smaller ones look more elegant
- missing volumefront / posfront


offtopic:
StFeder - well done, first mod of the skin where i dont get eyecancer because of the flashing colors =/
however, im not a friend of white text on dark backgrounds - cause if i switch to some white page, i have a "ghosting effect" in my eyes for some seconds...
Logged

xplain

  • Galactic Citizen
  • ****
  • Posts: 300
Re: TWoNe Skin for standard view
« Reply #18 on: February 20, 2013, 11:33:53 am »

Quote
well imo the skin does look more like an concept rather than a finished skin =/

I dont know what you mean by this  ?

Quote
missing volumefront / posfront

This is how the skin is, and I like it this way,
the scrolbars will be made different, You're right this is stolen from another skin,
and will ofcourse not stay like this :-)
Logged

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: TWoNe Skin for standard view
« Reply #19 on: February 20, 2013, 08:13:08 pm »

StFeder - well done, first mod of the skin where i dont get eyecancer because of the flashing colors =/
Happy to read this :D

however, im not a friend of white text on dark backgrounds - cause if i switch to some white page, i have a "ghosting effect" in my eyes for some seconds...
For me it feels better to use as I often use MC in dark environments. Perhaps I could lower the contrast a bit (make font color grey instead of white) but it works for me :)

This is how the skin is, and I like it this way,
I also like the missing volumefront and posfront. Was the only thing I completely removed from MetroX. DestroysDisturbs the clean look in MetroX and it also would disturb the look of TWoNe I think.
Logged
Pages: [1]   Go Up