Update Hint Style

zzz
This commit is contained in:
Nate Butler 2023-06-26 12:48:22 -04:00 committed by Kirill Bulatov
parent 67214f0e55
commit 143a020694
5 changed files with 20 additions and 1 deletions

View file

@ -53,6 +53,7 @@ export default function editor(theme: ColorScheme): any {
active_line_background: with_opacity(background(layer, "on"), 0.75),
highlighted_line_background: background(layer, "on"),
// Inline autocomplete suggestions, Co-pilot suggestions, etc.
hint: syntax.hint,
suggestion: syntax.predictive,
code_actions: {
indicator: toggleable({