Forked from andersevenrud/alacritty-tmux-vim_truecolor.md
          
        
    
          Created
          September 27, 2022 10:04 
        
      - 
      
- 
        Save aasutossh/ffbe528db3d2bcb61b2ecee2e9750de5 to your computer and use it in GitHub Desktop. 
Revisions
- 
        andersevenrud revised this gist Aug 7, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # True Color (24-bit) and italics with alacritty + tmux + vim (neovim) This should make True Color (24-bit) and *italics* work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim)/[neovim](https://github.com/neovim/neovim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://github.com/kovidgoyal/kitty)). ## Testing colors 
- 
        andersevenrud revised this gist Jul 20, 2022 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,8 +35,7 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" # You can also use the env variable set from the terminal. # Useful if you share your configuration betweeen systems with a varying value. #set -ag terminal-overrides ",$TERM:RGB" ``` 
- 
        andersevenrud revised this gist Jul 20, 2022 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,6 +33,11 @@ In `~/.tmux.conf` (or `~/.config/tmux/tmux.conf`): ```tmux set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" # You can also use the env variable set from the terminal. # Useful if you share your configuration betweeen systems with # a varying value. #set -ag terminal-overrides ",$TERM:RGB" ``` ### vim @@ -78,4 +83,11 @@ And if you found another solution I would really appreciate if you left a commen * OS/Distro + version * Vim or Neovim + version * Terminal name + version ## Mentions Shout-out to the nice folks that provided insightful feedback: * @mikeslattery [black and white vim colorscheme](https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6?permalink_comment_id=4004222#gistcomment-4004222) * @sahibalejandro [env variable inside tmux configuration](https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6?permalink_comment_id=4239470#gistcomment-4239470) 
- 
        andersevenrud revised this gist Jun 30, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # True Color (24-bit) and italics with alacritty + tmux + vim (neovim) This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim)/[neovim](https://github.com/neovim/neovim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://github.com/kovidgoyal/kitty)). ## Testing colors 
- 
        andersevenrud revised this gist Feb 21, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bash 24-bit-color.sh ## Configuration files :warning: **IMPORTANT** :warning: *Don't* set `$TERM` in your shell (zshrc, bashrc, etc.), but your terminal (alacritty). ### Alacritty 
- 
        andersevenrud revised this gist Feb 21, 2022 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,5 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim)/[neovim](https://github.com/neovim/neovim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://github.com/kovidgoyal/kitty)). ## Testing colors Running this script should look the same in tmux as without. @@ -17,6 +13,8 @@ bash 24-bit-color.sh ## Configuration files **IMPORTANT:** _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.), but your terminal (alacritty). ### Alacritty In `~/.config/alacritty/alacritty.yml`: 
- 
        andersevenrud revised this gist Feb 8, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This should make True Color (24-bit) and italics work in your [tmux](https://git ## Notes 1. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 2. [Alacritty currenty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628) (landing soon), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors 
- 
        andersevenrud revised this gist Jan 16, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,7 +54,7 @@ colorscheme yourfavcolorscheme ### neovim > If you use `~/.vimrc` for your nvim configuration, use the above vim example because it's fully compatible. In `~/.config/nvim/init.vim` 
- 
        andersevenrud revised this gist Jan 16, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,7 +54,9 @@ colorscheme yourfavcolorscheme ### neovim > If you use `~/.vimrc` for your nvim configuration, use the above vim example becaus it's fully compatible (nvim ignores the workarounds for vim). In `~/.config/nvim/init.vim` ```vim set termguicolors 
- 
        andersevenrud revised this gist Jan 6, 2022 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,4 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim)/[neovim](https://github.com/neovim/neovim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://github.com/kovidgoyal/kitty)). ## Notes 1. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 
- 
        andersevenrud revised this gist Dec 25, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -56,7 +56,7 @@ set termguicolors colorscheme yourfavcolorscheme ``` ### neovim In `~/.config/nvim/init.vim` (or `~/.vimrc`): 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -58,14 +58,14 @@ colorscheme yourfavcolorscheme ## neovim In `~/.config/nvim/init.vim` (or `~/.vimrc`): ```vim set termguicolors colorscheme yourfavcolorscheme ``` Or `~/.config/nvim/init.lua`: ```lua vim.o.termguicolors = true 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,7 @@ In `~/.vimrc`: ```vim " You might have to force true color when using regular vim inside tmux as the " colorscheme can appear to be grayscale with "termguicolors" option enabled. if !has('gui_running') && &term =~ '^\%(screen\|tmux\)' let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -44,7 +44,8 @@ set -ag terminal-overrides ",xterm-256color:RGB" In `~/.vimrc`: ```vim " You might have to force true color when using regular vim inside tmux as the " colorscheme might appear to be grayscale with "truecolor" option enabled. if !has('gui_running') && &term =~ '^\%(screen\|tmux\)' let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -59,7 +59,7 @@ colorscheme yourfavcolorscheme In `~/.vimrc`: ```vim set termguicolors colorscheme yourfavcolorscheme ``` 
- 
        andersevenrud revised this gist Dec 22, 2021 . No changes.There are no files selected for viewing
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 22 additions and 8 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,8 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http * 2021-08-07 ## Notes 1. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 2. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors @@ -41,16 +39,32 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" ``` ### vim In `~/.vimrc`: ```vim " You might have to force true color when using regular vim inside tmux if !has('gui_running') && &term =~ '^\%(screen\|tmux\)' let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" endif syntax on set termguicolors colorscheme yourfavcolorscheme ``` ## neovim In `~/.vimrc`: ``` set termguicolors colorscheme yourfavcolorscheme ``` Or `~/.config/nvim/init.vim` or `~/.config/nvim/init.lua`: ```lua vim.o.termguicolors = true @@ -65,4 +79,4 @@ And if you found another solution I would really appreciate if you left a commen * OS/Distro + version * Vim or Neovim + version * Terminal name + version 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config ([neovim ignores these settings](https://neovim.io/doc/user/vim_diff.html)) 2. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -61,7 +61,7 @@ vim.cmd'colorscheme yourfavcolorscheme' Check out the [comments](https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6#comments) below for possible solutions. And if you found another solution I would really appreciate if you left a comment with instructions and the following information: * OS/Distro + version * Vim or Neovim + version 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,7 +57,7 @@ vim.o.termguicolors = true vim.cmd'colorscheme yourfavcolorscheme' ``` ## Not working correctly ? Check out the [comments](https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6#comments) below for possible solutions. 
- 
        andersevenrud revised this gist Dec 22, 2021 . 1 changed file with 12 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config ([neovim ignores these settings](https://neovim.io/doc/user/vim_diff.html) 2. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) @@ -55,4 +55,14 @@ or `~/.config/nvim/init.lua`: ```lua vim.o.termguicolors = true vim.cmd'colorscheme yourfavcolorscheme' ``` ## Nor working correctly ? Check out the [comments](https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6#comments) below for possible solutions. And if you found another solution I would really appreciate if you left a comment with the following information: * OS/Distro + version * Vim or Neovim + version * Terminal name + version 
- 
        andersevenrud revised this gist Nov 16, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config 2. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.). Configure this in your terminal (alacritty). 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors 
- 
        andersevenrud revised this gist Nov 16, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config 2. _**Don't**_ set `$TERM` in your shell (zshrc, bashrc, etc.) Configure this in your terminal (alacritty). 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors 
- 
        andersevenrud revised this gist Sep 21, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://github.com/kovidgoyal/kitty)). Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](https://www.zsh.org/) with latest packages from [Arch Linux](https://archlinux.org/) (with exception of [neovim](https://github.com/neovim/neovim) built from source): * ~~2019-07-07~~ 
- 
        andersevenrud revised this gist Sep 21, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim) when using [Alacritty](https://github.com/alacritty/alacritty) (and should be compatible with any other terminal emulator, including [Kitty](https://sw.kovidgoyal.net/kitty/)). Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](https://www.zsh.org/) with latest packages from [Arch Linux](https://archlinux.org/) (with exception of [neovim](https://github.com/neovim/neovim) built from source): * ~~2019-07-07~~ 
- 
        andersevenrud revised this gist Sep 21, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim) when using [Alacritty](https://github.com/alacritty/alacritty) (and probably any other classic and modern terminal emulator, including [Kitty](https://sw.kovidgoyal.net/kitty/)). Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](https://www.zsh.org/) with latest packages from [Arch Linux](https://archlinux.org/) (with exception of [neovim](https://github.com/neovim/neovim) built from source): * ~~2019-07-07~~ 
- 
        andersevenrud revised this gist Sep 21, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ This should make True Color (24-bit) and italics work in your [tmux](https://github.com/tmux/tmux/wiki) session and [vim](https://github.com/vim/vim) when using [Alacritty](https://github.com/alacritty/alacritty) (and possibly other terminals. [Kitty](https://sw.kovidgoyal.net/kitty/) has been tested). Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](https://www.zsh.org/) with latest packages from [Arch Linux](https://archlinux.org/) (with exception of [neovim](https://github.com/neovim/neovim) built from source): * ~~2019-07-07~~ 
- 
        andersevenrud revised this gist Sep 1, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config 2. _**Don't**_ set `$TERM` in your zshrc, bashrc, etc. Configure this in your terminal (alacritty). 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors 
- 
        andersevenrud revised this gist Sep 1, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Tested successfully in [bash](https://www.gnu.org/software/bash/) and [zsh](http ## Notes 1. _**Don't**_ use `&t_8f`, `&t_8b` and `t_Co` in your vim config 2. _**Don't**_ set `$TERM` in your zshrc, bashrc, etc. Configure this in your terminal (alacritty). This is important for compatibility. 3. [Alacritty has no undercurl support](https://github.com/alacritty/alacritty/issues/1628), even though [tmux has](https://github.com/tmux/tmux/issues/1492) ## Testing colors 
- 
        andersevenrud revised this gist Sep 1, 2021 . No changes.There are no files selected for viewing
NewerOlder