Skip to content

Instantly share code, notes, and snippets.

@hunzo
Last active August 25, 2024 03:39
Show Gist options
  • Save hunzo/397aff662ab8cf8b7aec12202d93e72e to your computer and use it in GitHub Desktop.
Save hunzo/397aff662ab8cf8b7aec12202d93e72e to your computer and use it in GitHub Desktop.
alacrittty config
import = [
"~/.config/alacritty/themes/themes/ayu_dark.toml"
]
[window]
opacity = 0.8
padding.x = 10
padding.y = 10
decorations = "none"
# decorations_theme_variant = "Light" # "Dark"
decorations_theme_variant = "Dark" # "Dark"
startup_mode = "Maximized"
[font]
normal.family = "RobotoMono Nerd Font"
# normal.family = "NotoMono NF"
# normal.family = "PlemolJP Console NF"
# bold.family = "Cascadia Code PL"
# italic.family = "Cascadia Code PL"
# bold_italic.family = "Cascadia Code PL"
size = 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment