add: update config theme onedarkpro

This commit is contained in:
asep.komarudin 2024-04-21 13:28:26 +07:00
parent 7a06e075df
commit 515492b002

View file

@ -12,9 +12,10 @@ return {
numbers = "NONE",
strings = "NONE",
comments = "italic",
keywords = "bold,italic",
-- keywords = "bold,italic",
keywords = "italic",
constants = "NONE",
functions = "italic",
functions = "NONE",
operators = "NONE",
variables = "NONE",
parameters = "NONE",
@ -36,6 +37,9 @@ return {
float_bg = "#282c34",
},
},
filetypes = {
-- javascript = false,
},
options = {
cursorline = true,
transparency = is_transparent,
@ -104,6 +108,8 @@ return {
-- -- overide which-key fill color with bg color
-- WhichKeyBorder = { bg = "${bg}" },
TermCursor = { bg = "${fg}" },
TSRainbowRed = { fg = "${orange}" },
TSRainbowOrange = { fg = "${red}" },
},
})
end,