Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.19 KB

mint-themes-vanessa

The "Mint-Y" themes from Linux Mint 21 "Vanessa" unaltered.

image

Please note that GTK4 applications may not use the theme.

Download

Click the green "Code" button then "Download ZIP".

or...

git clone https://github.com/contrarybaton60/mint-themes-vanessa

If you're using a light theme (Mint-Y, Mint-Y-Blue, etc) add these lines for corner bar and separator applets to appear properly:

Corner Bar:

   .applet-cornerbar {
  width: 8px;
  background-color: #c2c2c2; }
  .applet-cornerbar-box {
    padding: 4px 4px; }
    .applet-cornerbar-box:hover > .applet-cornerbar {
      background-color: #a8a8a8; }
  .applet-cornerbar.vertical {
    height: 8px; }

Put the above code in ThemeFolder/cinnamon/cinnamon.css at line 1703 so the "Corner Bar" applet would appear properly.

Separator:

.applet-separator-line {
  width: 1px;
  background: #c2c2c2; }
  .applet-separator-line-vertical {
    height: 1px;
    background: #c2c2c2; }

Replace the existing code with this in line 1590 in ThemeFoler/Cinnamon/cinnamon.css for "Separator" applet to appear properly.