Fix alacritty colors
This commit is contained in:
@@ -2,8 +2,9 @@ import:
|
|||||||
- ~/.config/alacritty/schemes.yml
|
- ~/.config/alacritty/schemes.yml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: alacritty
|
||||||
font:
|
font:
|
||||||
|
scale_with_dpi: true
|
||||||
# The size to use.
|
# The size to use.
|
||||||
size: 12
|
size: 12
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
|
|||||||
@@ -81,8 +81,7 @@ filetype plugin indent on
|
|||||||
set cinkeys-=0#
|
set cinkeys-=0#
|
||||||
|
|
||||||
" Terminal emulator settings
|
" Terminal emulator settings
|
||||||
set t_Co=256
|
set termguicolors
|
||||||
"set term=screen-256color
|
|
||||||
|
|
||||||
" Color configuration
|
" Color configuration
|
||||||
try
|
try
|
||||||
@@ -90,6 +89,7 @@ try
|
|||||||
catch
|
catch
|
||||||
" Ignore non existing file
|
" Ignore non existing file
|
||||||
endtry
|
endtry
|
||||||
|
highlight Comment cterm=italic gui=italic
|
||||||
syntax enable " enable syntax processing
|
syntax enable " enable syntax processing
|
||||||
|
|
||||||
" Disable annoying bell
|
" Disable annoying bell
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
|
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "alacritty"
|
||||||
|
|
||||||
set -g history-limit 20000
|
set -g history-limit 20000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user