Some more ubuntufication of unity buttons

This commit is contained in:
Yessiest 2022-01-16 14:52:44 +04:00
parent 04f8e18eb5
commit cc184c5b18
1 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ theme.tasklist_button_shape_border_width = dpi(1)
theme.tasklist_button_shape_border_color = {
type = "radial",
from = {bsize/2,bsize/(-3),bsize/8},
to = {bsize/2,bsize/(-5),bsize*0.8},
to = {bsize/2,bsize/(-5),bsize*1},
stops = {
{ 0 , "#FFFFFF99"},
{ 1, "#43434399"},
{ 0 , "#FFFFFF66"},
{ 1, "#43434366"},
}
}