alacritty conf to yml

This commit is contained in:
2024-10-16 17:55:48 +02:00
parent 8d890415e5
commit 4b61b73b42
3 changed files with 19 additions and 3 deletions

0
.ansible_deployed Normal file
View File

View File

@@ -1,6 +1,6 @@
[colors.primary] [colors.primary]
background = "#230038" background = "#230038"
foreground = "#fc28c3" foreground = "#fc03a1"
[env] [env]
TERM = "xterm" TERM = "xterm"
@@ -8,8 +8,8 @@ TERM = "xterm"
[font] [font]
size = 10 size = 10
[font.normal] [font.normal]
#family = "UbuntuMono" family = "UbuntuMono"
style = "Regular" style = "Regular"
[window] [window]
opacity = 0.9 opacity = 0.6

View 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