Files
dotfiles/alacritty/alacritty.toml.j2

60 lines
854 B
Plaintext
Raw Normal View History

2024-02-12 15:03:02 +01:00
live_config_reload = false
[colors.bright]
black = "#75715E"
blue = "#66D9EF"
cyan = "#A1EFE4"
green = "#A6E22E"
magenta = "#AE81FF"
red = "#F92672"
white = "#F9F8F5"
yellow = "#F4BF75"
[colors.normal]
black = "#000000"
blue = "#66D9EF"
cyan = "#A1EFE4"
green = "#A6E22E"
magenta = "#AE81FF"
red = "#F92672"
white = "#F8F8F2"
yellow = "#F4BF75"
[colors.primary]
background = "#272822"
foreground = "#F8F8F2"
[env]
TERM = "alacritty"
WINIT_X11_SCALE_FACTOR = "1"
2024-02-12 15:03:02 +01:00
[font]
size = {{ machine.font_size_2 }}
[font.bold]
family = "Inconsolata"
style = "Bold"
[font.bold_italic]
family = "Inconsolata"
style = "Bold Italic"
[font.italic]
family = "Inconsolata"
style = "Italic"
[font.normal]
family = "Inconsolata"
style = "Regular"
[selection]
save_to_clipboard = true
[window]
dynamic_title = true
title = "[terminal]"
[window.padding]
x = 3
y = 3