mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-25 19:29:49 +00:00
Merge pull request #1059 from zed-industries/fix-theme-occurence-color
fix theme occurrence color
This commit is contained in:
commit
6a8fe60424
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ export function createTheme(
|
||||||
},
|
},
|
||||||
highlight: {
|
highlight: {
|
||||||
selection: player[1].selectionColor,
|
selection: player[1].selectionColor,
|
||||||
occurrence: withOpacity(rampColor(ramps.neutral, 2), blend),
|
occurrence: withOpacity(rampColor(ramps.neutral, 3.5), blend),
|
||||||
activeOccurrence: withOpacity(rampColor(ramps.neutral, 2), blend * 2), // TODO: Not hooked up - https://github.com/zed-industries/zed/issues/751
|
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
|
matchingBracket: backgroundColor[500].active, // TODO: Not hooked up
|
||||||
match: rampColor(ramps.violet, 0.15),
|
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
|
activeMatch: withOpacity(rampColor(ramps.violet, 0.4), blend * 2), // TODO: Not hooked up - https://github.com/zed-industries/zed/issues/751
|
||||||
|
|
Loading…
Reference in a new issue