I would like to modify the default colour theme in Alacritty (catpuccin in this case). I have done the following:
-
Populated the
~/.config/alacritty/themesfolder with various.tomlfiles from the themes repository. -
Modified the
~/.config/alacritty/alacritty.tomlto include theimportandTERMinstructions:
[window]
opacity = 0.98
padding.x = 10
padding.y = 10
decorations = "Full"
decorations_theme_variant = "Dark" # "Light"
[general]
import = [
"~/.config/alacritty/themes/catppuccin-macchiato.toml"
]
[font]
size = 15.0
[env]
TERM = "xterm-256color"
And yet the default colour theme prevails. A snapshot is below. What else I need to do to modify the theme?
