Skip to content

Commit

Permalink
fix(spotlight): add syntax text
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Oct 11, 2023
1 parent 8861f59 commit 10d45e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/spotlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local function callback(opts)
blend = blend,
},
SpotlightNormalNC = {
fg = C.ui.inactive_base,
fg = C.syntax.text,
bg = opts.transparent and C.none or C.ui.inactive_base,
-- blend = blend,
},
Expand Down

0 comments on commit 10d45e7

Please sign in to comment.