From cce5a3d160bf4af147acf9663c1421517d806e6c Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:52:34 -0700 Subject: [PATCH] updated voxed background so its not transparent by default --- runtime/themes/voxed.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index 2a182246c..e720210a4 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -49,7 +49,7 @@ label = "honey" # NOTE: bg is empty so it is transparent on the terminal # if you want the bg to not be transparent rename give bg # the same value as fg and remove fg :) -"ui.background" = { fg = "#25262B", bg = "" } +"ui.background" = { fg = "#25262B", bg = "#25262B" } "ui.background.separator" = { fg = "sglow" } "ui.linenr" = { fg = "light-grey", modifiers = ["italic"] } "ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }