@ -58,13 +58,13 @@
"ui.highlight" = { fg = "red" , modifiers = [ "bold" , "italic" , "underlined" ] }
# 主光标/selectio
"ui.cursor.primary" = { fg = "base03" , bg = "base1" }
"ui. selection.primary " = { fg = "base0 3", bg = "base01 " }
"ui. cursor.select" = { fg = "base02" , bg = "green" }
"ui.selection " = { fg = "base02" , bg = "yellow " }
"ui.cursor.primary" = { fg = "base03" , bg = "base1" }
"ui. cursor. select" = { fg = "base0 2", bg = "cyan " }
"ui. selection" = { bg = "base0175" }
"ui.selection .primary" = { bg = "base015 " }
# normal模式的光标
"ui.cursor" = { fg = "base0 3", bg = "gree n"}
"ui.cursor" = { fg = "base0 2", bg = "cya n"}
"ui.cursor.insert" = { fg = "base03" , bg = "base3" }
# 当前光标匹配的标点符号
"ui.cursor.match" = { modifiers = [ "reversed" ] }
@ -73,18 +73,20 @@
"error" = { fg = "red" , modifiers = [ "bold" , "underlined" ] }
"info" = { fg = "blue" , modifiers = [ "bold" , "underlined" ] }
"hint" = { fg = "base01" , modifiers = [ "bold" , "underlined" ] }
"diagnostic" = { m difiers = [ "underlined" ] }
"diagnostic" = { m o difiers = [ "underlined" ] }
[ palette ]
# 深色 越来越深
base03 = "#002b36"
base02 = "#073642"
base01 = "#586e75"
base00 = "#657b83"
base0 = "#839496"
base1 = "#93a1a1"
base2 = "#eee8d5"
base3 = "#fdf6e3"
base03 = "#002b36"
base02 = "#073642"
base0175 = "#16404b"
base015 = "#2c4f59"
base01 = "#586e75"
base00 = "#657b83"
base0 = "#839496"
base1 = "#93a1a1"
base2 = "#eee8d5"
base3 = "#fdf6e3"
# 浅色 越來越浅
yellow = "#b58900"