Skip to content

Instantly share code, notes, and snippets.

@usmansaleem
Created June 30, 2024 08:00
Show Gist options
  • Save usmansaleem/2d64d94191989223027a03b37bfd5387 to your computer and use it in GitHub Desktop.
Save usmansaleem/2d64d94191989223027a03b37bfd5387 to your computer and use it in GitHub Desktop.
alacritty configuration ~/.config/alacritty/
import = [
"~/.config/alacritty/themes/themes/monokai_charcoal.toml"
]
[env]
TERM = "xterm-256color"
[window]
decorations = "Buttonless"
dynamic_padding = false
opacity = 0.95
blur = true
[window.padding]
x = 25
y = 20
[selection]
save_to_clipboard = true
[font.bold]
family = "JetBrainsMono NF"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono NF"
style = "Bold Italic"
[font.italic]
family = "JetBrainsMono NF"
style = "Italic"
[font.normal]
family = "JetBrainsMono NF"
style = "Regular"
[font]
size = 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment