local onedarkpro = require("onedarkpro") onedarkpro.setup({ theme = "onedark", colors = { onedark = { bg = "#1e1e1e", color_column = "#1b1b1b", -- For unfocused }, }, options = { bold = true, underline = true, undercurl = true, cursorline = true, window_unfocused_color = true, }, }) onedarkpro.load()