Files
linux-dotfiles/alacritty/alacritty.toml
2024-04-06 19:31:51 -05:00

33 lines
750 B
TOML

# _____ .__ .__ __ __
# / _ \ | | _____ ___________|__|/ |__/ |_ ___.__.
# / /_\ \| | \__ \ _/ ___\_ __ \ \ __\ __< | |
# / | \ |__/ __ \\ \___| | \/ || | | | \___ |
# \____|__ /____(____ /\___ >__| |__||__| |__| / ____|
# \/ \/ \/ \/
#
# https://alacritty.org/config-alacritty.html
# Configuration by Coby Powers
import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
[window]
padding.x = 10
padding.y = 10
opacity = 0.9
[scrolling]
multiplier = 2
[font]
normal.family = "JetBrains Mono Nerd Font"
size = 12
[cursor]
style.shape = "Beam"
style.blinking = "On"
blink_interval = 500
unfocused_hollow = false