Better highlighting with f and flash.nvim
This commit is contained in:
parent
ecf21faae3
commit
7ea84089d5
|
@ -14,6 +14,7 @@ return {
|
||||||
TelescopePromptBorder = { bg = "#191926", fg = "#191926" },
|
TelescopePromptBorder = { bg = "#191926", fg = "#191926" },
|
||||||
TelescopeTitle = { fg = colors.blue },
|
TelescopeTitle = { fg = colors.blue },
|
||||||
WinSeparator = { fg = "#023269" },
|
WinSeparator = { fg = "#023269" },
|
||||||
|
FlashCursor = { bg = colors.red },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
color_overrides = {
|
color_overrides = {
|
||||||
|
|
Loading…
Reference in New Issue