parent
1334c0e1a8
commit
30df75daf7
|
@ -147,7 +147,7 @@
|
|||
layout = "dwindle";
|
||||
};
|
||||
decoration = with config.lib.stylix.colors; {
|
||||
rounding = 5;
|
||||
rounding = 10;
|
||||
"col.shadow" = "rgba(0d${base00})";
|
||||
drop_shadow = "yes";
|
||||
shadow_ignore_window = true;
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
width = mkLiteral "75%";
|
||||
border = mkLiteral "1px";
|
||||
border-color = border;
|
||||
border-radius = mkLiteral "5px";
|
||||
border-radius = mkLiteral "10px";
|
||||
background-color = bg;
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
.floating-notifications.background .notification-row .notification-background {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid ${withHashtag.${accentColour}};
|
||||
margin: 18px;
|
||||
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
|
||||
|
@ -27,7 +27,7 @@
|
|||
.notification-background
|
||||
.notification {
|
||||
padding: 7px;
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.floating-notifications.background
|
||||
|
@ -81,7 +81,7 @@
|
|||
> *:last-child
|
||||
> *
|
||||
.notification-action {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
background-color: ${withHashtag.base01};
|
||||
color: ${withHashtag.base05};
|
||||
margin: 7px;
|
||||
|
@ -115,7 +115,7 @@
|
|||
.close-button {
|
||||
margin: 7px;
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
background-color: ${withHashtag.red};
|
||||
color: ${withHashtag.base00};
|
||||
}
|
||||
|
@ -137,7 +137,7 @@
|
|||
}
|
||||
|
||||
.control-center {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid ${withHashtag.${accentColour}};
|
||||
margin: 18px;
|
||||
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
|
||||
|
@ -168,7 +168,7 @@
|
|||
}
|
||||
|
||||
.control-center .notification-row .notification-background {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
background-color: ${withHashtag.base01};
|
||||
color: ${withHashtag.base05};
|
||||
margin-top: 14px;
|
||||
|
|
|
@ -42,7 +42,7 @@ window > box {
|
|||
margin: 10px 10px 0px;
|
||||
padding: 0px;
|
||||
border: 1px solid @base0E;
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
|
|
Loading…
Reference in a new issue