alacritty conf to yml
This commit is contained in:
0
.ansible_deployed
Normal file
0
.ansible_deployed
Normal file
@@ -1,6 +1,6 @@
|
||||
[colors.primary]
|
||||
background = "#230038"
|
||||
foreground = "#fc28c3"
|
||||
foreground = "#fc03a1"
|
||||
|
||||
[env]
|
||||
TERM = "xterm"
|
||||
@@ -8,8 +8,8 @@ TERM = "xterm"
|
||||
[font]
|
||||
size = 10
|
||||
[font.normal]
|
||||
#family = "UbuntuMono"
|
||||
family = "UbuntuMono"
|
||||
style = "Regular"
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
opacity = 0.6
|
||||
|
||||
16
alacritty/.config/alacritty/alacritty.yml
Normal file
16
alacritty/.config/alacritty/alacritty.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
colors:
|
||||
primary:
|
||||
background: "#230038"
|
||||
foreground: "#fc03a1"
|
||||
|
||||
env:
|
||||
TERM: "xterm"
|
||||
|
||||
font:
|
||||
size: 12
|
||||
normal:
|
||||
family: "UbuntuMono"
|
||||
style: "Regular"
|
||||
|
||||
window:
|
||||
opacity: 0.9
|
||||
Reference in New Issue
Block a user