Skip to content

Commit dcb0952

Browse files
committed
test: update deprecated option
1 parent 41ad1a9 commit dcb0952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/spec/color_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe("Override config with color utility", function()
66
colors = {
77
lmao = "#812873",
88
},
9-
themes = function(c)
9+
highlights = function(c)
1010
return {
1111
Normal = { fg = c.lmao:darken(0.5) },
1212
}
@@ -25,7 +25,7 @@ describe("Override config with color utility", function()
2525
colors = {
2626
lmao = "#812873",
2727
},
28-
themes = function(c)
28+
highlights = function(c)
2929
return {
3030
Normal = { fg = c.lmao:lighten(0.5) },
3131
}

0 commit comments

Comments
 (0)