From 41ad31a2dee9ff912f222652f022b4c55cddcbf7 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 14 Feb 2023 13:27:31 +0800 Subject: Move alacritty to X11 --- X11/alacritty/colors.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 X11/alacritty/colors.yml (limited to 'X11/alacritty/colors.yml') diff --git a/X11/alacritty/colors.yml b/X11/alacritty/colors.yml new file mode 100644 index 0000000..5c83d9f --- /dev/null +++ b/X11/alacritty/colors.yml @@ -0,0 +1,30 @@ +## Colors configuration +colors: + # Default colors + primary: + background: '#1E2128' + foreground: '#ABB2BF' + + # Normal colors + normal: + black: '#32363D' + red: '#E06B74' + green: '#98C379' + #green: '#368405' + yellow: '#E5C07A' + #blue: '#62AEEF' + blue: '#177CC0' + magenta: '#C778DD' + cyan: '#55B6C2' + white: '#ABB2BF' + + # Bright colors + bright: + black: '#50545B' + red: '#EA757E' + green: '#A2CD83' + yellow: '#EFCA84' + blue: '#6CB8F9' + magenta: '#D282E7' + cyan: '#5FC0CC' + white: '#B5BCC9' -- cgit v1.2.3-70-g09d2