B00merang-Project / Windows-XP

Windows XP themes
http://b00merang.weebly.com/windows-xp-themes.html
GNU General Public License v3.0
332 stars 27 forks source link

Calendar applet in sys tray: font forecolor #14

Closed ghost closed 3 years ago

ghost commented 4 years ago

In 'Windows XP Royale', everything is beautiful except the Calendar applet in the system-tray: the light font on the light background is unreadable. I've spent some time looking for tags that affect the font and the only clue I've got that it can be changed is in the Mint and Mint X themes with their dark calendar font -- other than that I have not been able to find anthing that changes it. For now I resorted to making the background image darker: /home/username/.themes/Windows XP Royale/cinnamon/panel-right.png. Windows XP Metallic also suffers from this issue, and Homestead is so-so. I know darkening the right panel departs from the original theme, but unless the text can be darkened, this is a practical work-around. If you know where that is controlled, please let me know. Update: regarding the item in my comments (date/time in right panel)... I found setting this works well enough that I can reverse the change of panel-right.png: /calendar applet font color fix/

panelRight .applet-label {

color: #444444; font-weight: bold; text-shadow: #000000; } screenshot, after: Screenshot from 2019-09-23 11-47-03

Elbullazul commented 4 years ago

Wasn't aware right panel applets had a light text on the panel. I'll try to update this when possible

ghost commented 4 years ago

I went back and looked more closely at what I changed for this versus the calendar-popup, and there are two changes specific to the calendar applet in the system tray/panel. In /home/username/.themes/Windows XP Royale/cinnamon/cinnamon.css:

change at line 272: #panelRight { border-image: url('panel-right.png') 7 0 0 0; color: #000; text-shadow: #444/*white*/ 0px 1px 1px; }

insert at line 1966: #panelRight .applet-label { color: #6666cc; font-weight: bold; text-shadow: #000000; }

ghost commented 4 years ago

While I'm on a roll here, I'll try and create a PR for you to inspect...