Skip to content

Instantly share code, notes, and snippets.

@phenomen
Last active October 6, 2025 21:52
Show Gist options
  • Select an option

  • Save phenomen/921e900eea1ed6d3766d465bb0398337 to your computer and use it in GitHub Desktop.

Select an option

Save phenomen/921e900eea1ed6d3766d465bb0398337 to your computer and use it in GitHub Desktop.
My Alacritty Config (Windows)
[terminal]
shell = "cmd"
[window.padding]
x = 6
y = 2
[font]
size = 11
[font.normal]
family = "Geist Mono"
[font.bold]
family = "Geist Mono"
[font.italic]
family = "Geist Mono"
[font.bold_italic]
family = "Geist Mono"
[colors.primary]
background = "#2D2A2E"
foreground = "#fff1f3"
[colors.normal]
black = "#2c2525"
red = "#fd6883"
green = "#adda78"
yellow = "#f9cc6c"
blue = "#f38d70"
magenta = "#a8a9eb"
cyan = "#85dacc"
white = "#fff1f3"
[colors.bright]
black = "#72696a"
red = "#fd6883"
green = "#adda78"
yellow = "#f9cc6c"
blue = "#f38d70"
magenta = "#a8a9eb"
cyan = "#85dacc"
white = "#fff1f3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment