Skip to content

Commit 68da857

Browse files
committed
Apply review suggestions
1 parent 637f8e4 commit 68da857

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

theme.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ label = "honey"
6161

6262
"ui.virtual.indent-guide" = { fg = "comet" }
6363

64-
"ui.selection" = { bg = "#481173" }
64+
"ui.selection" = { bg = "#540099" }
6565
"ui.selection.primary" = { bg = "#540099" }
6666
# 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" }
6971
"ui.cursor.primary.select" = { bg = "delta" }
7072
"ui.cursor.primary.insert" = { bg = "white" }
7173
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
@@ -110,3 +112,4 @@ honey = "#efba5d"
110112
apricot = "#f47868"
111113
lightning = "#ffcd1c"
112114
delta = "#6F44F0"
115+
blueberry = "#55339E"

0 commit comments

Comments
 (0)