From 8b0a3a30102c540e7967af329f19f57818b8d44d Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:47:05 -0700 Subject: [PATCH] fixed lsp popup colors --- runtime/themes/voxed.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index c975bc74b6a1..554b327925ea 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -39,13 +39,13 @@ label = "yellow" "diff.minus" = "#F22B29" "diff.delta" = "#6f44f0" -"ui.background" = { bg = "#25262B" } +"ui.background" = { fg = "#25262B", bg="#1f1f21" } "ui.background.separator" = { fg = "sglow" } "ui.linenr" = { fg = "light-grey", modifiers = ["italic"] } "ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] } "ui.statusline" = { fg = "status-two", bg = "light-grey", modifiers = ["bold", "dim"] } "ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" } -"ui.popup" = { fg = "bgrey" } +"ui.popup" = { fg = "bgrey", bg = "#25262B" } "ui.window" = { fg = "white" } "ui.help" = { bg = "#3f4047", fg = "light-grey" }