@ -58,13 +58,13 @@
"ui.highlight" = { fg = "red" , modifiers = [ "bold" , "italic" , "underlined" ] }
"ui.highlight" = { fg = "red" , modifiers = [ "bold" , "italic" , "underlined" ] }
# 主光标/selectio
# 主光标/selectio
"ui.cursor.primary" = { fg = "base03" , bg = "base1" }
"ui.cursor.primary" = { fg = "base03" , bg = "base1" }
"ui. selection.primary " = { fg = "base0 3", bg = "base01 " }
"ui. cursor. select" = { fg = "base0 2", bg = "cyan " }
"ui. cursor.select" = { fg = "base02" , bg = "green" }
"ui. selection" = { bg = "base0175" }
"ui.selection " = { fg = "base02" , bg = "yellow " }
"ui.selection .primary" = { bg = "base015 " }
# normal模式的光标
# 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.insert" = { fg = "base03" , bg = "base3" }
# 当前光标匹配的标点符号
# 当前光标匹配的标点符号
"ui.cursor.match" = { modifiers = [ "reversed" ] }
"ui.cursor.match" = { modifiers = [ "reversed" ] }
@ -73,7 +73,7 @@
"error" = { fg = "red" , modifiers = [ "bold" , "underlined" ] }
"error" = { fg = "red" , modifiers = [ "bold" , "underlined" ] }
"info" = { fg = "blue" , modifiers = [ "bold" , "underlined" ] }
"info" = { fg = "blue" , modifiers = [ "bold" , "underlined" ] }
"hint" = { fg = "base01" , modifiers = [ "bold" , "underlined" ] }
"hint" = { fg = "base01" , modifiers = [ "bold" , "underlined" ] }
"diagnostic" = { m difiers = [ "underlined" ] }
"diagnostic" = { m o difiers = [ "underlined" ] }
[ palette ]
[ palette ]
red = '#dc322f'
red = '#dc322f'
@ -94,5 +94,7 @@ base3 = '#002b36'
## 浅色 越來越浅
## 浅色 越來越浅
base00 = '#839496'
base00 = '#839496'
base01 = '#93a1a1'
base01 = '#93a1a1'
base015 = '#c5c8bd'
base0175 = '#dddbcc'
base02 = '#eee8d5'
base02 = '#eee8d5'
base03 = '#fdf6e3'
base03 = '#fdf6e3'