197 current 2025-01-10 23:16:23 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-10 23:16:32 -05:00
parent f910980cae
commit cadf285ec4

View File

@@ -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
})