This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Description
Hi @SebastJava,
I greatly appreciate all of your themes. My favorite is Mint-Yz-Darkest-Grey.
But I think the colors of the tooltips should be changed. Straw yellow, it stings the eyes!
I modified, in cinnamon.css:
#Tooltip {
border: 1px solid #d0d0d0;
border-radius: 3px;
padding: 5px 12px;
background-color: #fbeaa0;
color: #4a4a4a;
font-size: 1em;
font-weight: normal;
text-align: center; }
to:
#Tooltip {
border: 1px solid #d0d0d0;
border-radius: 3px;
padding: 5px 12px;
background-color: #414747;
color: #f0f0f0;
font-size: 1em;
font-weight: normal;
text-align: center; }
The result looks much better to me, but I'll let you judge the relevance of the colors.
Regards.
Claudiux