Tweak border rounding

This commit is contained in:
Evie Litherland-Smith 2024-02-09 08:32:59 +00:00
parent 53c4b49e11
commit fe479544e4
4 changed files with 9 additions and 9 deletions

View file

@ -143,7 +143,7 @@
layout = "dwindle"; layout = "dwindle";
}; };
decoration = with config.lib.stylix.colors; { decoration = with config.lib.stylix.colors; {
rounding = 10; rounding = 5;
"col.shadow" = "rgba(0d${base00})"; "col.shadow" = "rgba(0d${base00})";
drop_shadow = "yes"; drop_shadow = "yes";
shadow_ignore_window = true; shadow_ignore_window = true;

View file

@ -52,7 +52,7 @@
width = mkLiteral "75%"; width = mkLiteral "75%";
border = mkLiteral "1px"; border = mkLiteral "1px";
border-color = border; border-color = border;
border-radius = mkLiteral "10px"; border-radius = mkLiteral "5px";
background-color = bg; background-color = bg;
}; };

View file

@ -8,7 +8,7 @@
} }
.floating-notifications.background .notification-row .notification-background { .floating-notifications.background .notification-row .notification-background {
border-radius: 10px; border-radius: 5px;
border: 1px solid ${withHashtag.magenta}; border: 1px solid ${withHashtag.magenta};
margin: 18px; margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5); background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
@ -21,7 +21,7 @@
.notification-background .notification-background
.notification { .notification {
padding: 7px; padding: 7px;
border-radius: 10px; border-radius: 5px;
} }
.floating-notifications.background .floating-notifications.background
@ -75,7 +75,7 @@
> *:last-child > *:last-child
> * > *
.notification-action { .notification-action {
border-radius: 10px; border-radius: 5px;
background-color: ${withHashtag.base01}; background-color: ${withHashtag.base01};
color: ${withHashtag.base05}; color: ${withHashtag.base05};
margin: 7px; margin: 7px;
@ -109,7 +109,7 @@
.close-button { .close-button {
margin: 7px; margin: 7px;
padding: 2px; padding: 2px;
border-radius: 10px; border-radius: 5px;
background-color: ${withHashtag.red}; background-color: ${withHashtag.red};
color: ${withHashtag.base00}; color: ${withHashtag.base00};
} }
@ -131,7 +131,7 @@
} }
.control-center { .control-center {
border-radius: 10px; border-radius: 5px;
border: 1px solid ${withHashtag.magenta}; border: 1px solid ${withHashtag.magenta};
margin: 18px; margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5); background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
@ -162,7 +162,7 @@
} }
.control-center .notification-row .notification-background { .control-center .notification-row .notification-background {
border-radius: 10px; border-radius: 5px;
background-color: ${withHashtag.base01}; background-color: ${withHashtag.base01};
color: ${withHashtag.base05}; color: ${withHashtag.base05};
margin-top: 14px; margin-top: 14px;

View file

@ -42,7 +42,7 @@ window > box {
margin: 10px 10px 0px; margin: 10px 10px 0px;
padding: 0px; padding: 0px;
border: 1px solid @base0E; border: 1px solid @base0E;
border-radius: 10px; border-radius: 5px;
} }
tooltip { tooltip {