diff --git a/assets/themes/gruvbox/gruvbox.json b/assets/themes/gruvbox/gruvbox.json index 3e6a410b09..8ba68c74db 100644 --- a/assets/themes/gruvbox/gruvbox.json +++ b/assets/themes/gruvbox/gruvbox.json @@ -482,7 +482,7 @@ "hidden": "#998b78ff", "hidden.background": "#4c4642ff", "hidden.border": "#544c48ff", - "hint": "#8c957dff", + "hint": "#6a695bff", "hint.background": "#1e2321ff", "hint.border": "#303a36ff", "ignored": "#c5b597ff", diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 090f4a14a7..0bcf55468e 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -9784,7 +9784,6 @@ impl Render for Editor { status: cx.theme().status().clone(), inlays_style: HighlightStyle { color: Some(cx.theme().status().hint), - font_weight: Some(FontWeight::BOLD), ..HighlightStyle::default() }, suggestions_style: HighlightStyle {