From cc184c5b18a7e7e5435aca2bdccd98c76dc138e4 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 16 Jan 2022 14:52:44 +0400 Subject: [PATCH] Some more ubuntufication of unity buttons --- themes/unity/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/unity/theme.lua b/themes/unity/theme.lua index 7438ab4..ce295b5 100644 --- a/themes/unity/theme.lua +++ b/themes/unity/theme.lua @@ -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"}, } }