The colors thread (show us your color themes) [Alaska only]

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
WJWNL Offline
Junior Member
Posts: 43
Joined: Apr 2009
Reputation: 0
Post: #31
Hitcher Wrote:Have you updated all the XML's?

That worked, thanks! But I've come across a new problem:

[Image: 09.jpg]

Before updating the .xml files, I could give the 'Finding Freebo' and 'Dexter' parts different colors. But after the update, they both react on '<color name="OSDPlayingTrack">FFFFFFFF</color>'.

Is this supposed to happen? Or can this be changed?
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #32
Forgot to make the title OSDPlayingArtist, fixed now.

[Image: sig_zps3af3b48e.jpg]
find quote
ECEC Offline
Fan
Posts: 374
Joined: Sep 2007
Reputation: 0
Post: #33
Ayla Wrote:Thanks a lot,

It was just the info I needed, now my orange color scheme is almost done.

WOW, this looks nice as all hell. Good job!
find quote
Amra Offline
Cimmerian
Posts: 452
Joined: Jun 2009
Reputation: 9
Location: Metropolis
Post: #34
Ayla Wrote:Thanks a lot,

It was just the info I needed, now my orange color scheme is almost done.
You're welcome and that looks really nice. Wink
find quote
Freddo Offline
Skilled Skinner
Posts: 489
Joined: Apr 2004
Reputation: 13
Post: #35
Reminds me of half life in an extremely good way, nice work!
find quote
uncertainty Offline
Fan
Posts: 521
Joined: Jun 2009
Reputation: 0
Location: Jersey
Post: #36
Ayla Wrote:Thanks a lot,

It was just the info I needed, now my orange color scheme is almost done.

That would have been nice for Halloween....
find quote
JDizzy Offline
Fan
Posts: 330
Joined: Apr 2009
Reputation: 0
Location: Californication
Post: #37
Amra Wrote:This skin changes a few graphic files in order to achive a mosaic background pattern. Therefore a download is necessary. The download includes two Home1 color choices to choose from.

Regarding the Blue Mosaic color scheme.

When in the Pictures section, or when in slideshow mode, I've noticed that the mask is showing over the top of the images making the images hard to see and off color.
I like the effect everywhere else, but if possible, would like to turn it off while viewing pictures and slideshowa so that the original image's colors are true.
find quote
Amra Offline
Cimmerian
Posts: 452
Joined: Jun 2009
Reputation: 9
Location: Metropolis
Post: #38
JDizzy Wrote:Regarding the Blue Mosaic color scheme.

When in the Pictures section, or when in slideshow mode, I've noticed that the mask is showing over the top of the images making the images hard to see and off color.
I like the effect everywhere else, but if possible, would like to turn it off while viewing pictures and slideshowa so that the original image's colors are true.
I'll check it & see what I can do.
find quote
Amra Offline
Cimmerian
Posts: 452
Joined: Jun 2009
Reputation: 9
Location: Metropolis
Post: #39
JDizzy Wrote:Regarding the Blue Mosaic color scheme.

When in the Pictures section, or when in slideshow mode, I've noticed that the mask is showing over the top of the images making the images hard to see and off color.
I like the effect everywhere else, but if possible, would like to turn it off while viewing pictures and slideshowa so that the original image's colors are true.
I checked it out on my computer & both the slideshow & regular viewing of pictures come thru clearly (no mosaic pattern on them) so I'm not sure what may be happening on your HTPC.

Is anyone else having this problem?
find quote
Ayla Offline
Fan
Posts: 578
Joined: Feb 2008
Reputation: 0
Post: #40
As promised, here is my blue/orange theme "blorange".

I'm pretty happy with the result and I'm using it as my personal colour scheme for now, I hope you like it Smile

[Image: 6133873_bigthumb.png] [Image: 6133875_bigthumb.png]

Put the code below in blorange.xml and put it in the Alaska/colors/ folder.

In Settings / Appearance choose "Theme: Skin Default" and "Colours: blorange".

NB: I have only made/tested the colours for "Home Style 1" and Poster View / File View.

