Thread: Wallpaper4U
View Single Post
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#5
You could manually set it via terminal (no devel mode needed)

open terminal (or use ssh) and then paste the following
Code:
gconftool-2 -s /desktop/jolla/theme/color/highlight -t string '#ffff00'
Code:
gconftool-2 -s /desktop/jolla/theme/color/secondaryHighlight -t string '#aeb404'
Btw.

To view the currently set colors type:
Code:
gconftool-2 -R /desktop/jolla/theme/color
for example yours should then look like this

highlight = #ffff00
primary = #ffffff
secondaryHighlight = #aeb404
secondary = #ffffff

while

highlight = the main notification (pulley) color and the tint of the home screen
primary = the color of the clock, entries in pulley menu and settings, as well as active radio buttons or sliders (like volume in settings for example)
secondary = unhighlighted, greyed out text
secondaryHighlight = greyed out entries in sub sub pulley menus

For dark or black and white walls I use:
Code:
 highlight = #ffffff
 primary = #ffffff
 secondaryHighlight = #c1c1c1
 secondary = #c4c4c4

This is just a quick and dirty hack from together.jolla but if you don't change ambience then it will stay even after reboot.

You can get your color codes here if you need: http://www.w3schools.com/tags/ref_colorpicker.asp

Regards,

J4ZZ
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...

Last edited by J4ZZ; 2014-01-23 at 11:04.
 

The Following 6 Users Say Thank You to J4ZZ For This Useful Post: