aki icon indicating copy to clipboard operation
aki copied to clipboard

:sushi: a calm neovim colorscheme for cozy morning coding.

preview

Aki is a calm neovim colorscheme for cozy morning coding.

Aki is inspired by the Nord colorscheme and the Kanagawa colorscheme.

Aki was designed as a cozy theme with a vibrant and coherent colorscheme. Aki was inspired by the colorfull images of the Great Smoky Mountains National Park.

Installation

using packer.nvim:

use 'crispybaccoon/aki'

using vim-plug:

Plug 'crispybaccoon/aki'

Configuration

require 'aki'.setup {
  transparent_background = false,
  contrast_dark = 'medium', -- 'hard'|'medium'|'soft'
  override_terminal = true,
  style = {
    search = { reverse = true },
  },
  overrides = { }, -- add custom overrides
}

Overrides

Overrides can take all options passed to vim.api.nvim_set_hl().

require 'aki'.setup {
    overrides = {
        'Normal' = { '#fddce3', '#1d2021' } -- { 'fg', 'bg', bold = bool, italic = bool, ... }
    },
}

Features

  • Lots of style-customization options (contrast, color invertion etc.)
  • Support for Treesitter highlighting.

  • Support for transparent background.

  • Supported plugins: GitGutter, Telescope.

telescope preview

License

MIT/X11