mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
add: update config
This commit is contained in:
parent
3a93cb9d58
commit
be7f819532
7 changed files with 43 additions and 39 deletions
|
@ -4,7 +4,7 @@ return {
|
|||
"olimorris/onedarkpro.nvim",
|
||||
priority = 1000, -- Ensure it loads first
|
||||
config = function()
|
||||
local is_transparent = false
|
||||
local is_transparent = true
|
||||
require("onedarkpro").setup({
|
||||
styles = {
|
||||
types = "NONE",
|
||||
|
@ -116,6 +116,8 @@ return {
|
|||
TermCursor = { bg = "${fg}" },
|
||||
TSRainbowRed = { fg = "${cyan}" },
|
||||
TSRainbowCyan = { fg = "${red}" },
|
||||
NonText = { fg = "${fg}", bg = is_transparent and "NONE" or "#30333d" },
|
||||
MiniIndentscopeSymbol = { fg = "${cyan}" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue