Add alacritty conf
This commit is contained in:
25
alacritty.toml
Normal file
25
alacritty.toml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
#[general]
|
||||||
|
#live_config_reload=true
|
||||||
|
|
||||||
|
[window]
|
||||||
|
decorations="Full"
|
||||||
|
title="Terminal"
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background="#1a1a1a"
|
||||||
|
foreground="#ffffff"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
red="#c01c28"
|
||||||
|
green="#33DA7A"
|
||||||
|
blue="#2A7BDE"
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM="xterm-256color"
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family="Terminus"
|
||||||
|
style="Regular"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size=13
|
||||||
Reference in New Issue
Block a user