alacritty.yml: Change color scheme

Set color scheme as Cyberpunk-Neon [https://github.com/Roboron3042/Cyberpunk-Neon/blob/master/terminal/alacritty/alacritty.yml].
This commit is contained in:
2021-08-13 14:24:07 +02:00
parent ef15a7d6d9
commit b1108ef149

View File

@@ -175,12 +175,12 @@ font:
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
# Colors (Nightfly)
# Colors (Cyberpunk-Neon)
colors:
# Default colors
primary:
background: '#011627'
foreground: '#acb4c2'
background: '0x000b1e'
foreground: '0x0abdc6'
# Bright and dim foreground colors
#
@@ -197,9 +197,9 @@ colors:
#
# Allowed values are CellForeground and CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
cursor:
text: '#fafafa'
cursor: '#9ca1aa'
#cursor:
# text: CellBackground
# cursor: CellForeground
# Vi mode cursor colors
#
@@ -244,45 +244,45 @@ colors:
#
# Allowed values are CellForeground and CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
selection:
text: '#080808'
background: '#b2ceee'
#selection:
# text: CellBackground
# background: CellForeground
# Normal colors
normal:
black: '#1d3b53'
red: '#fc514e'
green: '#a1cd5e'
yellow: '#e3d18a'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#7fdbca'
white: '#a1aab8'
black: '0x123e7c'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# Bright colors
bright:
black: '#7c8f8f'
red: '#ff5874'
green: '#21c7a8'
yellow: '#ecc48d'
blue: '#82aaff'
magenta: '#ae81ff'
cyan: '#7fdbca'
white: '#d6deeb'
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x00ff00'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
#dim:
# black: '#131415'
# red: '#864343'
# green: '#777c44'
# yellow: '#9e824c'
# blue: '#556a7d'
# magenta: '#75617b'
# cyan: '#5b7d78'
# white: '#828482'
dim:
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# Indexed Colors
#