catppuccin / vim

🧋 Soothing pastel theme for Vim
MIT License
233 stars 14 forks source link
catppuccin catppuccin-theme hacktoberfest vim vim-theme

Logo
Catppuccin for Vim

✨ Integrations

Usage

Note: To get the expected visuals, you need to insert set termguicolors within your .vimrc file.

Manually

  1. Clone this repository
  2. Put the colors folder inside your .vim (or if the colors folder already exists, move all the catppuccin palettes inside it)
  3. When Vim is running use :colorscheme catppuccin_ followed by the flavor name (e.g. :colorscheme catppuccin_mocha)

Vim-Plug

Plug 'catppuccin/vim', { 'as': 'catppuccin' }

✨ Integrations setup

lightline

  1. Download the plugin via your plugin manager or manually
  2. Set the colorscheme by inserting the following line in your .vimrc:
    let g:lightline = {'colorscheme': 'catppuccin_mocha'}
  3. Now that lightline is good to go, you can use set noshowmode to hide the default mode showcase since now it will be displayed in the plugin

airline

Airline should automatically choose the correct theme. If it does not you can force it by inserting the following line in your .vimrc:

let g:airline_theme = 'catppuccin_mocha'

🙋 FAQ

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org