From 515492b0025fbf8591728ab0ad7dbca8956bc88a Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sun, 21 Apr 2024 13:28:26 +0700 Subject: [PATCH] add: update config theme onedarkpro --- lua/custom/plugins/onedarkpro.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/onedarkpro.lua b/lua/custom/plugins/onedarkpro.lua index 2f8b478..f886db6 100644 --- a/lua/custom/plugins/onedarkpro.lua +++ b/lua/custom/plugins/onedarkpro.lua @@ -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,