refactor(themes): removed ui.highlight
effects from solarized_dark
(#10261)
This commit is contained in:
parent
c499f9aa55
commit
ae85f5ff71
1 changed files with 0 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue