We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aee6a6 commit a2d4203Copy full SHA for a2d4203
lua/astrotheme/groups/base.lua
@@ -176,7 +176,7 @@ local function callback(opts)
176
--------------------
177
CursorColumn = { fg = C.none, bg = C.ui.current_line },
178
ColorColumn = { fg = C.none, bg = C.ui.current_line }, -- NOTE: Find better color
179
- CursorLine = { fg = C.none, bg = C.ui.current_line },
+ CursorLine = { fg = C.none, bg = opts.transparent and C.none or C.ui.current_line },
180
MatchParen = { fg = C.ui.orange, bg = C.none, bold = true },
181
182
0 commit comments