nvim: colorscheme nightfox (terafox/dayfox); also update st .Xresources colors

This commit is contained in:
2026-01-07 22:48:40 +01:00
parent bd1652deff
commit 0c16c1d8fe
3 changed files with 48 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
vim.pack.add({ "https://github.com/ellisonleao/gruvbox.nvim" })
vim.pack.add({ "https://github.com/EdenEast/nightfox.nvim" })
local cs = require("config.colorscheme")
cs.set_colorschemes("gruvbox", "gruvbox")
cs.set_colorschemes("terafox", "dayfox")
cs.update_colorscheme()