Skip to content

Commit 10d45e7

Browse files
A-Lamiamehalter
authored andcommitted
fix(spotlight): add syntax text
1 parent 8861f59 commit 10d45e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/plugins/spotlight.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local function callback(opts)
2525
blend = blend,
2626
},
2727
SpotlightNormalNC = {
28-
fg = C.ui.inactive_base,
28+
fg = C.syntax.text,
2929
bg = opts.transparent and C.none or C.ui.inactive_base,
3030
-- blend = blend,
3131
},

0 commit comments

Comments
 (0)