1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 12:48:01 +00:00

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

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