Skip to content

Instantly share code, notes, and snippets.

@scheckley
Last active October 12, 2025 08:51
Show Gist options
  • Select an option

  • Save scheckley/29c52e11a00c67b5c40f5443d06a6793 to your computer and use it in GitHub Desktop.

Select an option

Save scheckley/29c52e11a00c67b5c40f5443d06a6793 to your computer and use it in GitHub Desktop.
my alacritty config
[colors]
draw_bold_text_with_bright_colors = false
[colors.cursor]
cursor = "#528bff"
text = "CellBackground"
[colors.normal]
black = "#1c1f24"
blue = "#3d5e8f" # Darkened from #51afef
cyan = "#46828f" # Darkened from #5699af
green = "#98be65"
magenta = "#c678dd"
red = "#ff6c6b"
white = "#abb2bf"
yellow = "#da8548"
[colors.bright]
black = "#5b6268"
blue = "#2554ab" # Darkened from #3071db
cyan = "#2facc9" # Darkened from #46d9ff
green = "#4db5bd"
magenta = "#a9a1e1"
red = "#da8548"
white = "#dfdfdf"
yellow = "#ecbe7b"
[colors.primary]
background = "#282c34"
foreground = "#bbc2cf"
[colors.selection]
background = "#3e4451"
text = "CellForeground"
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "GeistMono Nerd Font"
style = "Bold"
[font.bold_italic]
family = "GeistMono Nerd Font"
style = "Bold Italic"
[font.italic]
family = "GeistMono Nerd Font"
style = "Italic"
[font.normal]
family = "GeistMono Nerd Font"
style = "SemiBold"
[scrolling]
history = 10000
[window]
opacity = 1.0
title = "Alacritty"
[font.glyph_offset]
x = 0
y = 0
[font.offset]
x = 0
y = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment