mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Fix theme solarized_dark infobox (#5445)
Title and border were barely visible. Changed foreground color and modifier to match the text.
This commit is contained in:
parent
b7ca0581d8
commit
ec639387e8
@ -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…
Reference in New Issue
Block a user