getting the borders right

This commit is contained in:
Yessiest 2022-02-13 15:59:06 +04:00
parent 0e4fd10c60
commit b3068d1d1a
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ theme.tasklist_button_shape_border_color = {
from = {bsize/2,0}, from = {bsize/2,0},
to = {bsize/2,bsize}, to = {bsize/2,bsize},
stops = { stops = {
{ 0 , "#FFFFFF33"}, { 0 , "#FFFFFF46"},
{ 1, "#43434333"}, { 1, "#43434346"},
} }
} }