View Single Post
Parlapipas's Avatar
Posts: 223 | Thanked: 135 times | Joined on Apr 2010 @ Wish I was in Greece
#62
Originally Posted by D4rKlar View Post
Thank you Parlapipas, it really is appreciated!

Did you try the usual switch theme - switch back- reboot bit to clear the cache? If not uninstall completely, navigate to opt/usr/share/themes using filebox then delete any m4rina-D4rK or M4riNa-D4rK related folders left there, then reinstall.

Believe me the last two were worse, I really am sorry everyone I'll get there

Kind Regards,
D4rKlar

Ok buddy, I got this working by uninstalling, and deleting residuals from opt/usr/share themes. Once I reinstalled 1.0.3 everything was running fine.

D4, thanks buddy for the awesome job once again!


EDIT: Removed text with instructions on how to edit gtkrc, colors.config and css file for calendar date to appear on top corner w/out calendar home widget installed due to unexpected reboot.

D4 I will pm you so you can try what I did and see if you have any issues.



EDIT #2: Kept the theme all day and played around with it and haven't had any further side effects. If anyone else wants to try the change, below you will find what I did. Obviously the usual caution and attention applies and I am not liable if anyone has issues



1) Went to /opt/usr/share/themes/M4riNa-D4rK and in the colors.config file changed the painted text color to read in the first paragraph
PaintedTextColor=#000000

2) Went to /opt/usr/share/themes/M4riNa-D4rK/css and changed the painted text color to read as
}
.PaintedTextColor {
color: #000000;
}

3) Went to /opt/usr/share/themes/M4riNa-D4rK/gtk-2.0 and opened gtkrc and searched for text colors and changed the painted text colors to read as

# text colors
color["DefaultTextColor"] = "#fbfbfb"
color["SecondaryTextColor"] = "#015cff"
color["ActiveTextColor"] = "#015cff"
color["DisabledTextColor"] = "#999999"
color["PaintedTextColor"] = "#000000"


Reboot and the date should now show.

Last edited by Parlapipas; 2010-12-12 at 01:06.