diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index fb2d331069823..3a543f5fa5cd1 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -48,7 +48,7 @@ "ui.text.info" = { fg = "foreground" } "ui.virtual.whitespace" = { fg = "dark_gray" } "ui.virtual.ruler" = { bg = "black" } -"ui.menu" = { fg="foreground", bg = "black" } +"ui.menu" = { fg = "foreground", bg = "black" } "ui.menu.selected" = { bg = "orange", fg = "background" } "ui.selection" = { bg = "dark_gray" } "warning" = { fg = "yellow" }