local ok, tokyonight = pcall(require, "tokyonight") if not ok then return end tokyonight.setup { style = "night", sidebars = {"terminal"}, dim_inactive = true, on_highlights = function(hl, c) hl.NormalFloat = { bg = "#394b70", } end, }