commit 270d89630c82f83e005b6a5e75c8c2ea7a3d846c parent 990cb4c1f2ba6d08fb5cc8f4747f246c25e72bf0 Author: Alex Balgavy <alex@balgavy.eu> Date: Mon, 2 Dec 2024 01:53:01 +0100 alacritty: update light theme Diffstat:
M | alacritty/theme-light.toml | | | 44 | ++++++++++++++++++++++---------------------- |
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/alacritty/theme-light.toml b/alacritty/theme-light.toml @@ -1,27 +1,27 @@ -[colors.bright] -black = "#918a84" -blue = "#e4a880" -cyan = "#d1b18e" -green = "#e09954" -magenta = "#c4a076" -red = "#278ce7" -white = "#152A3B" -yellow = "#83f199" +[colors.primary] +background = '#f4f4f7' +foreground = '#080B11' [colors.cursor] -cursor = "#152A3B" -text = "#fdfbf9" +text = '#f4f4f7' +cursor = '#080B11' [colors.normal] -black = "#152A3B" -blue = "#d89f79" -cyan = "#d1b18e" -green = "#eca259" -magenta = "#dab284" -red = "#278ce7" -white = "#152A3B" -yellow = "#83f199" +black = '#f4f4f7' +red = '#104390' +green = '#123ea6' +yellow = '#e26e19' +blue = '#1351ac' +magenta = '#1761cf' +cyan = '#387de8' +white = '#080B11' -[colors.primary] -background = "#fdfbf9" -foreground = "#152A3B" +[colors.bright] +black = '#6d7079' +red = '#104390' +green = '#123ea6' +yellow = '#e26e19' +blue = '#1351ac' +magenta = '#1761cf' +cyan = '#387de8' +white = '#080B11'