Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mint-Y: Gtk.Separator contarst / parameterization #482

Open
vec2pt opened this issue Nov 8, 2024 · 0 comments
Open

Mint-Y: Gtk.Separator contarst / parameterization #482

vec2pt opened this issue Nov 8, 2024 · 0 comments

Comments

@vec2pt
Copy link

vec2pt commented Nov 8, 2024

It would be nice to increase the Gtk.Separator contrast in the Mint-Y dark version. In addition, I noticed that the separators' color is not parameterized.

Currently, the separators look like:

Screenshot from 2024-11-08 22-21-19

Solution

It would be possible to parametrize background-color with the $separator_color variable.

 //vbox and hbox separators 
 separator { 
   background-color: $separator_color;
   min-width: 1px; 
   min-height: 1px; 
 } 

//vbox and hbox separators
separator {
background-color: transparentize(black, 0.9);
min-width: 1px;
min-height: 1px;
}

//vbox and hbox separators
separator {
background-color: transparentize(black, 0.9);
min-width: 1px;
min-height: 1px;
}

Print Screen after making changes:

Screenshot from 2024-11-08 22-23-50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant