 [env]
 term = "xterm-256color"

 [general]
 import = [
     "~/.config/alacritty/alacritty-theme/themes/solarized_dark.toml"
 ]

 [window]
  dimensions={columns=120,lines=30}
  padding={x=10, y=22}
  opacity=0.9
  blur=true
  option_as_alt = "Both"

 [font]
  normal={family="BlexMono Nerd Font", style="Regular"}
  size=15

 [cursor]
 style={blinking="Always"}
