Skip to content

Commit

Permalink
Fix theme solarized_dark infobox (#5445)
Browse files Browse the repository at this point in the history
Title and border were barely visible.
Changed foreground color and modifier to match the text.
  • Loading branch information
mejo13 authored Jan 8, 2023
1 parent b7ca058 commit ec63938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

Expand Down

0 comments on commit ec63938

Please sign in to comment.