1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

Delete nightfox.lua

This commit is contained in:
2022-10-08 20:30:32 +02:00
committed by GitHub
parent 705fcff7d9
commit 2a9ea0af68

View File

@ -1,12 +0,0 @@
local status_nf_ok, nightfox = pcall(require, "nightfox")
if not status_nf_ok then
return
end
local palettes = {
nightfox = {
bg1 = "#1c1e26",
},
}
nightfox.setup({ palettes = palettes })