Files
dotfiles/.config/alacritty/alacritty.toml
2024-03-21 22:12:54 -04:00

54 lines
726 B
TOML

import = [
"~/.config/alacritty/themes/themes/iterm.toml"
]
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
# [colors.primary]
# background = "#1d1f21"
# foreground = "#c5c8c6"
[cursor]
blink_interval = 750
thickness = 0.2
unfocused_hollow = true
[cursor.style]
blinking = "On"
shape = "Beam"
[bell]
animation = "EaseOutExpo"
duration = 4
[env]
TERM = "xterm-256color"
[font]
size = 9
[font.bold]
style = "Bold"
[font.normal]
family = "FiraCode Nerd Font"
style = "Medium"
[window]
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_padding = false
dynamic_title = true
opacity = 0.7
title = "Alacritty"
[window.dimensions]
columns = 90
lines = 32
[window.padding]
x = 10
y = 10