Created
August 6, 2024 15:27
-
-
Save cortelucas/b1d0731f038727526d05034799669fa8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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