From 0257332d74a2693333772a0db4a9f99c978c2d22 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Thu, 26 Aug 2021 18:40:26 -0500 Subject: [PATCH] dev: added Alacritty and Kitty integrations --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e555c..38339a6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ - [Sneak](https://github.com/justinmk/vim-sneak) - [Neogit](https://github.com/TimUntersberger/neogit) - [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim) + - [Kitty](https://github.com/kovidgoyal/kitty) + - [Alacritty](https://github.com/alacritty/alacritty) # 📺 Notices @@ -346,6 +348,9 @@ require('lualine').setup { let g:lightline = {'colorscheme': 'catppuccino'} ``` +- **Kitty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/kitty) on your Kitty config. +- **Alacritty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/alacritty) on your Alacritty config. + ## List of colorschemes | Colorschemes | Code Names | @@ -454,7 +459,7 @@ diff = { -- also used for gitsigns Use them to execute code at certain events [described by their names]. These are the ones available: | Function | Description | -|--------------------|------------------------------| +| ------------------ | ---------------------------- | | `before_loading()` | Before loading a colorscheme | | `after_loading()` | After loading a colorscheme |