<div dir="ltr">Hmm, then I suggest not to use Silica theme.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 3, 2013 at 11:36 AM, Wim de Vries <span dir="ltr"><<a href="mailto:wsvries@xs4all.nl" target="_blank">wsvries@xs4all.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks all for the replies.<br>
First, I sure like the swiping functionality of Silica, especially the pull down/push up menus, page indicator, etc..<br>
Still, my app is used in a cockpit. Many (light) aircrafts and gliders do have full "glass" canopies (like an F16).<br>
This is an extremely bright light environment, so I need contrasting colors.<br>
In the current app (ubuntu), buttons are light green (00FF00) with black text, strong warnings FF0000, and soft warnings orange.<br>
<br>
Current problem:<br>
I did push some of my own buttons in the Silica menu items, but<br>
- I need more (light/color) contrast in the highlight section of each menu item (when it is selected);<br>
- I am not sure if it allowed (non Silica stuff in Silica elements).<br>
<br>
Also, the page indicators (left top: indicating that you are in n-th of x pages are to 'soft' for my app.<br>
Thanks.<br>
r<br>
wim<div class="im"><br>
<br>
<br>
<br>
On 06/02/2013 11:57 AM, Jonni Rainisto wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can ofcourse alse use javascript and read current theme colors in there and slice them in r g b values, and make your custom var's with changed values. But the question is that can you give an example of where the default theme colors are not readable enough, and what kind of ambient theme are you using?<br>
<br>
re, jonni<br>
<br>
______________________________<u></u>__________<br>
From: <a href="mailto:devel-bounces@lists.sailfishos.org" target="_blank">devel-bounces@lists.<u></u>sailfishos.org</a> [<a href="mailto:devel-bounces@lists.sailfishos.org" target="_blank">devel-bounces@lists.<u></u>sailfishos.org</a>] on behalf of Lucien XU [<a href="mailto:sfietkonstantin@free.fr" target="_blank">sfietkonstantin@free.fr</a>]<br>
Sent: Sunday, June 02, 2013 12:39 PM<br>
To: <a href="mailto:devel@lists.sailfishos.org" target="_blank">devel@lists.sailfishos.org</a><br>
Subject: Re: [SailfishDevel] change Silica theme details<br>
<br>
Hello,<br>
<br>
You are not forced to use Silica to develop your application. You can, for<br>
example, use your custom components (based on QtQuick default components, like<br>
Rectangle or Text), to draw some of the UI.<br>
<br>
For example, you can draw a white background by doing<br>
<br>
Page {<br>
Rectangle {<br>
anchors.fill: parent<br>
color: "white"<br>
}<br>
}<br>
<br>
(Note that I did not tried that code, but it should work)<br>
And add some other components, like Text, or other Rectangles on top of it.<br>
<br>
Of cause, it won't integrate with Sailfish, but that's not a problem, since<br>
you are not focusing on that, do you ?<br>
</blockquote></div>
True.<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Le vendredi 31 mai 2013 17:12:25 Wim de Vries a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
My app will work in very (sun)light circumstances, so I need more<br>
contrast between colours.<br>
Is there a way to change (parts of the) the Silica theme?<br>
Thanks.<br>
</blockquote>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
</div></div></blockquote></div><br></div>