From 220a47714cebb5f9c882464ed7532b285dd11fde Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Sun, 28 Aug 2022 00:59:14 +0200 Subject: [PATCH] lint: dark_plus --- runtime/themes/dark_plus.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 451c28b5ddd4..29a552815bbc 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -56,9 +56,9 @@ "ui.background" = { fg = "light_gray", bg = "dark_gray2" } "ui.window" = { bg = "widget" } -"ui.popup" = { bg = "widget" } -"ui.help" = { bg = "widget" } -"ui.menu" = { bg = "widget" } +"ui.popup" = { fg = "text", bg = "widget" } +"ui.help" = { fg = "text", bg = "widget" } +"ui.menu" = { fg = "text", bg = "widget" } "ui.menu.selected" = { bg = "dark_blue2" } # TODO: Alternate bg colour for `ui.cursor.match` and `ui.selection`.