maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [MOD] N9 keyboard themes (https://talk.maemo.org/showthread.php?t=87537)

MK99 2012-11-03 07:43

Re: [MOD] N9 keyboard themes
 
1 Attachment(s)
Quote:

Originally Posted by Dragoss91 (Post 1289178)
It doesn't work for me , it just makes a square char ...

Arrows doesn't work on Bubble view, but everywhere else where you write, those working. I don't know why and i think nobody knows.

Kozzi 2012-11-11 13:03

Re: [MOD] N9 keyboard themes
 
1 Attachment(s)
Lime square (perhaps a different color next time :D)
http://i.imgur.com/4wy5Q.png
Installation like in first post

Kozzi 2012-11-11 15:42

Re: [MOD] N9 keyboard themes
 
WIP, Iphone style.
http://i.imgur.com/n0l7Z.png

I have no idea how to change key color to black so that function keys stay white, anyone here know to do it?

thedead1440 2012-11-11 15:49

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by Kozzi (Post 1293028)
WIP, Iphone style.

I have no idea how to change key color to black so that function keys stay white, anyone here know to do it?

Yes :D

http://talk.maemo.org/showpost.php?p...1&postcount=35

Kozzi 2012-11-11 15:52

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by thedead1440 (Post 1293035)

I think that's the one I talked about, instead of modifying everything, I only want those alphabets in black and function keys stay white like in original iphone vkb.

thedead1440 2012-11-11 15:54

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by Kozzi (Post 1293037)
I think that's the one I talked about, instead of modifying everything, I only want those alphabets in black and function keys stay white like in original iphone vkb.

Yup those will change the alphabets to black and keep function keys at white from what I remember the last time I changed them...I'll find my post here of the kb designs I posted; it had alphabets in black and function keys in white...


Edit: Could you have a look at these 2 posts (1 & 2)? The code earlier is to achieve the colours as in these 2 posts...

Kozzi 2012-11-11 16:01

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by thedead1440 (Post 1293038)
Edit: Could you have a look at these 2 posts (1 & 2)? The code earlier is to achieve the colours as in these 2 posts...

Nice, too bad the "?123" key changes according to key_color, but I guess It's okay. Thanks

thedead1440 2012-11-11 16:06

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by Kozzi (Post 1293042)
Nice, too bad the "?123" key changes according to key_color, but I guess It's okay. Thanks

Yup sadly that's the case...Maybe you want to try adding and additional line below

Quote:

FONT_COLOR_KEYBOARD= #FFFFFF;
Add FONT_COLOR_KEYBOARD_SPECIAL and try?

Kozzi 2012-11-11 16:11

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by thedead1440 (Post 1293045)
Yup sadly that's the case...Maybe you want to try adding and additional line below



Add FONT_COLOR_KEYBOARD_SPECIAL and try?

I changed FONT_COLOR_KEYBOARD from #FFFFFF to #000000, restarted.. still white :confused: I don't think adding an additional line would help since it's not used in libmeego-keyboard.css

thedead1440 2012-11-11 16:15

Re: [MOD] N9 keyboard themes
 
Quote:

Originally Posted by Kozzi (Post 1293049)
I changed FONT_COLOR_KEYBOARD from #FFFFFF to #000000, restarted.. still white :confused: I don't think adding an additional line would help since it's not used in libmeego-keyboard.css

Did you turn off your phone and start it or did a simple reboot? Do the former...

Also you may want to try switching to another theme then back to your current theme to see the changes...


Edit:

Ignore the earlier post and change it in /usr/share/themes/blanco/meegotouch/constants.ini

Code:

[Keyboard]
;This constants are required for the input method

FONT_KEYBOARD                = $FONT_FAMILY bold 3.2mm;
FONT_KEYBOARD_FUNCTION      = $FONT_FAMILY normal 2.4mm;
FONT_KEYBOARD_TOOLBAR        = $FONT_FAMILY normal 2.4mm;
FONT_COLOR_KEYBOARD          = #FFFFFF;
FONT_COLOR_INVERTED_KEYBOARD = #000000;
FONT_COLOR_KEYBOARD_FUNCTION = #FFFFFF;
FONT_COLOR_KEYBOARD_TOOLBAR  = $COLOR_SECONDARY_FOREGROUND;

I didn't realize blanco has its own constants.ini which overrides base's constants.ini hence you can't see the changes :D

I usually do my changes on custom themes so never noticed it, Sorry!


Edit 2:

In /usr/share/themes/blanco/meegotouch/libmeego-keyboard/style/libmeego-keyboard.css

you can change the font-colour of the extended keys...Currently its $COLOR_FOREGROUND you can change it by putting the hex code of the colour...Any colour field with a $reference value can be changed to a # code literal colour...


All times are GMT. The time now is 16:34.

vBulletin® Version 3.8.8