From ec639387e8476b0aea75bceff7db4b312305dad2 Mon Sep 17 00:00:00 2001 From: mejo13 <36098293+mejo13@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:09:49 +0100 Subject: [PATCH] Fix theme solarized_dark infobox (#5445) Title and border were barely visible. Changed foreground color and modifier to match the text. --- runtime/themes/solarized_dark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/solarized_dark.toml b/runtime/themes/solarized_dark.toml index 1083b0c89..15b3cd5e5 100644 --- a/runtime/themes/solarized_dark.toml +++ b/runtime/themes/solarized_dark.toml @@ -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"]}