nightfox
URL: https://github.com/EdenEast/nightfox.nvim/
Maintainers: Gaetan Lepage
colorschemes.nightfox.enable
Whether to enable nightfox.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.nightfox.package
The nightfox package to use.
Type: package
Default:
pkgs.vimPlugins.nightfox-nvim
Declared by:
colorschemes.nightfox.autoLoad
Whether to automatically load nightfox when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.nightfox.callSetup
Whether to generate the standard require('nightfox').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
colorschemes.nightfox.flavor
Which palette/flavor to use as the colorscheme.
Type: one of “carbonfox”, “dawnfox”, “dayfox”, “duskfox”, “nightfox”, “nordfox”, “terafox”
Default:
"nightfox"
Example:
"dayfox"
Declared by: