diff --git a/home/programs/nvim/plugins/tokyonight.lua b/home/programs/nvim/plugins/tokyonight.lua index 0aef624..d118996 100644 --- a/home/programs/nvim/plugins/tokyonight.lua +++ b/home/programs/nvim/plugins/tokyonight.lua @@ -9,8 +9,8 @@ require("tokyonight").setup({ }, -- Change the "hint" color to the "orange" color, and make the "error" color bright red on_colors = function(colors) - colors.hint = colors.orange - colors.bg = "#ff0000" + -- colors.hint = colors.orange + colors.bg = "#0d0d0d" colors.fg = "#e3e1e1" end })