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" }