Skip to content

Instantly share code, notes, and snippets.

@cortelucas
Created August 6, 2024 15:27
Show Gist options
  • Save cortelucas/b1d0731f038727526d05034799669fa8 to your computer and use it in GitHub Desktop.
Save cortelucas/b1d0731f038727526d05034799669fa8 to your computer and use it in GitHub Desktop.
import = [
"~/.config/alacritty/themes/themes/breeze.toml"
]
[window]
dimensions = { columns = 120, lines = 40 }
position = { x = 0, y = 0 }
padding = { x = 6, y = 6}
opacity = 0.7
blur = true
[font]
normal = { family = "FiraCode Nerd Font Mono", style = "Regular" }
bold = { family = "FiraCode Nerd Font Mono", style = "Bold" }
size = 12
[cursor]
style = { shape = "Beam", blinking = "Always" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment