aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorStuart Hinson2022-01-16 01:42:00 +0000
committerGitHub2022-01-16 01:42:00 +0000
commit9da0abaa5d0744d6480c6e6f23a3c5ddb5ae0bce (patch)
tree127ec25cad50d05a10041a85f04e998c136074e5 /runtime/themes
parent22297d0b40ae43764d531bf0416ff22abbdfb61a (diff)
Add modified background to dracula popup (#1434)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/dracula.toml2
1 files changed, 1 insertions, 1 deletions
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" }