lassekongo83 / plano-theme

A flat theme for GNOME & Xfce4
GNU General Public License v3.0
208 stars 9 forks source link

calendar adjustment #64

Open duck7000 opened 5 months ago

duck7000 commented 5 months ago

I would like to purpose a little suggestion for the calendar widget.

When i use this theme in xfce the calendar widget is very very small (when you click on the time in the panel bar) it is almost unreadable.

I noticed that in Matcha theme the designer added padding to the calendar widget like this

calendar {
  color: #2b2f3b;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  **padding: 0 6px;**
}

The calendar widget will get almost twice the original size and is much better to read, especially on large screens

Any change you would add this to this theme?