feat: add Alacritty light and dark themes + synchronization scripts

This commit is contained in:
DannyDannyDanny 2025-09-12 12:57:36 +02:00
parent d35b908001
commit bd9cd434d4
9 changed files with 504 additions and 1 deletions

View file

@ -132,6 +132,7 @@
};
# Alacritty terminal configuration (managed by Home Manager)
# Note: Colors are managed by the theme sync script for dynamic switching
programs.alacritty = {
enable = true;
settings = {
@ -153,8 +154,8 @@
program = "${pkgs.fish}/bin/fish";
};
};
# Default colors (Catppuccin Mocha - will be overridden by theme sync)
colors = {
# Catppuccin Mocha palette
primary = { background = "0x1e1e2e"; foreground = "0xcdd6f4"; };
normal = {
black = "0x45475a"; red = "0xf38ba8"; green = "0xa6e3a1"; yellow = "0xf9e2af";