base16-vim VS ayu-vim

Compare base16-vim vs ayu-vim and see what are their differences.

base16-vim

base16-vim refreshes and commits new themes weekly automatically and has a documented build process. (by tinted-theming)

ayu-vim

Modern theme for modern VIMs (by Luxed)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
base16-vim ayu-vim
5 4
93 122
- -
6.9 6.6
9 days ago 3 months ago
Vim Script Vim Script
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

base16-vim

Posts with mentions or reviews of base16-vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-11.
  • What's your neovim colorscheme in 2023 ??
    18 projects | /r/neovim | 11 Feb 2023
    I use base16 to synchronize theming between my shell and nvim. I'm currently switching between base16-gruvbox-dark-hard and base16-dracula (gallery).
  • Base16 theme for shell, (n)vim, tmux, fzf
    7 projects | /r/vim | 6 Sep 2022
  • Is there a natural way to make my vim colorscheme and my terminal emulator colorscheme different on iTerm2?
    2 projects | /r/vim | 3 Sep 2022
    I prefer to use base16-shell to set my terminal colors and then https://github.com/base16-project/base16-vim to automatically apply that colorscheme to vim, keeping them in sync. Solarized is one of the available themes withing base16.
  • Using raster fonts in Neovide?
    5 projects | /r/vim | 13 Jun 2022
    " NEOVIDE CONFIG let g:neovide_refresh_rate=60 let g:neovide_transparency=0.9 let g:neovide_remember_window_size=v:true let g:neovide_cursor_trail_length=1 let g:neovide_cursor_animation_length=0.05 " PLUGIN call plug#begin('~/.local/share/nvim/plugged') Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'https://github.com/base16-project/base16-vim' Plug 'https://github.com/lifepillar/vim-solarized8' Plug 'https://github.com/iCyMind/NeoSolarized' Plug 'https://github.com/flrnprz/plastic.vim' Plug 'https://github.com/morhetz/gruvbox' call plug#end() " GENERAL? cd $HOME/Documents set clipboard+=unnamed,unnamedplus set mouse=a set relativenumber filetype on filetype plugin on filetype indent on " GUI NATIVE colorscheme base16-atelier-seaside set background=dark set noshowmode set guifont=Cascadia\ Mono:h10 " AIRLINE "AirlineTheme base16_atelier_seaside let g:airline_theme='base16_atelier_seaside' let g:airline_solarized_bg='dark'
  • How to change theme based on terminal's theme?
    3 projects | /r/vim | 16 Feb 2022

ayu-vim

Posts with mentions or reviews of ayu-vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-01.
  • Help converting ayu-vim's functions and autocmds to Lua
    2 projects | /r/neovim | 1 Mar 2023
    Yesterday I started moving my config from vimscript to lua. I'm using ayu-vim (and loading it with lazy.nvim, if that matters), and on the Github page it lists a combination of a function and an autocmd to override some theme colors.
  • Light mode color scheme recs?
    12 projects | /r/vim | 23 Sep 2022
  • Proposal for lua colorscheme standardization
    5 projects | /r/neovim | 8 Sep 2021
    I like your idea so much that I'm gonna look into implementing it in the ayu branch I currently maintain (https://github.com/Luxed/ayu-vim). I'm not a fan of it for some reason, but I agree with what it brings. I could argue that the theme has other options anyway, so you'll most likely need somewhere to put those too. But I'll at least look into it
  • Useful Vim Plugins You Haven't Heard Of
    7 projects | /r/vim | 25 Feb 2021
    If you want a maintained version of the ayu theme, go here: https://github.com/Luxed/ayu-vim

What are some alternatives?

When comparing base16-vim and ayu-vim you can also consider the following projects:

vim-monokai-pro - Monokai Pro color scheme for Vim / Neovim

gruvbox - Retro groove color scheme for Vim

gruvbox-material - Gruvbox with Material Palette

base16-vim - Base16 for Vim

emacs-doom-themes - A megapack of themes for GNU Emacs. [Moved to: https://github.com/doomemacs/themes]

base16-nvim - Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.

Apprentice - A dark, low-contrast, Vim colorscheme.

themes - A megapack of themes for GNU Emacs.

gruvbox - Retro groove color scheme for Vim - community maintained edition

Configuration-files - Versioned safebox of conf files for dev environment