From e5a7a811983033dfd527cbcf7efa8683e5714657 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sun, 11 Dec 2016 08:52:02 +1300 Subject: [PATCH] Better monaco flyout contrast --- theme/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index 65cc1bf6..251472ae 100644 --- a/theme/style.less +++ b/theme/style.less @@ -102,7 +102,7 @@ } .monacoFlyout { - background: rgba(82, 90, 103, 0.8); + background: rgba(82, 90, 103, 0.5); }