mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
add: update config theme onedarkpro
This commit is contained in:
parent
7a06e075df
commit
515492b002
1 changed files with 8 additions and 2 deletions
|
@ -12,9 +12,10 @@ return {
|
||||||
numbers = "NONE",
|
numbers = "NONE",
|
||||||
strings = "NONE",
|
strings = "NONE",
|
||||||
comments = "italic",
|
comments = "italic",
|
||||||
keywords = "bold,italic",
|
-- keywords = "bold,italic",
|
||||||
|
keywords = "italic",
|
||||||
constants = "NONE",
|
constants = "NONE",
|
||||||
functions = "italic",
|
functions = "NONE",
|
||||||
operators = "NONE",
|
operators = "NONE",
|
||||||
variables = "NONE",
|
variables = "NONE",
|
||||||
parameters = "NONE",
|
parameters = "NONE",
|
||||||
|
@ -36,6 +37,9 @@ return {
|
||||||
float_bg = "#282c34",
|
float_bg = "#282c34",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
filetypes = {
|
||||||
|
-- javascript = false,
|
||||||
|
},
|
||||||
options = {
|
options = {
|
||||||
cursorline = true,
|
cursorline = true,
|
||||||
transparency = is_transparent,
|
transparency = is_transparent,
|
||||||
|
@ -104,6 +108,8 @@ return {
|
||||||
-- -- overide which-key fill color with bg color
|
-- -- overide which-key fill color with bg color
|
||||||
-- WhichKeyBorder = { bg = "${bg}" },
|
-- WhichKeyBorder = { bg = "${bg}" },
|
||||||
TermCursor = { bg = "${fg}" },
|
TermCursor = { bg = "${fg}" },
|
||||||
|
TSRainbowRed = { fg = "${orange}" },
|
||||||
|
TSRainbowOrange = { fg = "${red}" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue