dotfiles/alacritty/alacritty.toml

58 lines
829 B
TOML
Raw Permalink Normal View History

2025-11-16 17:12:21 -05:00
[colors.bright]
black = "0x555555"
blue = "0x5555ff"
cyan = "0x00eaff"
green = "0x55ff55"
magenta = "0xff55ff"
red = "0xff5555"
white = "0xffffff"
yellow = "0xffff55"
[colors.cursor]
cursor = "0x00eaff"
text = "0x000000"
[colors.normal]
black = "0x000000"
blue = "0x337bff"
cyan = "0x00aaaa"
green = "0x00aa00"
magenta = "0xaa00aa"
red = "0xaa0000"
white = "0xaaaaaa"
yellow = "0xaa5500"
[colors.primary]
background = "0x000000"
foreground = "0x00eaff"
[colors.selection]
background = "0x00a8b5"
text = "0x000000"
[cursor]
style = "Block"
vi_mode_style = "Beam"
[scrolling]
history = 10000
[window]
decorations = "full"
dynamic_padding = false
dynamic_title = true
opacity = 1.0
[window.padding]
x = 6
y = 4
[general]
live_config_reload = true
[font]
size = 12.0
normal = { family = "monospace", style = "Regular" }