From b3068d1d1ac3d78f7b315c62193a338cd1ab5537 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 13 Feb 2022 15:59:06 +0400 Subject: [PATCH] getting the borders right --- themes/unity_simplified/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/unity_simplified/theme.lua b/themes/unity_simplified/theme.lua index 13cc5e9..8b4c685 100644 --- a/themes/unity_simplified/theme.lua +++ b/themes/unity_simplified/theme.lua @@ -46,8 +46,8 @@ theme.tasklist_button_shape_border_color = { from = {bsize/2,0}, to = {bsize/2,bsize}, stops = { - { 0 , "#FFFFFF33"}, - { 1, "#43434333"}, + { 0 , "#FFFFFF46"}, + { 1, "#43434346"}, } }