maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   [Announce]: Diablo5 Theme (By Kroll} (https://talk.maemo.org/showthread.php?t=52285)

auouymous 2011-09-29 20:33

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Quote:

Originally Posted by Johnnie Price (Post 1099199)
I want to remove the statusbar background image from the Home screen. Will I break something if I do so?

Don't remove it, replace it with a transparent image.

qgn_plat_home_status_bar_background.png
This image is 800x50, just make it all transparent.

qgn_plat_status_bar_background.png
This image is 40*number_of_applets x 50, might need to make it transparent as well.

This is assuming you have Telescope since task navigator will reduce the first image width by 80(?).

And other themes use 60 instead of 50 for the height.

Addison 2011-09-29 22:16

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Hey auounymous, if you could, mind sharing some new screenshots of your desktop and what you're doing?

Kind regards. :)

auouymous 2011-09-29 22:42

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Quote:

Originally Posted by Addison (Post 1099265)
Hey auounymous, if you could, mind sharing some new screenshots of your desktop and what you're doing?

My desktop looks like any other Diablo5 desktop, just a different background image. The problem with changing the number of statusbar applets is that the theme must be designed to handle that number, increase them and the theme must have a wider statusbar area, decrease them and it must have a smaller statusbar area. The Diablo5 theme tweaker lets you select the number of applets you want and it generates theme images with the correct statusbar length. The same could be done for other themes but it requires chopping the theme into small components and setting up the code to draw them at the correct locations or repeat them over a common area. I'll be releasing the code as soon as I get around to it and if someone wants to port it to their favorite theme then I could host their changes.

Edit: I might also write an app that runs on the device to avoid the web browser and downloading/installing of images. Maybe add a little language to define a theme so the one app could support any theme that included a definition and sub-images. Just don't hold your breath...

abuakram 2011-10-01 09:23

Re: [Announce]: Diablo5 Theme (By Kroll}
 
can Diablo5 theme be used on N900???

jstokes 2011-10-01 09:38

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Erm, what? This theme was influenced by your phone's default's theme

abuakram 2011-10-01 11:11

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Quote:

Originally Posted by jstokes (Post 1100171)
Erm, what? This theme was influenced by your phone's default's theme

http://s3.amazonaws.com/files.poster...1f0l9NXum8A%3D

Then really well customized

scy 2011-11-09 23:12

Re: [Announce]: Diablo5 Theme (By Kroll}
 
1 Attachment(s)
When using Aard dictionary (0.9.3) the main text does not get shown. Only when the text is marked blue it can be read. I checked with another theme ("Echo") to verify that aard is working correctly.

Within the preference options that offer Aard there is no text colour option. So what needs to be changed in order to be able to use Aard with this wonderful Diablo 5 theme?

Kroll 2011-11-10 10:53

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Quote:

Within the preference options that offer Aard there is no text colour option. So what needs to be changed in order to be able to use Aard with this wonderful Diablo 5 theme?
As far as I know unfortunately the background colour must be changed.
You can try to do that but keep in mind that there are a few thing which depends of it: cursor color, text color, etc. :( it's a lot of work.
But I gonna make a new one theme with a bright elements. someday...

scy 2011-11-10 13:56

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Thanks - solved. After your comment I double checked the configuration options for aard and found a simple option that did it for me.

Solution: Put a user.css file into $HOME/.aarddict/user.css such as the one shown on http://aarddict.org/aarddict/doc/aarddict.html

Code:

body, h1, h2, h3, h4, h5, h6 {
    background-color: black;
    color: gray;
}

.tex {
    background-color: lightgray;
    padding: 5px;
}

.infobox {
    display: none;
}

a:link {
    color: white;
    font-weight: bold;
}

a:active {
    background-color: rgb(80, 80, 80);
}

So, thanks @Kroll.However, this should not stop you, putting your great creativity into a bright theme ;-)

Kroll 2011-11-10 16:06

Re: [Announce]: Diablo5 Theme (By Kroll}
 
Thanks for solution, scy.
:)


All times are GMT. The time now is 02:36.

vBulletin® Version 3.8.8