chore(config): update alacritty config, add truecolor for neovim
parent
c6fb646191
commit
ab2668d04e
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue