mirror of https://github.com/sgoudham/nvim.git
parent
24aba39629
commit
bcbdbef3fe
@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.get(cp)
|
||||
return {
|
||||
FocusedSymbol = { fg = cp.lavender, bg = cp.black2 },
|
||||
}
|
||||
end
|
||||
|
||||
return M
|
Loading…
Reference in New Issue