From 238aafd08e27db55137acedd7cf7ab2ed75e3f6a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 9 Oct 2020 01:49:40 -0500 Subject: [PATCH] fix: reduce glow brightness --- styles/atom-ide-signature-help.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/atom-ide-signature-help.less b/styles/atom-ide-signature-help.less index daff12a..1bcea5d 100644 --- a/styles/atom-ide-signature-help.less +++ b/styles/atom-ide-signature-help.less @@ -30,7 +30,7 @@ // glow on hover transition: background-color 0.15s ease; &:hover { - background-color: mix(@syntax-background-color, @syntax-selection-color, 50%); + background-color: mix(@syntax-background-color, @syntax-selection-color, 95%); } }