From c484b089230b541e63edc34a041e2842f2942e23 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Fri, 4 Mar 2022 06:01:51 +0530 Subject: Rename infobox theme scopes (#1741) This makes it play nicely with https://github.com/helix-editor/helix/pull/1714--- runtime/themes/solarized_light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/themes/solarized_light.toml') diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml index c8a3dee1..3191add3 100644 --- a/runtime/themes/solarized_light.toml +++ b/runtime/themes/solarized_light.toml @@ -60,9 +60,9 @@ "ui.help" = { modifiers = ["reversed"] } # 快捷键窗口 -"ui.info" = { bg = "base1" } +"ui.popup.info" = { bg = "base1" } # 快捷键字体 -"ui.info.text" = {fg = "base02", modifiers = ["bold"]} +"ui.text.info" = {fg = "base02", modifiers = ["bold"]} # 普通ui的字体样式 "ui.text" = { fg = "base1" } -- cgit v1.2.3-70-g09d2