mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Update editor.ts
This commit is contained in:
parent
2fede1c01f
commit
ef6c28326d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export default function editor(colorScheme: ColorScheme) {
|
|||
background: background(layer),
|
||||
activeLineBackground: withOpacity(background(layer, "on"), 0.75),
|
||||
highlightedLineBackground: background(layer, "on"),
|
||||
// Inline autocomplete suggestions, Co-pilot suggestions, etc.
|
||||
suggestion: {
|
||||
color: syntax.predictive.color,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue