Added alacritty config files

This commit is contained in:
Gnarwhal 2024-07-28 17:50:39 +00:00
parent 8773306031
commit 626699a135
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import = [
"~/.config/alacritty/colors.toml",
"~/.config/alacritty/font.toml",
]

View file

@ -0,0 +1,24 @@
[colors.primary]
background = "0x000000"
foreground = "0xd8d8d8"
[colors.bright]
black = "0x44444f"
blue = "0x407ee7"
cyan = "0x0082ad"
green = "0x39bb7a"
magenta = "0x8466ea"
red = "0xf22c40"
white = "0xFFFFFF"
yellow = "0xd6781a"
[colors.normal]
black = "0x000000"
blue = "0x2f5dab"
cyan = "0x006080"
green = "0x2e9662"
magenta = "0x694Caa"
red = "0xbc2232"
white = "0xa5a2af"
yellow = "0xa55d14"

View file

@ -0,0 +1,18 @@
[font]
size = 13
[font.bold]
family = "Px437 IBM BIOS"
style = "Bold"
[font.bold_italic]
family = "Px437 IBM BIOS"
style = "Bold Italic"
[font.italic]
family = "Px437 IBM BIOS"
style = "Italic"
[font.normal]
family = "Px437 IBM BIOS"
style = "Regular"

View file

@ -0,0 +1,19 @@
[font]
size = 12.5
[font.bold]
family = "Ubuntu Mono derivative Powerline"
style = "Bold"
[font.bold_italic]
family = "Ubuntu Mono derivative Powerline"
style = "Bold Italic"
[font.italic]
family = "Ubuntu Mono derivative Powerline"
style = "Italic"
[font.normal]
family = "Ubuntu Mono derivative Powerline"
style = "Regular"