Use syntax.predictive.color to style suggestions

This commit is contained in:
Nate Butler
2023-03-28 09:42:01 -07:00
committed by Mikayla Maki
parent 1162615043
commit 2fede1c01f
+1 -1
View File
@@ -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: {