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 Latte (Light) theme for Alacritty
colors:
# Catppuccin Latte palette
primary:
background: '0xeff1f5' # base
foreground: '0x4c4f69' # text
[colors.primary]
background = "0xeff1f5" # base
foreground = "0x4c4f69" # text
cursor:
text: '0xeff1f5' # base
cursor: '0xdc8a78' # rosewater
[colors.cursor]
text = "0xeff1f5" # base
cursor = "0xdc8a78" # rosewater
normal:
black: '0x5c5f77' # surface1
red: '0xd20f39' # red
green: '0x40a02b' # green
yellow: '0xdf8e1d' # yellow
blue: '0x1e40af' # blue
magenta: '0xea76cb' # pink
cyan: '0x179299' # teal
white: '0xacb0be' # subtext1
[colors.normal]
black = "0x5c5f77" # surface1
red = "0xd20f39" # red
green = "0x40a02b" # green
yellow = "0xdf8e1d" # yellow
blue = "0x1e40af" # blue
magenta = "0xea76cb" # pink
cyan = "0x179299" # teal
white = "0xacb0be" # subtext1
bright:
black: '0x6c6f85' # surface2
red: '0xd20f39' # red
green: '0x40a02b' # green
yellow: '0xdf8e1d' # yellow
blue: '0x1e40af' # blue
magenta: '0xea76cb' # pink
cyan: '0x179299' # teal
white: '0xbcc0cc' # subtext0
[colors.bright]
black = "0x6c6f85" # surface2
red = "0xd20f39" # red
green = "0x40a02b" # green
yellow = "0xdf8e1d" # yellow
blue = "0x1e40af" # blue
magenta = "0xea76cb" # pink
cyan = "0x179299" # teal
white = "0xbcc0cc" # subtext0