Skip to content

Instantly share code, notes, and snippets.

@Martins6
Last active February 20, 2025 14:51
Show Gist options
  • Save Martins6/02d13662195902bd51e5d23c8a8ce28f to your computer and use it in GitHub Desktop.
Save Martins6/02d13662195902bd51e5d23c8a8ce28f to your computer and use it in GitHub Desktop.
Alacritty configs.
[env]
TERM = "xterm-256color"
# this connects to another script that controsl the daytime switch of themes
# https://github.com/alacritty/alacritty/issues/5999#issuecomment-2053664635
ALACRITTY_THEME_SYSTEM_SWITCH = "true"
ALACRITTY_THEME_SYSTEM_DAY = "dayfox"
ALACRITTY_THEME_SYSTEM_NIGHT = "nightfox"
[window]
padding.x = 10
padding.y = 10
decorations = "Buttonless"
opacity = 0.8
blur = true
option_as_alt = "Both"
[font]
normal.family = "MesloLGS Nerd Font Mono"
size = 19
[general]
import = ["~/.config/alacritty/active.toml"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment