fix: wrong tname

This commit is contained in:
Keyoonz
2025-08-10 19:51:18 +02:00
parent 3030fd1cb6
commit b406ba019c

View File

@@ -6,7 +6,7 @@ end
vim.o.background = "dark" vim.o.background = "dark"
vim.g.colors_name = "nvim-kolors" vim.g.colors_name = "nvim-kolors"
local palette = require("nvim-kolorz.palette") local palette = require("nvim-kolorz.colors")
local highlights = { local highlights = {
Normal = { fg = palette.c_normal_fg, bg = palette.c_normal_bg }, Normal = { fg = palette.c_normal_fg, bg = palette.c_normal_bg },