From cda31e4cef606f76899b0039c776546849310c14 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 28 Apr 2026 15:35:51 -0400 Subject: [PATCH 1/2] Replaced hardcoded values with generated ones. --- Assets/Templates/terminal/alacritty.toml | 110 +++++++++++------------ 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/Assets/Templates/terminal/alacritty.toml b/Assets/Templates/terminal/alacritty.toml index f0bb7cdea0..2ce50932f7 100644 --- a/Assets/Templates/terminal/alacritty.toml +++ b/Assets/Templates/terminal/alacritty.toml @@ -1,68 +1,68 @@ [colors.primary] -background = '{{colors.background.default.hex}}' +background = '{{colors.surface.default.hex}}' foreground = '{{colors.on_surface.default.hex}}' - + [colors.cursor] -text = '{{colors.on_surface.default.hex}}' -cursor = '{{colors.on_surface_variant.default.hex}}' - +text = '{{colors.surface.default.hex}}' +cursor = '{{colors.on_surface.default.hex}}' + [colors.vi_mode_cursor] -text = '{{colors.background.default.hex}}' -cursor = '{{colors.primary.default.hex}}' - +text = '{{colors.surface.default.hex}}' +cursor = '{{colors.primary.default.hex}}' + [colors.search.matches] -foreground = '{{colors.surface_variant.default.hex}}' -background = '{{colors.tertiary.default.hex}}' - +foreground = '{{colors.on_surface_variant.default.hex}}' +background = '{{colors.surface_variant.default.hex}}' + [colors.search.focused_match] -foreground = '{{colors.surface_variant.default.hex}}' -background = '{{colors.primary.default.hex}}' - +foreground = '{{colors.on_primary.default.hex}}' +background = '{{colors.primary.default.hex}}' + [colors.footer_bar] -foreground = '{{colors.surface_variant.default.hex}}' -background = '{{colors.inverse_surface.default.hex}}' - +foreground = '{{colors.on_surface_variant.default.hex}}' +background = '{{colors.surface_variant.default.hex}}' + [colors.hints.start] -foreground = '{{colors.surface_variant.default.hex}}' -background = '{{colors.secondary.default.hex}}' - +foreground = '{{colors.on_surface_variant.default.hex}}' +background = '{{colors.secondary.default.hex}}' + [colors.hints.end] -foreground = '{{colors.surface_variant.default.hex}}' -background = '{{colors.secondary.default.hex}}' - +foreground = '{{colors.on_surface_variant.default.hex}}' +background = '{{colors.secondary.default.hex}}' + [colors.selection] -text = '{{colors.background.default.hex}}' -background = '{{colors.primary.default.hex}}' - - +text = '{{colors.on_surface_variant.default.hex}}' +background = '{{colors.surface_variant.default.hex}}' + + [colors.normal] -black = '#181818' -red = '{{colors.error.default.hex}}' -green = '{{colors.primary.default.hex}}' -yellow = '{{colors.inverse_primary.default.hex}}' -blue = '{{colors.primary.default.hex}}' -magenta = '{{colors.tertiary.default.hex}}' -cyan = '{{colors.secondary.default.hex}}' -white = '#BAC2DE' - - +black = '{{colors.surface.default.hex}}' +red = '{{colors.error.default.hex}}' +green = '{{colors.primary.default.hex}}' +yellow = '{{colors.secondary.default.hex}}' +blue = '{{colors.tertiary.default.hex}}' +magenta = '{{colors.primary_fixed_dim.default.hex}}' +cyan = '{{colors.secondary_fixed_dim.default.hex}}' +white = '{{colors.on_surface.default.hex}}' + + [colors.bright] -black = '#585B70' -red = '#F38BA8' -green = '#A6E3A1' -yellow = '#F9E2AF' -blue = '#89B4FA' -magenta = '#F5C2E7' -cyan = '#94E2D5' -white = '#A6ADC8' - - +black = '{{colors.outline.default.hex}}' +red = '{{colors.error.default.hex}}' +green = '{{colors.primary.default.hex}}' +yellow = '{{colors.secondary.default.hex}}' +blue = '{{colors.tertiary.default.hex}}' +magenta = '{{colors.primary_fixed_dim.default.hex}}' +cyan = '{{colors.secondary_fixed_dim.default.hex}}' +white = '{{colors.on_surface.default.hex}}' + + [colors.dim] -black = '#45475A' -red = '#F38BA8' -green = '#A6E3A1' -yellow = '#F9E2AF' -blue = '#89B4FA' -magenta = '#F5C2E7' -cyan = '#94E2D5' -white = '#BAC2DE' \ No newline at end of file +black = '{{colors.outline.default.hex}}' +red = '{{colors.error.default.hex}}' +green = '{{colors.primary.default.hex}}' +yellow = '{{colors.secondary.default.hex}}' +blue = '{{colors.tertiary.default.hex}}' +magenta = '{{colors.primary_fixed_dim.default.hex}}' +cyan = '{{colors.secondary_fixed_dim.default.hex}}' +white = '{{colors.on_surface.default.hex}}' From 794400971cc9c0fc46a5e88d5aa9d71b4458a431 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 28 Apr 2026 15:51:18 -0400 Subject: [PATCH 2/2] Replaced incorrect colors with correct ones, should be much closer now --- Assets/Templates/terminal/alacritty.toml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Assets/Templates/terminal/alacritty.toml b/Assets/Templates/terminal/alacritty.toml index 2ce50932f7..316938267c 100644 --- a/Assets/Templates/terminal/alacritty.toml +++ b/Assets/Templates/terminal/alacritty.toml @@ -1,38 +1,38 @@ [colors.primary] -background = '{{colors.surface.default.hex}}' +background = '{{colors.background.default.hex}}' foreground = '{{colors.on_surface.default.hex}}' [colors.cursor] -text = '{{colors.surface.default.hex}}' -cursor = '{{colors.on_surface.default.hex}}' +text = '{{colors.on_surface.default.hex}}' +cursor = '{{colors.on_surface_variant.default.hex}}' [colors.vi_mode_cursor] -text = '{{colors.surface.default.hex}}' +text = '{{colors.background.default.hex}}' cursor = '{{colors.primary.default.hex}}' [colors.search.matches] -foreground = '{{colors.on_surface_variant.default.hex}}' -background = '{{colors.surface_variant.default.hex}}' +foreground = '{{colors.surface_variant.default.hex}}' +background = '{{colors.tertiary.default.hex}}' [colors.search.focused_match] -foreground = '{{colors.on_primary.default.hex}}' +foreground = '{{colors.surface_variant.default.hex}}' background = '{{colors.primary.default.hex}}' [colors.footer_bar] -foreground = '{{colors.on_surface_variant.default.hex}}' -background = '{{colors.surface_variant.default.hex}}' +foreground = '{{colors.surface_variant.default.hex}}' +background = '{{colors.inverse_surface.default.hex}}' [colors.hints.start] -foreground = '{{colors.on_surface_variant.default.hex}}' +foreground = '{{colors.surface_variant.default.hex}}' background = '{{colors.secondary.default.hex}}' [colors.hints.end] -foreground = '{{colors.on_surface_variant.default.hex}}' +foreground = '{{colors.surface_variant.default.hex}}' background = '{{colors.secondary.default.hex}}' [colors.selection] -text = '{{colors.on_surface_variant.default.hex}}' -background = '{{colors.surface_variant.default.hex}}' +text = '{{colors.background.default.hex}}' +background = '{{colors.primary.default.hex}}' [colors.normal]