Fix theme solarized_dark infobox (#5445)

Title and border were barely visible.
Changed foreground color and modifier to match the text.
pull/4847/head
mejo13 1 year ago committed by GitHub
parent b7ca0581d8
commit ec639387e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@
"ui.help" = { modifiers = ["reversed"] }
# 快捷键窗口
"ui.popup.info" = { bg = "base1" }
"ui.popup.info" = {fg = "base02", bg = "base1", modifiers = ["bold"]}
# 快捷键字体
"ui.text.info" = {fg = "base02", modifiers = ["bold"]}

Loading…
Cancel
Save