From 9da0abaa5d0744d6480c6e6f23a3c5ddb5ae0bce Mon Sep 17 00:00:00 2001 From: Stuart Hinson Date: Sat, 15 Jan 2022 20:42:00 -0500 Subject: [PATCH] Add modified background to dracula popup (#1434) --- runtime/themes/dracula.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index f01c7323..c830d0e6 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -28,7 +28,7 @@ "ui.linenr.selected" = { fg = "foreground" } "ui.menu" = { fg = "foreground", bg = "background_dark" } "ui.menu.selected" = { fg = "cyan", bg = "background_dark" } -"ui.popup" = { fg = "foreground" } +"ui.popup" = { fg = "foreground", bg = "background_dark" } "ui.selection" = { fg = "background", bg = "purple", modifiers = ["dim"] } "ui.selection.primary" = { fg = "background", bg = "pink" } "ui.statusline" = { fg = "foreground", bg = "background_dark" }