Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/solarized_light.toml')
-rw-r--r--runtime/themes/solarized_light.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml
index 2db54ca1..cd2d2b36 100644
--- a/runtime/themes/solarized_light.toml
+++ b/runtime/themes/solarized_light.toml
@@ -34,7 +34,7 @@
"markup.raw" = "green"
"diff.plus" = { fg = "green" }
-"diff.delta" = { fg = "yellow" }
+"diff.delta" = { fg = "orange" }
"diff.minus" = { fg = "red" }
# 背景
@@ -43,7 +43,6 @@
"ui.virtual.whitespace" = { fg = "base01" }
"ui.virtual.inlay-hint" = { fg = "base01", modifiers = ["italic"] }
-"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] }
# 行号栏
# line number column
@@ -91,6 +90,9 @@
# 影响 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
@@ -104,7 +106,7 @@
"ui.selection.primary" = { bg = "base015" }
"ui.virtual.indent-guide" = { fg = "base02" }
-"ui.virtual.ruler" = { bg = "base02" }
+"ui.virtual.ruler" = { fg = "red" }
# normal模式的光标
# normal mode cursor
@@ -123,8 +125,6 @@
"diagnostic.error" = { underline = { style = "curl", color = "red" } }
"diagnostic.info" = { underline = { style = "curl", color = "blue" } }
"diagnostic.hint" = { underline = { style = "curl", color = "base01" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
[palette]