Some more ubuntufication of unity buttons
This commit is contained in:
parent
04f8e18eb5
commit
cc184c5b18
|
@ -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"},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue