Use syntax.predictive.color to style suggestions
This commit is contained in:
committed by
Mikayla Maki
parent
1162615043
commit
2fede1c01f
@@ -44,7 +44,7 @@ export default function editor(colorScheme: ColorScheme) {
|
||||
activeLineBackground: withOpacity(background(layer, "on"), 0.75),
|
||||
highlightedLineBackground: background(layer, "on"),
|
||||
suggestion: {
|
||||
color: foreground(layer, "disabled")
|
||||
color: syntax.predictive.color,
|
||||
},
|
||||
codeActions: {
|
||||
indicator: {
|
||||
|
||||
Reference in New Issue
Block a user