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

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
D0nR0s4 Offline
Senior Member
Posts: 271
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #291
the_alien Wrote:Just a small color mod

[Image: screenshot009pg.jpg]

[Image: screenshot002ps.jpg]

[Image: screenshot005x.jpg]

Want to share?
find quote
the_alien Offline
Team-XBMC Android Remote Developer
Posts: 422
Joined: May 2008
Reputation: 0
Post: #292
D0nR0sa Wrote:Want to share?

Sure, I'll put it up tomorrow. (Has to find all files I've touched first Wink)

XBMCLive Dharma beta 2 running on an ASRock ION 330 HT
find quote
hcopp Offline
Junior Member
Posts: 9
Joined: Jun 2009
Reputation: 0
Post: #293
Amra Wrote:For anyone who is interested, I've updated/tweaked the Red Slate, Blue Slate, & Blue Mosaic themes to (hopefully) make the text a little more visible as well as changed a few colors here & there.

Check the MediaFire link in my signature.

Thanks!
find quote
ppic Offline
Skilled Python Coder
Posts: 2,688
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #294
scrolling Wrote:Very nice theme

[Image: alaskaoy.jpg]

i love it !!!!!

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
scrolling Offline
Senior Member
Posts: 195
Joined: Feb 2009
Reputation: 1
Post: #295
Juanflaco

Would it be possible to make this menu a bit darker or less transparent so the menu in back doesn't bleed through.

Thanks

[Image: weatherh.jpg]

HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT
find quote
Juanflaco Offline
Senior Member
Posts: 189
Joined: Jun 2004
Reputation: 0
Post: #296
scrolling Wrote:Juanflaco

Would it be possible to make this menu a bit darker or less transparent so the menu in back doesn't bleed through.

Thanks

[Image: weatherh.jpg]
Ah, bummer. Thanks for bringing this to my attention. I hadn't realized panels could stack but I suppose a lot of script settings windows will show this behavior. I'll tinker with it and will post edits along with a new zip file.

edit: looks like the best option is just to remove all transparency from the panel. See here for an updated zip file for new users, existing users can just replace Stencil.xml in your Alaska/colors directory with the code below (also includes a minor change to darken some video info labels)...

Code:
<colors>

    <!-- Standard Colours -->

    <color name="Black">FF08090D</color>
    <color name="White">FFFFFFF1</color>
    <color name="Red">FF660D00</color>
    <color name="Green">FF00ff00</color>
    <color name="Blue">FF0000ff</color>
    <color name="Clear">00FFFFFF</color>

    <!-- SVN Colour Hack - Same as ListTitleFO colour -->

    <color name="FFFFFFFF">FF525252</color>

    <!-- Theme Colours -->

    <color name="BackgroundColor">AAFFFFF1</color>
    <color name="BackgroundFilterColors">DDC7BE88</color>
    <color name="ButtonFilterColor">FF2B2830</color>
    <color name="ArrowFilterColor">FFD9D7A3</color>

    <!-- Home 1 Colours -->

    <color name="HomeWindowFrameColor">FF2B2830</color>
    <color name="HomeWindowTextBackgroundColour">FF2B2830</color>
    <color name="HomeWindowTextColour">FFD9D7A3</color>

    <!-- Home 2 & 3 Colour -->
    
    <color name="MainMenu">335C504F</color>

    <!-- Global Colours -->

    <color name="Time">FF2B2830</color>
    <color name="TimeAMPM">FF5C504F</color>
    <color name="Date">FF5C504F</color>
    <color name="RSSBody">FFC7BE88</color>
    <color name="RSSHighlight">FF5C504F</color>
    <color name="RSSHeadline">FF5C504F</color>
    <color name="RSSTitle">FF2B2830</color>
    <color name="NowPlayingTrack">FF2B2830</color>
    <color name="TextFocused">FFD9D7A3</color>
    <color name="Text">AA2B2830</color>
    <color name="TextDisabled">77ABAB8E</color>
    <color name="TextSelected">FFC7BE88</color>

    <!-- Flags -->

    <color name="FlagDiffuse">FF2B2830</color>
    <color name="CodecDiffuse">FF2B2830</color>
    <color name="StudioDiffuse">FF2B2830</color>
    <color name="FlagText">FF2B2830</color>
    <color name="StarRatingDiffuse">FF2B2830</color>

    <!-- OSD -->

    <color name="OSDNowPlayingBack">FF000000</color>
    <color name="OSDNowPlaying">FFC7BE88</color>
    <color name="OSDNowPlayingTitle">FFD9D7A3</color>
    <color name="OSDProgressBar">FFABAB8E</color>
    <color name="OSDPlayingDuration">FFD9D7A3</color>
    <color name="OSDBackground">FF000000</color>

    <!-- Window menu colours -->

    <color name="MenuValue">FF5C504F</color>
    <color name="MenuValueFO">FF2B2830</color>    

    <!-- Poster/Panel/Landscape view colours -->

    <color name="PosterTitle">FF2B2830</color>
    <color name="LandscapeTitle">FF2B2830</color>
    <color name="LandscapeText">FF5C504F</color>

    <!-- Episode view colours -->

    <color name="EpisodeLabelFO">FF2B2830</color>    
    <color name="EpisodePlot">FF261E1B</color>
    <color name="EpisodeNF">AA2B2830</color>
    <color name="EpisodeWatchedNF">AA261E1B</color>
    <color name="EpisodeWatchedFO">FF261E1B</color>

    <!-- Info dialog colours -->

    <color name="InfoTitle">FF2B2830</color>
    <color name="InfoPlot">DD2B2830</color>
    <color name="InfoYear">FF2B2830</color>    
    <color name="InfoGenre">FF2B2830</color>        
    <color name="InfoDetails">FF2B2830</color>
    <color name="MovieInfoLines">882B2830</color>
    <color name="InfoRating">FF2B2830</color>

    <!-- Progress dialogs -->

    <color name="ProgressDialog">FFD9D7A3</color>
    <color name="ProgressFilterColor">FF2B2830</color>
    <color name="SettingsHeading">ff2B2830</color>    
    <color name="SettingsDetail">CC2B2830</color>        

    <!-- List & File colours -->

    <color name="ListTitleNF">AA2B2830</color>
    <color name="ListTitleFO">FF2B2830</color>
    <color name="ListSelectedNF">AA660D00</color>
    <color name="ListSelectedFO">FF660D00</color>

    <!-- Wall colours -->

    <color name="WallIconDiffuse">895C504F</color>
    <color name="WallArrowBackDiffuse">FFFFFFF1</color>
    <color name="WallArrowDiffuse">FF5C504F</color>
    <color name="IconDiffuse">898A7D7C</color>
    <color name="InfoPanelPictureDiffuse">ddFFFFFF</color>

    <!-- Watched colours -->

    <color name="WatchedIconBackFO">862B2830</color>
    <color name="WatchedIconBackNF">86FFFFF1</color>
    <color name="WatchedIconDiffuseFO">86FFFFF1</color>
    <color name="WatchedIconDiffuseNF">862B2830</color>

    <!-- Dialogs -->

    <color name="DialogBack">FFC7BE88</color>
    <color name="DialogBackground">CCC7BE88</color>

    <!-- Panels -->

    <color name="PanelDiffuse">FF2B2830</color>
    <color name="PanelDiffuseDivider">FF5C504F</color>
    <color name="PanelListTitle">FF2B2830</color>
    <color name="PanelListLabel">FFABAB8E</color>
    <color name="PanelListItem">FFABAB8E</color>
    <color name="PanelListItemSelected">FFC7BE88</color>
    <color name="PanelListItemDisabled">77ABAB8E</color>
    <color name="PanelListItemFocused">FFD9D7A3</color>

</colors>

Thanks again, scrolling!
(This post was last modified: 2010-02-06 10:14 by Juanflaco.)
find quote
grey Offline
Senior Member
Posts: 218
Joined: Nov 2008
Reputation: 0
Location: Chisinau, Moldova
Post: #297
Juanflaco, experiencing the same problem as in the picture here: http://img4.imageshack.us/img4/725/alaskaoy.jpg

text isn't visible...

thanks
find quote
Riderzzz Offline
Senior Member
Posts: 199
Joined: Sep 2007
Reputation: 1
Location: DK
Post: #298
grey Wrote:Juanflaco, experiencing the same problem as in the picture here: http://img4.imageshack.us/img4/725/alaskaoy.jpg

text isn't visible...

thanks

update to the updated alska on github. see release thread.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #299
grey Wrote:Juanflaco, experiencing the same problem as in the picture here: http://img4.imageshack.us/img4/725/alaskaoy.jpg

text isn't visible...

thanks
Already covered.

scrolling Wrote:Very nice theme

[Image: alaskaoy.jpg]

Hitcher Wrote:Are you using the latest Github build?

Juanflaco Wrote:Yep, you'll need to grab a newer Alaska build from github. The flags have changed. The missing flags you've circled are now transparent so the background shows through, and the rating / year text will show up darker (same color as the other flags.)

scrolling Wrote:Thanks that worked.

[Image: sig_zps3af3b48e.jpg]
find quote
portuga2000 Offline
Junior Member
Posts: 9
Joined: Oct 2009
Reputation: 0
Post: #300
Hi, Folks

Great color themes here.
I'm trying to make one of my on, but this .xpr files are giving me a headache.
I am using XPRExpress to build a .XPR file just like the ones that came with Alaska, with the same name as my color .XML file and placed it on the media folder. But when i choose the color theme it doesn't load the files within the .xpr.

I've checked the .xpr with XPRExpress and the internal structure is right. It has a folder named "backdrops" with a filter.png file inside. But still no go.

Can somebody help me on this problem?

Thanks!
find quote
Post Reply