Skip to content
/ aki Public

🍣 a calm neovim colorscheme for cozy morning coding.

License

Notifications You must be signed in to change notification settings

comfysage/aki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🍣 a calm neovim colorscheme for cozy morning coding.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Languages