alacritty.yml: Change color scheme

Set color scheme ayu_dark [https://github.com/eendroroy/alacritty-theme/blob/master/themes/ayu_dark.yaml].
This commit is contained in:
2021-08-13 14:52:24 +02:00
parent 027072aa43
commit 459d146a49

View File

@@ -179,8 +179,8 @@ font:
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x000b1e' background: '0x0A0E14'
foreground: '0xffffff' foreground: '0xB3B1AD'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
@@ -268,39 +268,39 @@ colors:
# Normal colors # Normal colors
normal: normal:
black: '0x123e7c' black: '0x01060E'
red: '0xff0000' red: '0xEA6C73'
green: '0xd300c4' green: '0x91B362'
yellow: '0xf57800' yellow: '0xF9AF4F'
blue: '0x123e7c' blue: '0x53BDFA'
magenta: '0x711c91' magenta: '0xFAE994'
cyan: '0x0abdc6' cyan: '0x90E1C6'
white: '0xd7d7d5' white: '0xC7C7C7'
# Bright colors # Bright colors
bright: bright:
black: '0x1c61c2' black: '0x686868'
red: '0xff0000' red: '0xF07178'
green: '0xd300c4' green: '0xC2D94C'
yellow: '0xf57800' yellow: '0xFFB454'
blue: '0x00ff00' blue: '0x59C2FF'
magenta: '0x711c91' magenta: '0xFFEE99'
cyan: '0x0abdc6' cyan: '0x95E6CB'
white: '0xd7d7d5' white: '0xFFFFFF'
# Dim colors # Dim colors
# #
# If the dim colors are not set, they will be calculated automatically based # If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors. # on the `normal` colors.
dim: #dim:
black: '0x1c61c2' # black: '#131415'
red: '0xff0000' # red: '#864343'
green: '0xd300c4' # green: '#777c44'
yellow: '0xf57800' # yellow: '#9e824c'
blue: '0x123e7c' # blue: '#556a7d'
magenta: '0x711c91' # magenta: '#75617b'
cyan: '0x0abdc6' # cyan: '#5b7d78'
white: '0xd7d7d5' # white: '#828482'
# Indexed Colors # Indexed Colors
# #