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.toml19
1 files changed, 6 insertions, 13 deletions
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml
index 2db54ca1..737829a6 100644
--- a/runtime/themes/solarized_light.toml
+++ b/runtime/themes/solarized_light.toml
@@ -27,14 +27,13 @@
"markup.list" = "red"
"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "magenta", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] }
"markup.link.text" = "red"
"markup.quote" = "cyan"
"markup.raw" = "green"
"diff.plus" = { fg = "green" }
-"diff.delta" = { fg = "yellow" }
+"diff.delta" = { fg = "orange" }
"diff.minus" = { fg = "red" }
# 背景
@@ -42,8 +41,6 @@
"ui.background" = { bg = "base03" }
"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 +88,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 +104,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
@@ -118,14 +118,7 @@
"error" = { fg = "red", modifiers= ["bold", "underlined"] }
"info" = { fg = "blue", modifiers= ["bold", "underlined"] }
"hint" = { fg = "base01", modifiers= ["bold", "underlined"] }
-
-"diagnostic.warning" = { underline = { style = "curl", color = "orange" } }
-"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"] }
-
+"diagnostic" = { modifiers = ["underlined"] }
[palette]
red = '#dc322f'