From d0f0013f4d96bd332f9b6bab0f0bc6a618aa9cd4 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 25 May 2022 10:45:37 -0400 Subject: [PATCH] fix theme occurence color --- styles/src/themes/common/base16.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/src/themes/common/base16.ts b/styles/src/themes/common/base16.ts index a05b3b2e71..600c86259b 100644 --- a/styles/src/themes/common/base16.ts +++ b/styles/src/themes/common/base16.ts @@ -130,8 +130,8 @@ export function createTheme( }, highlight: { selection: player[1].selectionColor, - occurrence: withOpacity(rampColor(ramps.neutral, 2), blend), - activeOccurrence: withOpacity(rampColor(ramps.neutral, 2), blend * 2), // TODO: Not hooked up - https://github.com/zed-industries/zed/issues/751 + occurrence: withOpacity(rampColor(ramps.neutral, 3.5), blend), + activeOccurrence: withOpacity(rampColor(ramps.neutral, 3.5), blend * 2), // TODO: Not hooked up - https://github.com/zed-industries/zed/issues/751 matchingBracket: backgroundColor[500].active, // TODO: Not hooked up match: rampColor(ramps.violet, 0.15), activeMatch: withOpacity(rampColor(ramps.violet, 0.4), blend * 2), // TODO: Not hooked up - https://github.com/zed-industries/zed/issues/751