alacritty: Sync with latest version

This commit is contained in:
2020-08-16 00:30:48 +02:00
parent e96f053345
commit 2bb72d7103

View File

@@ -65,6 +65,9 @@
# Window title
#title: Alacritty
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
# Window class (Linux/BSD only):
#class:
# Application instance name
@@ -159,13 +162,6 @@ font:
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
# Colors (Tomorrow Night)
#colors:
# Default colors
#primary:
#background: '0x000000'
#foreground: '0xfdff00'
# Colors (Gotham)
colors:
# Default colors
@@ -178,8 +174,8 @@ colors:
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
#dim_foreground: '0x9a9a9a'
#bright_foreground: '0xffffff'
#dim_foreground: '#828482'
#bright_foreground: '#eaeaea'
# Cursor colors
#
@@ -206,64 +202,41 @@ colors:
# text: '#eaeaea'
# background: '#404040'
# Normal colors
normal:
black: '0x0a0f14'
red: '0xc33027'
green: '0x26a98b'
black: '0x0a0f14'
red: '0xc33027'
green: '0x26998b'
yellow: '0xedb54b'
blue: '0x195465'
blue: '0x195495'
magenta: '0x4e5165'
cyan: '0x33859d'
white: '0x98d1ce'
cyan: '0x33859d'
white: '0x98d1ce'
# Bright colors
bright:
black: '0x10151b'
red: '0xd26939'
green: '0x081f2d'
yellow: '0x245361'
blue: '0x093748'
black: '0x10355b'
red: '0xdf6939'
green: '0x089f2d'
yellow: '0x645351'
blue: '0x0937b8'
magenta: '0x888ba5'
cyan: '0x599caa'
white: '0xd3ebe9'
# Normal colors
normal:
black: '#000000'
red: '#dd5555'
green: '#11ea11'
yellow: '#eedd00'
blue: '#2222ee'
magenta: '#cc00dd'
cyan: '#00cccc'
white: '#eeeeee'
# Bright colors
bright:
black: '#000000'
red: '#dd5555'
green: '#11ea11'
yellow: '#eedd00'
blue: '#2222ee'
magenta: '#cc00dd'
cyan: '#00cccc'
white: '#eeeeee'
cyan: '0x599caa'
white: '0xd3ebe9'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
#dim:
# black: '#000000'
# red: '#8c3336'
# green: '#7a8530'
# yellow: '#97822e'
# blue: '#506d8f'
# magenta: '#80638e'
# cyan: '#497e7a'
# white: '#9a9a9a'
# black: '#131415'
# red: '#864343'
# green: '#777c44'
# yellow: '#9e824c'
# blue: '#556a7d'
# magenta: '#75617b'
# cyan: '#5b7d78'
# white: '#828482'
# Indexed Colors
#
@@ -275,31 +248,48 @@ colors:
#
#indexed_colors: []
# Visual Bell
# Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
# rung, the terminal background will be set to white and transition back to the
# default background color. You can control the rate of this transition by
# setting the `duration` property (represented in milliseconds). You can also
# configure the transition function by setting the `animation` property.
#
# Values for `animation`:
# - Ease
# - EaseOut
# - EaseOutSine
# - EaseOutQuad
# - EaseOutCubic
# - EaseOutQuart
# - EaseOutQuint
# - EaseOutExpo
# - EaseOutCirc
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
visual_bell:
animation: EaseOutExpo
duration: 0
color: '#ffffff'
# The bell is rung every time the BEL control character is received.
#bell:
# Visual Bell Animation
#
# Animation effect for flashing the screen when the visual bell is rung.
#
# Values for `animation`:
# - Ease
# - EaseOut
# - EaseOutSine
# - EaseOutQuad
# - EaseOutCubic
# - EaseOutQuart
# - EaseOutQuint
# - EaseOutExpo
# - EaseOutCirc
# - Linear
#animation: EaseOutExpo
# Duration of the visual bell flash. A `duration` of `0` will disable the
# visual bell animation.
#duration: 0
# Visual bell animation color.
#color: '#ffffff'
# Bell Command
#
# This program is executed whenever the bell is rung.
#
# When set to `command: None`, no command will be executed.
#
# Example:
# command:
# program: notify-send
# args: ["Hello, World!"]
#
# command:
# program: notify-send
# args: ["Ring"]
# Background opacity
#
@@ -313,9 +303,6 @@ background_opacity: 0.8
# When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
#cursor:
# Cursor style
#