Unnamed repository; edit this file 'description' to name the repository.
refactor(themes): removed `ui.highlight` effects from `solarized_light`
This now matches `solarized_dark` changes from #10261
Rolo 2024-04-18
parent 97f683b · commit 6bdc6f4
-rw-r--r--runtime/themes/solarized_light.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml
index 60a2a0e2..b7c0a64a 100644
--- a/runtime/themes/solarized_light.toml
+++ b/runtime/themes/solarized_light.toml
@@ -91,9 +91,6 @@
# 影响 picker列表选中, 快捷键帮助窗口文本
# Affects picker list selection, shortcut key help window text
"ui.text.focus" = { fg = "blue", modifiers = ["bold"]}
-# file picker中, 预览的当前选中项
-# In file picker, the currently selected item of the preview
-"ui.highlight" = { fg = "red", modifiers = ["bold", "italic", "underlined"] }
# 主光标/selection
# main cursor/selection