dotfiles/.config/alacritty/alacritty.toml

77 lines
1.2 KiB
TOML

[colors.bright]
black = "0x32302f"
blue = "0x7daea3"
cyan = "0x89b482"
green = "0xa9b665"
magenta = "0xd3869b"
red = "0xea6962"
white = "0xd4be98"
yellow = "0xd8a657"
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.normal]
black = "0x32302f"
blue = "0x7daea3"
cyan = "0x89b482"
green = "0xa9b665"
magenta = "0xd3869b"
red = "0xea6962"
white = "0xd4be98"
yellow = "0xd8a657"
[colors.primary]
background = "0x1d2021"
foreground = "0xd4be98"
[colors.selection]
background = "CellForeground"
text = "CellBackground"
[colors.vi_mode_cursor]
cursor = "CellForeground"
text = "CellBackground"
[cursor]
unfocused_hollow = true
[cursor.style]
blinking = "Off"
shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 13.0
[font.bold]
family = "Iosevka Term"
style = "Bold"
[font.bold_italic]
family = "Iosevka Term"
style = "Bold Italic"
[font.italic]
family = "Iosevka Term"
style = "Italic"
[font.normal]
family = "Iosevka Term"
[scrolling]
history = 10000
multiplier = 3
[selection]
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[window]
decorations = "full"
dynamic_title = false
opacity = 1.0
startup_mode = "Windowed"
title = "Alacritty"