Last active
February 20, 2025 14:51
-
-
Save Martins6/02d13662195902bd51e5d23c8a8ce28f to your computer and use it in GitHub Desktop.
Alacritty configs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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