Skip to content

Commit

Permalink
refactor(themes): removed ui.highlight effects from solarized_light
Browse files Browse the repository at this point in the history
This now matches `solarized_dark` changes from helix-editor#10261
  • Loading branch information
RoloEdits authored and postsolar committed Apr 20, 2024
1 parent d362a7f commit 2775479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2775479

Please sign in to comment.