From 1070640f56bf4934554262dac3138289e579ce11 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 29 Dec 2023 01:29:01 -0800 Subject: fix: alacritty change back to old color scheme https://github.com/alacritty/alacritty/blob/91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098/CHANGELOG.md?plain=1#L48 --- home/xyz/.config/alacritty/alacritty.toml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'home') diff --git a/home/xyz/.config/alacritty/alacritty.toml b/home/xyz/.config/alacritty/alacritty.toml index 42945ad0..22c0d2e4 100644 --- a/home/xyz/.config/alacritty/alacritty.toml +++ b/home/xyz/.config/alacritty/alacritty.toml @@ -22,3 +22,37 @@ size = 8.0 [window] dynamic_padding = true + +# https://github.com/alacritty/alacritty-theme/blob/b7a59c92fd54a005893b99479fb0aa466a37a4b7/themes/tomorrow_night.toml +# Colors (Tomorrow Night) + +# Default colors +[colors.primary] +background = '#1d1f21' +foreground = '#c5c8c6' + +[colors.cursor] +text = '#1d1f21' +cursor = '#ffffff' + +# Normal colors +[colors.normal] +black = '#1d1f21' +red = '#cc6666' +green = '#b5bd68' +yellow = '#e6c547' +blue = '#81a2be' +magenta = '#b294bb' +cyan = '#70c0ba' +white = '#373b41' + +# Bright colors +[colors.bright] +black = '#666666' +red = '#ff3334' +green = '#9ec400' +yellow = '#f0c674' +blue = '#81a2be' +magenta = '#b77ee0' +cyan = '#54ced6' +white = '#282a2e' -- cgit v1.2.3-70-g09d2