mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 23:08:01 +00:00
Delete nightfox.lua
This commit is contained in:
parent
705fcff7d9
commit
2a9ea0af68
@ -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 })
|
|
Loading…
Reference in New Issue
Block a user