From 459d146a49da18f98bf2c53673aab549e83252cf Mon Sep 17 00:00:00 2001 From: mattiaborsarini Date: Fri, 13 Aug 2021 14:52:24 +0200 Subject: [PATCH] alacritty.yml: Change color scheme Set color scheme ayu_dark [https://github.com/eendroroy/alacritty-theme/blob/master/themes/ayu_dark.yaml]. --- alacritty.yml | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 43e43a5..67ab29f 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -179,8 +179,8 @@ font: colors: # Default colors primary: - background: '0x000b1e' - foreground: '0xffffff' + background: '0x0A0E14' + foreground: '0xB3B1AD' # Bright and dim foreground colors # @@ -268,39 +268,39 @@ colors: # Normal colors normal: - black: '0x123e7c' - red: '0xff0000' - green: '0xd300c4' - yellow: '0xf57800' - blue: '0x123e7c' - magenta: '0x711c91' - cyan: '0x0abdc6' - white: '0xd7d7d5' + black: '0x01060E' + red: '0xEA6C73' + green: '0x91B362' + yellow: '0xF9AF4F' + blue: '0x53BDFA' + magenta: '0xFAE994' + cyan: '0x90E1C6' + white: '0xC7C7C7' # Bright colors bright: - black: '0x1c61c2' - red: '0xff0000' - green: '0xd300c4' - yellow: '0xf57800' - blue: '0x00ff00' - magenta: '0x711c91' - cyan: '0x0abdc6' - white: '0xd7d7d5' + black: '0x686868' + red: '0xF07178' + green: '0xC2D94C' + yellow: '0xFFB454' + blue: '0x59C2FF' + magenta: '0xFFEE99' + cyan: '0x95E6CB' + white: '0xFFFFFF' # Dim colors # # If the dim colors are not set, they will be calculated automatically based # on the `normal` colors. - dim: - black: '0x1c61c2' - red: '0xff0000' - green: '0xd300c4' - yellow: '0xf57800' - blue: '0x123e7c' - magenta: '0x711c91' - cyan: '0x0abdc6' - white: '0xd7d7d5' + #dim: + # black: '#131415' + # red: '#864343' + # green: '#777c44' + # yellow: '#9e824c' + # blue: '#556a7d' + # magenta: '#75617b' + # cyan: '#5b7d78' + # white: '#828482' # Indexed Colors #