Fix alacritty colors

This commit is contained in:
Fabian Ising
2023-04-06 12:27:01 +02:00
parent 7039ee7377
commit 3af2ef2226
3 changed files with 5 additions and 4 deletions

View File

@@ -81,8 +81,7 @@ filetype plugin indent on
set cinkeys-=0#
" Terminal emulator settings
set t_Co=256
"set term=screen-256color
set termguicolors
" Color configuration
try
@@ -90,6 +89,7 @@ try
catch
" Ignore non existing file
endtry
highlight Comment cterm=italic gui=italic
syntax enable " enable syntax processing
" Disable annoying bell