Skip to content

Instantly share code, notes, and snippets.

@josvaal
Created August 31, 2024 18:14
Show Gist options
  • Select an option

  • Save josvaal/6755094bd829e45b0239216dd8f655df to your computer and use it in GitHub Desktop.

Select an option

Save josvaal/6755094bd829e45b0239216dd8f655df to your computer and use it in GitHub Desktop.
Alacritty Config
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = "0x1d2021"
foreground = "0xd4be98"
[colors.normal]
black = "0x32302f"
red = "0xea6962"
green = "0xa9b665"
yellow = "0xd8a657"
blue = "0x7daea3"
magenta = "0xd3869b"
cyan = "0x89b482"
white = "0xd4be98"
[colors.bright]
black = "0x32302f"
red = "0xea6962"
green = "0xa9b665"
yellow = "0xd8a657"
blue = "0x7daea3"
magenta = "0xd3869b"
cyan = "0x89b482"
white = "0xd4be98"
[font]
size = 16.0
[font.bold]
family = "JetBrainsMono Nerd Font"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono Nerd Font"
style = "Bold Italic"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "JetBrainsMono Nerd Font"
style = "Italic"
[font.normal]
family = "JetBrainsMono Nerd Font"
style = "Regular"
[window.dimensions]
columns = 90
lines = 25
[window.padding]
x = 20
y = 20
[window]
decorations = "transparent"
opacity = 0.95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment