From 081ef7a0c23bf2f6add7b5ead6c0dec7c44a87b8 Mon Sep 17 00:00:00 2001 From: spentbliss Date: Mon, 9 Jun 2025 19:12:46 -0700 Subject: [PATCH] fix: force bg color change --- runtime/themes/lapis_aquamarine.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/lapis_aquamarine.toml b/runtime/themes/lapis_aquamarine.toml index c6b87cfa0..45de8821a 100644 --- a/runtime/themes/lapis_aquamarine.toml +++ b/runtime/themes/lapis_aquamarine.toml @@ -1,7 +1,7 @@ # Author: spentbliss # License: MIT (originally by Alex Barnett) -"ui.background" = "fg" # file picker border color +"ui.background" = { fg = "fg", bg = "bg" } # file picker border color "ui.text" = "fg" "ui.text.focus" = { fg = "bg", bg = "fg" } # file picker selection "ui.cursor" = { bg = "blue", fg = "bg" }