Delete nightfox.lua

This commit is contained in:
Daniel Carrillo 2022-10-08 20:30:32 +02:00 committed by GitHub
parent 705fcff7d9
commit 2a9ea0af68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

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