{"id":4332271,"url":"https://github.com/RRethy/base16-nvim","last_synced_at":"2025-09-06T08:33:15.781Z","repository":{"id":39706962,"uuid":"347177101","full_name":"RRethy/base16-nvim","owner":"RRethy","description":"Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.","archived":false,"fork":false,"pushed_at":"2024-06-13T03:34:58.000Z","size":167,"stargazers_count":491,"open_issues_count":5,"forks_count":76,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-13T22:15:44.169Z","etag":null,"topics":["base16","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RRethy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-12T19:32:23.000Z","updated_at":"2024-08-13T22:15:47.303Z","dependencies_parsed_at":"2023-02-18T02:45:26.347Z","dependency_job_id":"2191b691-3e04-411d-9dea-ab736a82f9d9","html_url":"https://github.com/RRethy/base16-nvim","commit_stats":null,"previous_names":["rrethy/base16-nvim","rrethy/nvim-base16"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RRethy%2Fbase16-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RRethy%2Fbase16-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RRethy%2Fbase16-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RRethy%2Fbase16-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RRethy","download_url":"https://codeload.github.com/RRethy/base16-nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232107520,"owners_count":18473572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base16","nvim"],"created_at":"2024-02-12T13:11:15.027Z","updated_at":"2025-09-06T08:33:15.773Z","avatar_url":"https://github.com/RRethy.png","language":"Lua","readme":"# nvim-base16\n\nNeovim plugin for building base16 colorschemes with support for Neovim's\nbuiltin LSP and Treesitter.\n\nhttps://user-images.githubusercontent.com/21000943/199322658-ecbf8113-fa4b-409b-a562-be4a100de844.mov\n\n```lua\n-- All builtin colorschemes can be accessed with |:colorscheme|.\nvim.cmd('colorscheme base16-gruvbox-dark-soft')\n\n-- Alternatively, you can provide a table specifying your colors to the setup function.\nrequire('base16-colorscheme').setup({\n    base00 = '#16161D', base01 = '#2c313c', base02 = '#3e4451', base03 = '#6c7891',\n    base04 = '#565c64', base05 = '#abb2bf', base06 = '#9a9bb3', base07 = '#c5c8e6',\n    base08 = '#e06c75', base09 = '#d19a66', base0A = '#e5c07b', base0B = '#98c379',\n    base0C = '#56b6c2', base0D = '#0184bc', base0E = '#c678dd', base0F = '#a06949',\n})\n```\n\n*Note: If you don't see colours, try adding `vim.opt.termguicolors = true` to your init.lua*\n\n# Advanced Usage\n\n```lua\n-- To disable highlights for supported plugin(s), call the `with_config` function **before** setting the colorscheme.\n-- These are the defaults.\nrequire('base16-colorscheme').with_config({\n    telescope = true,\n    indentblankline = true,\n    notify = true,\n    ts_rainbow = true,\n    cmp = true,\n    illuminate = true,\n    dapui = true,\n})\n\n-- You can get the base16 colors **after** setting the colorscheme by name (base01, base02, etc.)\nlocal color = require('base16-colorscheme').colors.base01\n```\n\n# Builtin Colorschemes\n\n```txt\nbase16-0x96f\nbase16-3024\nbase16-apathy\nbase16-apprentice\nbase16-ashes\nbase16-atelier-cave\nbase16-atelier-cave-light\nbase16-atelier-dune\nbase16-atelier-dune-light\nbase16-atelier-estuary\nbase16-atelier-estuary-light\nbase16-atelier-forest\nbase16-atelier-forest-light\nbase16-atelier-heath\nbase16-atelier-heath-light\nbase16-atelier-lakeside\nbase16-atelier-lakeside-light\nbase16-atelier-plateau\nbase16-atelier-plateau-light\nbase16-atelier-savanna\nbase16-atelier-savanna-light\nbase16-atelier-seaside\nbase16-atelier-seaside-light\nbase16-atelier-sulphurpool\nbase16-atelier-sulphurpool-light\nbase16-atlas\nbase16-ayu-dark\nbase16-ayu-light\nbase16-ayu-mirage\nbase16-aztec\nbase16-bespin\nbase16-black-metal\nbase16-black-metal-bathory\nbase16-black-metal-burzum\nbase16-black-metal-dark-funeral\nbase16-black-metal-gorgoroth\nbase16-black-metal-immortal\nbase16-black-metal-khold\nbase16-black-metal-marduk\nbase16-black-metal-mayhem\nbase16-black-metal-nile\nbase16-black-metal-venom\nbase16-blueforest\nbase16-blueish\nbase16-brewer\nbase16-bright\nbase16-brogrammer\nbase16-brushtrees\nbase16-brushtrees-dark\nbase16-caroline\nbase16-catppuccin\nbase16-catppuccin-frappe\nbase16-catppuccin-latte\nbase16-catppuccin-macchiato\nbase16-catppuccin-mocha\nbase16-chalk\nbase16-charcoal-dark\nbase16-charcoal-light\nbase16-chicago-day\nbase16-chicago-night\nbase16-circus\nbase16-classic-dark\nbase16-classic-light\nbase16-codeschool\nbase16-colors\nbase16-cupcake\nbase16-cupertino\nbase16-da-one-black\nbase16-da-one-gray\nbase16-da-one-ocean\nbase16-da-one-paper\nbase16-da-one-sea\nbase16-da-one-white\nbase16-danqing\nbase16-danqing-light\nbase16-darcula\nbase16-darkmoss\nbase16-darktooth\nbase16-darkviolet\nbase16-decaf\nbase16-deep-oceanic-next\nbase16-default-dark\nbase16-default-light\nbase16-digital-rain\nbase16-dirtysea\nbase16-dracula\nbase16-edge-dark\nbase16-edge-light\nbase16-eighties\nbase16-embers\nbase16-embers-light\nbase16-emil\nbase16-equilibrium-dark\nbase16-equilibrium-gray-dark\nbase16-equilibrium-gray-light\nbase16-equilibrium-light\nbase16-eris\nbase16-espresso\nbase16-eva\nbase16-eva-dim\nbase16-evenok-dark\nbase16-everforest\nbase16-everforest-dark-hard\nbase16-everforest-dark-medium\nbase16-everforest-dark-soft\nbase16-flat\nbase16-framer\nbase16-fruit-soda\nbase16-gigavolt\nbase16-github\nbase16-github-dark\nbase16-google-dark\nbase16-google-light\nbase16-gotham\nbase16-grayscale-dark\nbase16-grayscale-light\nbase16-greenscreen\nbase16-gruber\nbase16-gruvbox-dark\nbase16-gruvbox-dark-hard\nbase16-gruvbox-dark-medium\nbase16-gruvbox-dark-pale\nbase16-gruvbox-dark-soft\nbase16-gruvbox-light\nbase16-gruvbox-light-hard\nbase16-gruvbox-light-medium\nbase16-gruvbox-light-soft\nbase16-gruvbox-material-dark-hard\nbase16-gruvbox-material-dark-medium\nbase16-gruvbox-material-dark-soft\nbase16-gruvbox-material-light-hard\nbase16-gruvbox-material-light-medium\nbase16-gruvbox-material-light-soft\nbase16-hardcore\nbase16-harmonic-dark\nbase16-harmonic-light\nbase16-harmonic16-dark\nbase16-harmonic16-light\nbase16-heetch\nbase16-heetch-light\nbase16-helios\nbase16-hopscotch\nbase16-horizon-dark\nbase16-horizon-light\nbase16-horizon-terminal-dark\nbase16-horizon-terminal-light\nbase16-humanoid-dark\nbase16-humanoid-light\nbase16-ia-dark\nbase16-ia-light\nbase16-icy\nbase16-irblack\nbase16-isotope\nbase16-jabuti\nbase16-kanagawa\nbase16-kanagawa-dragon\nbase16-katy\nbase16-kimber\nbase16-lime\nbase16-linux-vt\nbase16-macintosh\nbase16-marrakesh\nbase16-materia\nbase16-material\nbase16-material-darker\nbase16-material-lighter\nbase16-material-palenight\nbase16-material-vivid\nbase16-measured-dark\nbase16-measured-light\nbase16-mellow-purple\nbase16-mexico-light\nbase16-mocha\nbase16-monokai\nbase16-moonlight\nbase16-mountain\nbase16-nebula\nbase16-nord\nbase16-nord-light\nbase16-nova\nbase16-ocean\nbase16-oceanicnext\nbase16-one-light\nbase16-onedark\nbase16-onedark-dark\nbase16-outrun-dark\nbase16-oxocarbon-dark\nbase16-oxocarbon-light\nbase16-pandora\nbase16-papercolor-dark\nbase16-papercolor-light\nbase16-paraiso\nbase16-pasque\nbase16-penumbra-dark\nbase16-penumbra-dark-contrast-plus\nbase16-penumbra-dark-contrast-plus-plus\nbase16-penumbra-light\nbase16-penumbra-light-contrast-plus\nbase16-penumbra-light-contrast-plus-plus\nbase16-phd\nbase16-pico\nbase16-pinky\nbase16-pop\nbase16-porple\nbase16-precious-dark-eleven\nbase16-precious-dark-fifteen\nbase16-precious-light-warm\nbase16-precious-light-white\nbase16-primer-dark\nbase16-primer-dark-dimmed\nbase16-primer-light\nbase16-purpledream\nbase16-qualia\nbase16-railscasts\nbase16-rebecca\nbase16-rose-pine\nbase16-rose-pine-dawn\nbase16-rose-pine-moon\nbase16-saga\nbase16-sagelight\nbase16-sakura\nbase16-sandcastle\nbase16-schemer-dark\nbase16-schemer-medium\nbase16-selenized-black\nbase16-selenized-dark\nbase16-selenized-light\nbase16-selenized-white\nbase16-seti\nbase16-shades-of-purple\nbase16-shadesmear-dark\nbase16-shadesmear-light\nbase16-shapeshifter\nbase16-silk-dark\nbase16-silk-light\nbase16-snazzy\nbase16-solarflare\nbase16-solarflare-light\nbase16-solarized-dark\nbase16-solarized-light\nbase16-spaceduck\nbase16-spacemacs\nbase16-sparky\nbase16-standardized-dark\nbase16-standardized-light\nbase16-stella\nbase16-still-alive\nbase16-summercamp\nbase16-summerfruit-dark\nbase16-summerfruit-light\nbase16-synth-midnight-dark\nbase16-synth-midnight-light\nbase16-tango\nbase16-tarot\nbase16-tender\nbase16-terracotta\nbase16-terracotta-dark\nbase16-tokyo-city-dark\nbase16-tokyo-city-light\nbase16-tokyo-city-terminal-dark\nbase16-tokyo-city-terminal-light\nbase16-tokyo-night-dark\nbase16-tokyo-night-light\nbase16-tokyo-night-moon\nbase16-tokyo-night-storm\nbase16-tokyo-night-terminal-dark\nbase16-tokyo-night-terminal-light\nbase16-tokyo-night-terminal-storm\nbase16-tokyodark\nbase16-tokyodark-terminal\nbase16-tomorrow\nbase16-tomorrow-night\nbase16-tomorrow-night-eighties\nbase16-tube\nbase16-twilight\nbase16-unikitty-dark\nbase16-unikitty-light\nbase16-unikitty-reversible\nbase16-uwunicorn\nbase16-valua\nbase16-vesper\nbase16-vice\nbase16-vulcan\nbase16-windows-10\nbase16-windows-10-light\nbase16-windows-95\nbase16-windows-95-light\nbase16-windows-highcontrast\nbase16-windows-highcontrast-light\nbase16-windows-nt\nbase16-windows-nt-light\nbase16-woodland\nbase16-xcode-dusk\nbase16-zenbones\nbase16-zenburn\n```\n","funding_links":[],"categories":["Colorscheme","Lua"],"sub_categories":["Colorscheme Creation","Tree-sitter Supported Colorscheme"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRRethy%2Fbase16-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRRethy%2Fbase16-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRRethy%2Fbase16-nvim/lists"}