1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00
nixvim/docs/plugins/colorschemes/tokyonight.md
Pedro Alves eef84178ab docs: Add basic documentation system based on nmd
You can now run `nix build '.#docs'` to build HTML documentation
documenting every single option on nixvim! Fortunately, thanks to
the 'description' field, most options are already documented, but
there are still a fair few that need documenting.

I will be taking care of those in the next few days. When those are
done, I will find a way to automatically rebuild documentation on every
repo push, and also add a PR hook requiring documentation.

Additionally, I will try to find a way to have per-page plugin docs.
2022-01-12 01:44:51 +00:00

1.7 KiB

tokyonight

This plugin sets up the tokyonight colorscheme.

Options

colorschemes.tokyonight.enable

Description: Enable tokyonight

Type*: bool

colorschemes.tokyonight.style

Description: Theme style

Type: nullOr (enum [ "storm" "night" "day" ])

Default: null

colorschemes.tokyonight.terminalColors

Description: Configure the colors used when opening a :terminal in Neovim

Type: bool

colorschemes.tokyonight.italicComments

Description: Make comments italic

Type: bool

colorschemes.tokyonight.italicKeywords

Description: Make keywords italic

Type: bool

colorschemes.tokyonight.italicFunctions

Description: Make functions italic

Type: bool

colorschemes.tokyonight.italicVariables

Description: Make variables and identifiers italic

Type: bool

colorschemes.tokyonight.transparent

Description: Enable this to disable setting the background color

Type: bool

colorschemes.tokyonight.hideInactiveStatusline

Description: Enabling this option will hide inactive statuslines and replace them with a thin border

Type: bool

colorschemes.tokyonight.transparentSidebar

Description: Sidebar like windows like NvimTree get a transparent background

Type: bool

colorschemes.tokyonight.darkSidebar

Description: Sidebar like windows like NvimTree get a darker background

Type: bool

colorschemes.tokyonight.darkFloat

Description: Float windows like the lsp diagnostic windows get a darker background

Type: bool

colorschemes.tokyonight.lualineBold

Description: When true, section headers in the lualine theme will be bold

Type: bool