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

Tooltip colors #9

Description

@claudiux

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions