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