|
2010-08-16
, 07:30
|
Posts: 172 |
Thanked: 193 times |
Joined on Nov 2009
@ Germany
|
#912
|
I wanted a slightly different blue so I adjusted the CSS in /opt/usr/share/themes/blackplastictheme-themedir/css/colors.css but those widgets have kept their "DarkBlue" colour setting.
|
2010-08-16
, 08:03
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#913
|
Hey D-Ilvil,
Do you happen to know where the text colour for the Personal Dataplan Monitor and IP address widgets comes from?
I wanted a slightly different blue so I adjusted the CSS in /opt/usr/share/themes/blackplastictheme-themedir/css/colors.css but those widgets have kept their "DarkBlue" colour setting.
I'm also wanting to make those widgets transparent but haven't heard back from the author about where the files are.
Cheers
The Following User Says Thank You to d-iivil For This Useful Post: | ||
|
2010-08-16
, 18:47
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#914
|
Okay,
here's short how-to about converting ANY other theme to act like Plastic Scheme. Things needed in this turorial:
ON DEVICE:
rootsh (install from extras)
1. you must have the theme installed onto the phone which you want to convert to be Plastic Scheme
2. locate the theme (type these into terminal):
That will output you directories of themes you have installed like this:Code:sudo gainroot cd /usr/share/themes/ ls
In this case we shall make the default NSeries theme to be Plastic Scheme. It's directory is called "alpha".Code:Nokia-N900:/opt/usr/share/themes# ls Default alpha Emacs beta MurrinaNightOrange blackplastictheme-themedir Raleigh default Nokia-N900:/opt/usr/share/themes#
3. Create a directory for the scheme under /opt/plastic-schemes/, you can name the direcotry to what you want, name of the directory is shown as scheme name in Plastic Theme Setup. Type this into xterm:
4. Copy the contents of the theme to /opt/plastic-schemes/NSeries/ (or what ever you decided to name the directory in previous step), type these into terminal:Code:mkdir /opt/plastic-schemes/NSeries
That's the easy part. Now we need to manually edit one file so that the theme will actually work as scheme. You can use what ever editor you want, I prefer leafpad since it can be easily be launched from terminal. Edit this file:Code:cp -rf /usr/share/themes/alpha/* /opt/plastic-schemes/NSeries/
/opt/plastic-schemes/NSeries/gtk-2.0/gtkrc
If you're using leafpad too, then the command to edit this file would be:
When you have the gtkrc-file opened into some editor, locate these three lines (they are almost at the beginning of the file):Code:leafpad /opt/plastic-schemes/NSeries/gtk-2.0/gtkrc
Replace those three lines with these:Code:pixmap_path "/usr/share/themes/alpha/images" gtk-theme-name = "Nokia Nseries" gtk-icon-theme-name = "hicolor"
When done, save the file and close the text editor and return to terminal. Next we need to search and replace all entries of "Nokia Sans" with "Droid Sans" in few files. Copy and paste these commands into terminal (you still must be gainrooted), these are both one-lines, the forum software seems to automaticly break the lines... but copy-paste works here:Code:pixmap_path "/usr/share/themes/blackplastictheme-themedir/images" gtk-theme-name = "Black Plastic Theme" gtk-icon-theme-name = "black-plastic-icons"
Finally we need to remove some unwanted files. Type these into terminal:Code:perl -pi -e "s/Nokia Sans/Droid Sans/g" /opt/plastic-schemes/NSeries/gtk-2.0/gtkrc perl -pi -e "s/Nokia Sans/Droid Sans/g" /opt/plastic-schemes/NSeries/css/colors.css
That's it!Code:rm -rf /opt/plastic-schemes/NSeries/backgrounds/theme_bg.desktop rm -rf /opt/plastic-schemes/NSeries/index.theme rm -rf /opt/plastic-schemes/NSeries/matchbox rm -rf /opt/plastic-schemes/NSeries/matchbox2
Now the NSeries -theme will be shown @ Plastic Theme Setup and you can customize it same way like all other schemes.
I personally use openssh-server and WinSCP -program where transferring and editing files is much easies when you can do all this with GUI.
|
2010-08-16
, 19:29
|
Posts: 98 |
Thanked: 16 times |
Joined on Jun 2010
|
#915
|
|
2010-08-16
, 20:11
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#916
|
|
2010-08-16
, 20:41
|
Posts: 176 |
Thanked: 122 times |
Joined on Apr 2010
|
#917
|
|
2010-08-17
, 06:11
|
Posts: 229 |
Thanked: 36 times |
Joined on Jan 2010
@ Bulgaria
|
#918
|
pleego is truly amazing, i love it.
i wish the background was a bit darker, but great color scheme nonetheless.
thanks
ps where's coffee?
The Following User Says Thank You to jorjino For This Useful Post: | ||
|
2010-08-17
, 06:40
|
Posts: 184 |
Thanked: 11 times |
Joined on Mar 2010
@ sjdm,bulacan,philippines
|
#919
|
|
2010-08-17
, 07:55
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#920
|
I have just started using video - live wallpaper.... and even though it eats battery slightly faster, it's a pretty cool thing. I was wondering if it is possible to include the video wallpaper option in Plastic theme pack??