25 lines
459 B
TOML
25 lines
459 B
TOML
# https://github.com/catppuccin/alacritty
|
|
# https://git.cbraaten.dev/mirror/catppuccin.alacritty
|
|
import = [ "~/.config/alacritty/catppuccin-mocha.toml" ]
|
|
|
|
live_config_reload = true
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[window]
|
|
decorations = "Transparent"
|
|
decorations_theme_variant = "Dark"
|
|
dynamic_padding = true
|
|
padding.x = 10
|
|
padding.y = 24
|
|
position.x = 2590
|
|
position.y = 25
|
|
|
|
[font]
|
|
size = 20.0
|
|
|
|
[font.normal]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "Retina"
|