Created
June 30, 2024 08:00
-
-
Save usmansaleem/2d64d94191989223027a03b37bfd5387 to your computer and use it in GitHub Desktop.
alacritty configuration ~/.config/alacritty/
This file contains hidden or 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/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