1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-30 09:15:08 +02:00

refactor(themes): removed `ui.highlight` effects from `solarized_dark` (#10261)

This commit is contained in:
RoloEdits 2024-04-08 11:02:02 -07:00 committed by GitHub
parent c499f9aa55
commit ae85f5ff71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,6 @@
"ui.text" = { fg = "base1" }
# 影响 picker列表选中, 快捷键帮助窗口文本
"ui.text.focus" = { fg = "blue", modifiers = ["bold"]}
# file picker中 预览的当前选中项
"ui.highlight" = { fg = "red", modifiers = ["bold", "italic", "underlined"] }
# 主光标/selectio
"ui.cursor.primary" = { fg = "base03", bg = "base1" }