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:
# 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
#