forked from kunsi/dotfiles
give alacritty a try
This commit is contained in:
parent
98a1a1ea64
commit
fc772c25a0
2 changed files with 35 additions and 0 deletions
34
.config/alacritty/alacritty.yml
Normal file
34
.config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
bell:
|
||||||
|
duration: 100
|
||||||
|
color: '#4d5b86'
|
||||||
|
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: '#D9D4CF'
|
||||||
|
background: '#000000'
|
||||||
|
normal:
|
||||||
|
black: '#232323'
|
||||||
|
red: '#FF000F'
|
||||||
|
green: '#8CE10B'
|
||||||
|
yellow: '#FFB900'
|
||||||
|
blue: '#008DF8'
|
||||||
|
magenta: '#6D43A6'
|
||||||
|
cyan: '#00D8EB'
|
||||||
|
white: '#FFFFFF'
|
||||||
|
bright:
|
||||||
|
black: '#444444'
|
||||||
|
red: '#FF2740'
|
||||||
|
green: '#ABE15B'
|
||||||
|
yellow: '#FFD242'
|
||||||
|
blue: '#4FB4FF'
|
||||||
|
magenta: '#9A5FEB'
|
||||||
|
cyan: '#67FFF0'
|
||||||
|
white: '#FFFFFF'
|
||||||
|
cursor:
|
||||||
|
cursor: '#4d5b86'
|
||||||
|
text: '#000000'
|
||||||
|
|
||||||
|
cursor:
|
||||||
|
blinking: true
|
||||||
|
|
||||||
|
live_config_reload: true
|
1
.vimrc
1
.vimrc
|
@ -1,3 +1,4 @@
|
||||||
|
set ttymouse=sgr
|
||||||
set number
|
set number
|
||||||
set lbr
|
set lbr
|
||||||
set fdc=0
|
set fdc=0
|
||||||
|
|
Loading…
Reference in a new issue