onedark

Url: https://github.com/navarasu/onedark.nvim/

Maintainers: Gaetan Lepage

colorschemes.onedark.enable

Whether to enable onedark.nvim.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.onedark.package

Which package to use for the onedark.nvim plugin.

Type: package

Default: <derivation vimplugin-onedark.nvim-2024-05-11>

Declared by:

colorschemes.onedark.settings

Options provided to the require('onedark').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  colors = {
    bright_orange = "#ff8800";
    green = "#00ffaa";
  };
  highlights = {
    "@function" = {
      fg = "#0000ff";
      fmt = "underline,italic";
      sp = "$cyan";
    };
    "@function.builtin" = {
      fg = "#0059ff";
    };
    "@keyword" = {
      fg = "$green";
    };
    "@string" = {
      bg = "#00ff00";
      fg = "$bright_orange";
      fmt = "bold";
    };
  };
}

Declared by: