chore(config): update alacritty config, add truecolor for neovim

main
sudo pacman -Syu 2022-05-27 02:38:25 +07:00
parent c6fb646191
commit ab2668d04e
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
import: import:
- ~/.config/alacritty/github_dark.yml - ~/.config/alacritty/catppuccin.yml
window:
opacity: 0.9
font: font:
normal: normal:
family: Cascadia Code family: APL385 Unicode
style: Regular style: Regular
size: 14.0 size: 18.0

View File

@ -91,7 +91,7 @@ EOF
set background=dark set background=dark
if $TERM == 'xterm-kitty' if $TERM == 'xterm-kitty' || $COLORTERM == 'truecolor'
set termguicolors set termguicolors
" colorscheme onedark " colorscheme onedark
" colorscheme github_dark " colorscheme github_dark