Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adibhanna/da32067b8777d4ef4e1cc4f665c54162 to your computer and use it in GitHub Desktop.
Save adibhanna/da32067b8777d4ef4e1cc4f665c54162 to your computer and use it in GitHub Desktop.
Alacritty
live_config_reload = true
import = ["~/.config/alacritty/themes/themes/gruvbox_material_hard_dark.toml"]
[colors]
draw_bold_text_with_bright_colors = true
transparent_background_colors = true
[cursor]
unfocused_hollow = false
[cursor.style]
blinking = "Never"
[env]
TERM = "xterm-256color"
[font]
size = 15
builtin_box_drawing = true
[font.glyph_offset]
y = 10
[font.normal]
family = "BerkeleyMono Nerd Font"
[font.offset]
y = 15
[scrolling]
history = 2000
[window]
# decorations = "buttonless"
decorations_theme_variant = "Dark"
dynamic_padding = true
# blur = true
# opacity = 0.95
[window.dimensions]
columns = 160
lines = 45
[window.padding]
x = 1
y = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment