base16

URL: https://github.com/RRethy/base16-nvim/

Maintainers: Gaetan Lepage

colorschemes.base16.enable

Whether to enable base16.nvim.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.base16.package

Which package to use for the base16 plugin.

Type: package

Default: <derivation vimplugin-base16-nvim-2024-05-23>

Declared by:

colorschemes.base16.colorscheme

The base16 colorscheme to use. It can either be the name of a builtin colorscheme or an attrs specifying each color explicitly.

Example for the latter:

  {
    base00 = "#16161D";
    base01 = "#2c313c";
    base02 = "#3e4451";
    base03 = "#6c7891";
    base04 = "#565c64";
    base05 = "#abb2bf";
    base06 = "#9a9bb3";
    base07 = "#c5c8e6";
    base08 = "#e06c75";
    base09 = "#d19a66";
    base0A = "#e5c07b";
    base0B = "#98c379";
    base0C = "#56b6c2";
    base0D = "#0184bc";
    base0E = "#c678dd";
    base0F = "#a06949";
  }

Type: one of “3024”, “apathy”, “apprentice”, “ashes”, “atelier-cave”, “atelier-cave-light”, “atelier-dune”, “atelier-dune-light”, “atelier-estuary”, “atelier-estuary-light”, “atelier-forest”, “atelier-forest-light”, “atelier-heath”, “atelier-heath-light”, “atelier-lakeside”, “atelier-lakeside-light”, “atelier-plateau”, “atelier-plateau-light”, “atelier-savanna”, “atelier-savanna-light”, “atelier-seaside”, “atelier-seaside-light”, “atelier-sulphurpool”, “atelier-sulphurpool-light”, “atlas”, “ayu-dark”, “ayu-light”, “ayu-mirage”, “bespin”, “black-metal”, “black-metal-bathory”, “black-metal-burzum”, “black-metal-dark-funeral”, “black-metal-gorgoroth”, “black-metal-immortal”, “black-metal-khold”, “black-metal-marduk”, “black-metal-mayhem”, “black-metal-nile”, “black-metal-venom”, “blueforest”, “blueish”, “brewer”, “bright”, “brogrammer”, “brushtrees”, “brushtrees-dark”, “catppuccin”, “catppuccin-frappe”, “catppuccin-latte”, “catppuccin-macchiato”, “catppuccin-mocha”, “chalk”, “circus”, “classic-dark”, “classic-light”, “codeschool”, “colors”, “cupcake”, “cupertino”, “da-one-black”, “da-one-gray”, “da-one-ocean”, “da-one-paper”, “da-one-sea”, “da-one-white”, “danqing”, “darcula”, “darkmoss”, “darktooth”, “darkviolet”, “decaf”, “default-dark”, “default-light”, “dirtysea”, “dracula”, “edge-dark”, “edge-light”, “eighties”, “embers”, “emil”, “equilibrium-dark”, “equilibrium-gray-dark”, “equilibrium-gray-light”, “equilibrium-light”, “espresso”, “eva”, “eva-dim”, “evenok-dark”, “everforest”, “flat”, “framer”, “fruit-soda”, “gigavolt”, “github”, “google-dark”, “google-light”, “gotham”, “grayscale-dark”, “grayscale-light”, “greenscreen”, “gruber”, “gruvbox-dark-hard”, “gruvbox-dark-medium”, “gruvbox-dark-pale”, “gruvbox-dark-soft”, “gruvbox-light-hard”, “gruvbox-light-medium”, “gruvbox-light-soft”, “gruvbox-material-dark-hard”, “gruvbox-material-dark-medium”, “gruvbox-material-dark-soft”, “gruvbox-material-light-hard”, “gruvbox-material-light-medium”, “gruvbox-material-light-soft”, “hardcore”, “harmonic-dark”, “harmonic-light”, “heetch”, “heetch-light”, “helios”, “hopscotch”, “horizon-dark”, “horizon-light”, “horizon-terminal-dark”, “horizon-terminal-light”, “humanoid-dark”, “humanoid-light”, “ia-dark”, “ia-light”, “icy”, “irblack”, “isotope”, “kanagawa”, “katy”, “kimber”, “lime”, “macintosh”, “marrakesh”, “materia”, “material”, “material-darker”, “material-lighter”, “material-palenight”, “material-vivid”, “mellow-purple”, “mexico-light”, “mocha”, “monokai”, “mountain”, “nebula”, “nord”, “nova”, “ocean”, “oceanicnext”, “one-light”, “onedark”, “outrun-dark”, “pandora”, “papercolor-dark”, “papercolor-light”, “paraiso”, “pasque”, “phd”, “pico”, “pinky”, “pop”, “porple”, “primer-dark”, “primer-dark-dimmed”, “primer-light”, “purpledream”, “qualia”, “railscasts”, “rebecca”, “rose-pine”, “rose-pine-dawn”, “rose-pine-moon”, “sagelight”, “sakura”, “sandcastle”, “seti”, “shades-of-purple”, “shadesmear-dark”, “shadesmear-light”, “shapeshifter”, “silk-dark”, “silk-light”, “snazzy”, “solarflare”, “solarflare-light”, “solarized-dark”, “solarized-light”, “spaceduck”, “spacemacs”, “standardized-dark”, “standardized-light”, “stella”, “still-alive”, “summercamp”, “summerfruit-dark”, “summerfruit-light”, “synth-midnight-dark”, “synth-midnight-light”, “tango”, “tender”, “tokyo-city-dark”, “tokyo-city-light”, “tokyo-city-terminal-dark”, “tokyo-city-terminal-light”, “tokyo-night-dark”, “tokyo-night-light”, “tokyo-night-storm”, “tokyo-night-terminal-dark”, “tokyo-night-terminal-light”, “tokyo-night-terminal-storm”, “tokyodark”, “tokyodark-terminal”, “tomorrow”, “tomorrow-night”, “tomorrow-night-eighties”, “tube”, “twilight”, “unikitty-dark”, “unikitty-light”, “unikitty-reversible”, “uwunicorn”, “vice”, “vulcan”, “windows-10”, “windows-10-light”, “windows-95”, “windows-95-light”, “windows-highcontrast”, “windows-highcontrast-light”, “windows-nt”, “windows-nt-light”, “woodland”, “xcode-dusk”, “zenburn” or (submodule)

Example: "edge-light"

Declared by:

colorschemes.base16.setUpBar

Whether to set your status bar theme to ‘base16’.

Type: boolean

Default: true

Declared by: