Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

Hi again.
Currently I’m using the Obsidian Coast color scheme. Unfortunately, I can’t see link targets in Fx’s address bar, because they are drawn in only a slightly darker shade of gray as the background. (Also the arrow next to them)

No real problem, but i guess you’ll want to fix it ;) - Jan 10 2011
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

will you add transitions to the hover effects, so that fx4 will beharve even more similar to kde?

or is this already implemented? - Dec 11 2010
kletterwizard

Text Editors by cz8s 43 comments

…you do realize that “kletterwizard” means “climbing wizard” when translated from german? (“klettern” means “to climb”) - Nov 04 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

Just want to thank you.

Finally i can distinguish the active tab from the inactive and the button texts are no longer grey-on-white.

i love this theme and you did a great work with it Beta 8 is just about perfect! - Oct 21 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

me too… well, i give up, it’s not such a big deal. - Oct 16 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

which gtk theme do you use? (+version please) - Oct 16 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

you’re right. firebug even shows #222 as calculated color, but it still looks wrong. stupid. where is the bug? firefox? xulrunner? gtk? - Oct 16 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

try it again. fx3.6.10 + KOb7 yields this for me:
http://i.imgur.com/wiJvy.png

i did set the “window text” color to red to show that it is indeed this color that is used on buttons and hovered list items. - Oct 15 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

i hope the checkcolorroles color scheme was useful? - Oct 13 2010
Oxygen KDE (Firefox Theme)

Various KDE 1.-4. Improvements by jimmy88 1778 comments

hi, maybe you want to check out a color scheme developed for bugfixing:
http://kde-look.org/content/show.php/CheckColorRoles?content=90034

the bugs i stumbled upon so far:
• buttons use the “window” text color
• hovered items (e.g. in the option window) use the “window” or “tooltip” text color
• the progress bar in the address bar uses the “window” background color instead of the “display” background color

but pat your self on the back, amarok is much worse in this resepect. - Oct 04 2010
Mixeroid

Plasma 4 Extensions by thymythos 42 comments

every time i change a setting, (at least) one new slider is added. the old one(s) is/are not removed.

if i delete and re-add the applet, the settings are lost, so i have to kill plasma-desktop in order to see the changes.

why is self.clear() commented out in the code? wouldn’t it help? - Jan 23 2010
KAlert

System Tools (NOT OS or ROMS) by flyingsheep 3 comments

yes, kdialog --msgbox "`fortune`" shows me a fortune, too, but there is no way to get rid of the big i-logo and it is quite buggy, too: sometimes the last line is removed or only its first half is shown.

but you are right. if i knew about kdialog, i probably wouldn’t have coded this. - Aug 19 2009
STDIN Plasmoid

Plasma 4 Extensions by PlasmaFactory 94 comments

i have created a script fixing fortune with 1337 new-age 21-century unicode characters like …, “, ” and –.

but it doesn’t quite work.
try it yourself:

#/usr/bin/bash
echo -e "`fortune | sed -re '
s/--/—/g;
s/\.\.\./…/g;
s/\"([^\"]*)\"/“\1”/gm;
s/\*([^\*]*)\*/\\\\033[1m\1\\\\033[0m/g;
'`"

the last line is for bold text using bash-escape-sequences. would be nice if they were supported… - Aug 11 2009