.config/alacritty/alacritty.toml
[window]
dimensions = { columns = 150, lines = 45 }
padding = { x = 5, y = 5 }
opacity = 0.95
[font]
normal = { family = "SF Mono", style = "Regular" }
[cursor]
style = { shape = "Beam", blinking = "Off" }
[terminal]
shell = "/opt/homebrew/bin/fish"
# theme: ashes_dark
[colors.primary]
background = '#1c2023'
foreground = '#c7ccd1'
[colors.cursor]
text = '#1c2023'
cursor = '#c7ccd1'
[colors.normal]
black = '#1c2023'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#c7ccd1'
[colors.bright]
black = '#747c84'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#f3f4f5'