alacritty.yml: Set color scheme

Set color scheme as Nightfly [https://github.com/alacritty/alacritty/wiki/Color-schemes#nightfly].
This commit is contained in:
2021-08-13 14:24:07 +02:00
parent d1374e0152
commit 10dadb9217

View File

@@ -162,12 +162,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 (Tomorrow Night) # Colors (Nightfly)
#colors: colors:
# Default colors # Default colors
#primary: primary:
# background: '#1d1f21' background: '#011627'
# foreground: '#c5c8c6' foreground: '#acb4c2'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
@@ -183,9 +183,9 @@ font:
# #
# 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: CellBackground text: '#fafafa'
# cursor: CellForeground cursor: '#9ca1aa'
# Vi mode cursor colors # Vi mode cursor colors
# #
@@ -203,9 +203,9 @@ font:
# #
# 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: CellBackground text: '#080808'
# background: CellForeground background: '#b2ceee'
# Search colors # Search colors
# #
@@ -222,26 +222,26 @@ font:
# foreground: '#1d1f21' # foreground: '#1d1f21'
# Normal colors # Normal colors
#normal: normal:
# black: '#1d1f21' black: '#1d3b53'
# red: '#cc6666' red: '#fc514e'
# green: '#b5bd68' green: '#a1cd5e'
# yellow: '#f0c674' yellow: '#e3d18a'
# blue: '#81a2be' blue: '#82aaff'
# magenta: '#b294bb' magenta: '#c792ea'
# cyan: '#8abeb7' cyan: '#7fdbca'
# white: '#c5c8c6' white: '#a1aab8'
# Bright colors # Bright colors
#bright: bright:
# black: '#666666' black: '#7c8f8f'
# red: '#d54e53' red: '#ff5874'
# green: '#b9ca4a' green: '#21c7a8'
# yellow: '#e7c547' yellow: '#ecc48d'
# blue: '#7aa6da' blue: '#82aaff'
# magenta: '#c397d8' magenta: '#ae81ff'
# cyan: '#70c0b1' cyan: '#7fdbca'
# white: '#eaeaea' white: '#d6deeb'
# Dim colors # Dim colors
# #