Code:
<colors>

    <!-- Theme Colours -->

    <color name="BackgroundColor">ff222426</color>
    <color name="BackgroundFilterColor">00e57600</color>
    <color name="ButtonFilterColor">FFe57600</color>

    <!-- Home 1 Colours -->

    <color name="HomeFrameColor">FFe57600</color>
    <color name="HomeFrameDiffuseColor">66d1d1d1</color>
    <color name="MainMenuLabel">ee222426</color>

    <!-- Home 2 & 3 Colour -->
    
    <color name="MainMenu">193c3c3c</color>

    <!-- Background Test Colours
    
    <color name="BackgroundColor">ee000025</color>
    <color name="BackgroundFilterColor">44009ACD</color>
    <color name="BackgroundColor">dd000025</color>
    <color name="BackgroundFilterColor">cc151579</color>
    <color name="BackgroundColor">bb4aff46</color>
    <color name="BackgroundFilterColor">dd024d00</color>
    -->

    <!-- Global Colours -->

    <color name="Time">FFe57600</color>
    <color name="TimeAMPM">77e57600</color>
    <color name="Date">FF686868</color>
    <color name="RSSBody">FF686868</color>
    <color name="RSSHighlight">FF686868</color>
    <color name="RSSHeadline">FF686868</color>
    <color name="RSSTitle">FF474747</color>
    <color name="NowPlayingArtist">FF686868</color>
    <color name="NowPlayingAlbum">cc686868</color>
    <color name="NowPlayingTrack">FF686868</color>
    <color name="MediaMenu">77686868</color>
    <color name="TextFocused">FFe57600</color>
    <color name="Text">FFd1d1d1</color>
    <color name="TextDisabled">FFff5858</color>
    <color name="TextSelected">FFe57600</color>

    <!-- Flags -->

    <color name="FlagDiffuse">eeffffff</color>
    <color name="FlagText">dd222426</color>
    <color name="FlagText2">CCffffff</color>
    <color name="StarDiffuse">FFffffff</color>
    
    <!-- OSD -->

    <color name="OSDPlayingArtist">FFe57600</color>
    <color name="OSDPlayingTrack">FFe57600</color>
    <color name="OSDPlayingAlbum">77e57600</color>
    <color name="OSDPlayingPN">FFe57600</color>
    <color name="OSDDetails">FF686868</color>
    <color name="OSDTime">B9202020</color>
    <color name="OSDProgress">55686868</color>
    <color name="OSDProgressBar">bbe57600</color>
    <color name="OSDStatusBackground">11FFFFFF</color>
    <color name="OSDStatus">33FFFFFF</color>
    <color name="OSDPlayingDuration">FFe57600</color>
    
    <!-- Window menu colours -->

    <color name="MenuValue">FFd1d1d1</color>
    <color name="MenuValueFO">FFe57600</color>    

    <!-- Poster view colours -->

    <color name="PosterTitle">FFe57600</color>
    <color name="EpisodeLabelF">FF474747</color>    
    <color name="EpisodePlot">DDe57600</color>    
    <color name="EpisodeNumber">FF474747</color>        

    <!-- Info dialog colours -->

    <color name="InfoTitle">B9e57600</color>
    <color name="InfoPlot">DDe57600</color>
    <color name="InfoYear">B9e57600</color>    
    <color name="InfoGenre">DDe57600</color>        
    <color name="InfoDetails">DDe57600</color>
    <color name="MovieInfoLines">22e57600</color>
    <color name="OSDrating">B9e57600</color>

    <!-- Progress dialogs -->

    <color name="ProgressDialog">77686868</color>
    <color name="SettingsHeading">ab474747</color>    
    <color name="SettingsDetail">ab474747</color>        

    <!-- List & File colours -->

    <color name="ListTrackNF">FFe57600</color>
    <color name="ListTitleNF">FFe57600</color>
    <color name="ListTrackF">FFe57600</color>
    <color name="ListTitleF">FFe57600</color>
    <color name="FileTitleNF">abe57600</color>    

    <!-- Poster colours -->

    <color name="WallIconDiffuse">f9e57600</color>
    <color name="IconDiffuse">f9e57600</color>
    <color name="WatchedIconDiffuseNF">68e57600</color>
    <color name="WatchedIconDiffuseFO">FFe57600</color>

    <!-- Fanart colours -->

    <color name="FanartTitle">FF474747</color>
    <color name="FanartText">DD202020</color>

    <!-- Dialogs -->

    <color name="DialogLargeLabel">dc777777</color>
    <color name="DialogLargeLabelAccent">CCdadada</color>

    <!-- Favorites -->

    <color name="FavListPanel">ff222426</color> <!-- Background color of the square panel behind the Favourites text -->
    <color name="FavListItem">eed1d1d1</color> <!-- Text color of items in list, not selected -->
    <color name="FavListItemSelected">00e57600</color> <!-- The horizontal bar over the selected item -->
    <color name="FavListItemFocusedSelected">ee000000</color> <!-- Text color when selected?? -->

    <!-- Filemanager -->

    <color name="FM_ListTitle">dc777777</color>
    <color name="FM_ListTitleAccent">CCdadada</color>
    <color name="FM_ListSelected">dc990000</color>
    <color name="FM_ListFocused">ffe57600</color>
    <color name="FM_ListFocusedAccent">00CCCCCC</color>
    <color name="FM_ListUnfocused">dc777777</color>
    <color name="FM_ListFocusSelected">CCcccccc</color>

</colors>
(This post was last modified: 2009-12-01 21:32 by Ayla.)
find quote
Post Reply