alacritty.yml: Set color scheme
Set color scheme as Nightfly [https://github.com/alacritty/alacritty/wiki/Color-schemes#nightfly].
This commit is contained in:
@@ -162,12 +162,12 @@ font:
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
#draw_bold_text_with_bright_colors: false
|
||||
|
||||
# Colors (Tomorrow Night)
|
||||
#colors:
|
||||
# Colors (Nightfly)
|
||||
colors:
|
||||
# Default colors
|
||||
#primary:
|
||||
# background: '#1d1f21'
|
||||
# foreground: '#c5c8c6'
|
||||
primary:
|
||||
background: '#011627'
|
||||
foreground: '#acb4c2'
|
||||
|
||||
# Bright and dim foreground colors
|
||||
#
|
||||
@@ -183,9 +183,9 @@ font:
|
||||
#
|
||||
# Allowed values are CellForeground and CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#cursor:
|
||||
# text: CellBackground
|
||||
# cursor: CellForeground
|
||||
cursor:
|
||||
text: '#fafafa'
|
||||
cursor: '#9ca1aa'
|
||||
|
||||
# Vi mode cursor colors
|
||||
#
|
||||
@@ -203,9 +203,9 @@ font:
|
||||
#
|
||||
# Allowed values are CellForeground and CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#selection:
|
||||
# text: CellBackground
|
||||
# background: CellForeground
|
||||
selection:
|
||||
text: '#080808'
|
||||
background: '#b2ceee'
|
||||
|
||||
# Search colors
|
||||
#
|
||||
@@ -222,26 +222,26 @@ font:
|
||||
# foreground: '#1d1f21'
|
||||
|
||||
# Normal colors
|
||||
#normal:
|
||||
# black: '#1d1f21'
|
||||
# red: '#cc6666'
|
||||
# green: '#b5bd68'
|
||||
# yellow: '#f0c674'
|
||||
# blue: '#81a2be'
|
||||
# magenta: '#b294bb'
|
||||
# cyan: '#8abeb7'
|
||||
# white: '#c5c8c6'
|
||||
normal:
|
||||
black: '#1d3b53'
|
||||
red: '#fc514e'
|
||||
green: '#a1cd5e'
|
||||
yellow: '#e3d18a'
|
||||
blue: '#82aaff'
|
||||
magenta: '#c792ea'
|
||||
cyan: '#7fdbca'
|
||||
white: '#a1aab8'
|
||||
|
||||
# Bright colors
|
||||
#bright:
|
||||
# black: '#666666'
|
||||
# red: '#d54e53'
|
||||
# green: '#b9ca4a'
|
||||
# yellow: '#e7c547'
|
||||
# blue: '#7aa6da'
|
||||
# magenta: '#c397d8'
|
||||
# cyan: '#70c0b1'
|
||||
# white: '#eaeaea'
|
||||
bright:
|
||||
black: '#7c8f8f'
|
||||
red: '#ff5874'
|
||||
green: '#21c7a8'
|
||||
yellow: '#ecc48d'
|
||||
blue: '#82aaff'
|
||||
magenta: '#ae81ff'
|
||||
cyan: '#7fdbca'
|
||||
white: '#d6deeb'
|
||||
|
||||
# Dim colors
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user