File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ label = "honey"
61
61
62
62
"ui.virtual.indent-guide" = { fg = " comet" }
63
63
64
- "ui.selection" = { bg = " #481173 " }
64
+ "ui.selection" = { bg = " #540099 " }
65
65
"ui.selection.primary" = { bg = " #540099" }
66
66
# TODO: namespace ui.cursor as ui.selection.cursor?
67
- "ui.cursor.select" = { bg = " delta" }
68
- "ui.cursor.insert" = { bg = " white" }
67
+ "ui.cursor.normal" = { bg = " blueberry" }
68
+ "ui.cursor.select" = { bg = " blueberry" }
69
+ "ui.cursor.insert" = { bg = " blueberry" }
70
+ "ui.cursor.primary.normal" = { bg = " delta" }
69
71
"ui.cursor.primary.select" = { bg = " delta" }
70
72
"ui.cursor.primary.insert" = { bg = " white" }
71
73
"ui.cursor.match" = { fg = " #212121" , bg = " #6C6999" }
@@ -110,3 +112,4 @@ honey = "#efba5d"
110
112
apricot = " #f47868"
111
113
lightning = " #ffcd1c"
112
114
delta = " #6F44F0"
115
+ blueberry = " #55339E"
You can’t perform that action at this time.
0 commit comments