fix: force bg color change

pull/13726/head
spentbliss 2025-06-09 19:12:46 -07:00
parent 4d55febf86
commit 081ef7a0c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Author: spentbliss <zyhkekrz.hatbox475@passinbox.com>
# 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" }