refactor: simplify Alacritty theme synchronization with Nix configuration and remove obsolete scripts

This commit is contained in:
DannyDannyDanny 2025-09-12 13:13:31 +02:00
parent bd9cd434d4
commit d7302fd9a6
8 changed files with 165 additions and 401 deletions

View file

@ -1,30 +1,28 @@
# Catppuccin Mocha (Dark) theme for Alacritty
colors:
# Catppuccin Mocha palette
primary:
background: '0x1e1e2e' # base
foreground: '0xcdd6f4' # text
[colors.primary]
background = "0x1e1e2e" # base
foreground = "0xcdd6f4" # text
cursor:
text: '0x1e1e2e' # base
cursor: '0xf5e0dc' # rosewater
[colors.cursor]
text = "0x1e1e2e" # base
cursor = "0xf5e0dc" # rosewater
normal:
black: '0x45475a' # surface1
red: '0xf38ba8' # red
green: '0xa6e3a1' # green
yellow: '0xf9e2af' # yellow
blue: '0x89b4fa' # blue
magenta: '0xf5c2e7' # pink
cyan: '0x94e2d5' # teal
white: '0xbac2de' # subtext1
[colors.normal]
black = "0x45475a" # surface1
red = "0xf38ba8" # red
green = "0xa6e3a1" # green
yellow = "0xf9e2af" # yellow
blue = "0x89b4fa" # blue
magenta = "0xf5c2e7" # pink
cyan = "0x94e2d5" # teal
white = "0xbac2de" # subtext1
bright:
black: '0x585b70' # surface2
red: '0xf38ba8' # red
green: '0xa6e3a1' # green
yellow: '0xf9e2af' # yellow
blue: '0x89b4fa' # blue
magenta: '0xf5c2e7' # pink
cyan: '0x94e2d5' # teal
white: '0xa6adc8' # subtext0
[colors.bright]
black = "0x585b70" # surface2
red = "0xf38ba8" # red
green = "0xa6e3a1" # green
yellow = "0xf9e2af" # yellow
blue = "0x89b4fa" # blue
magenta = "0xf5c2e7" # pink
cyan = "0x94e2d5" # teal
white = "0xa6adc8" # subtext0