Alacritty: sync config with latest version

This commit is contained in:
Robert Kmieć
2021-11-23 12:00:12 +01:00
parent 963f248e84
commit d831a63025

View File

@@ -181,12 +181,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 (Gotham) # Colors (Tomorrow Night)
colors: #colors:
# Default colors # Default colors
primary: #primary:
background: '0x0a0f14' # background: '#1d1f21'
foreground: '0x98d1ce' # foreground: '#c5c8c6'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
@@ -203,9 +203,9 @@ colors:
# #
# Allowed values are CellForeground/CellBackground, which reference the # Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff. # affected cell, or hexadecimal colors like #ff00ff.
cursor: #cursor:
text: '0x0a0f14' # text: CellBackground
cursor: '0xfdff00' # cursor: CellForeground
# Vi mode cursor colors # Vi mode cursor colors
# #
@@ -273,26 +273,26 @@ colors:
# background: CellForeground # background: CellForeground
# Normal colors # Normal colors
normal: #normal:
black: '0x0a0f14' # black: '#1d1f21'
red: '0xc33027' # red: '#cc6666'
green: '0x26998b' # green: '#b5bd68'
yellow: '0xedb54b' # yellow: '#f0c674'
blue: '0x195495' # blue: '#81a2be'
magenta: '0x4e5165' # magenta: '#b294bb'
cyan: '0x33859d' # cyan: '#8abeb7'
white: '0x98d1ce' # white: '#c5c8c6'
# Bright colors # Bright colors
bright: #bright:
black: '0x10355b' # black: '#666666'
red: '0xdf6939' # red: '#d54e53'
green: '0x089f2d' # green: '#b9ca4a'
yellow: '0x645351' # yellow: '#e7c547'
blue: '0x0937b8' # blue: '#7aa6da'
magenta: '0x888ba5' # magenta: '#c397d8'
cyan: '0x599caa' # cyan: '#70c0b1'
white: '0xd3ebe9' # white: '#eaeaea'
# Dim colors # Dim colors
# #
@@ -440,6 +440,9 @@ colors:
# Send ESC (\x1b) before characters when alt is pressed. # Send ESC (\x1b) before characters when alt is pressed.
#alt_send_esc: true #alt_send_esc: true
# Offer IPC using `alacritty msg` (unix only)
#ipc_socket: true
#mouse: #mouse:
# Click settings # Click settings
# #
@@ -456,7 +459,7 @@ colors:
# #
# Terminal hints can be used to find text in the visible part of the terminal # Terminal hints can be used to find text in the visible part of the terminal
# and pipe it to other applications. # and pipe it to other applications.
#hints: hints:
# Keys used for the hint labels. # Keys used for the hint labels.
#alphabet: "jfkdls;ahgurieowpq" #alphabet: "jfkdls;ahgurieowpq"
@@ -484,14 +487,14 @@ colors:
# Select the hint's text. # Select the hint's text.
# - MoveViModeCursor # - MoveViModeCursor
# Move the vi mode cursor to the beginning of the hint. # Move the vi mode cursor to the beginning of the hint.
#enabled: enabled:
# - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
# [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
# command: xdg-open command: xdg-open
# post_processing: true post_processing: true
# mouse: mouse:
# enabled: true enabled: true
# mods: None mods: Control
# binding: # binding:
# key: U # key: U
# mods: Control|Shift # mods: Control|Shift
@@ -595,6 +598,8 @@ colors:
# - ToggleFullscreen # - ToggleFullscreen
# - SpawnNewInstance # - SpawnNewInstance
# Spawn a new instance of Alacritty. # Spawn a new instance of Alacritty.
# - CreateNewWindow
# Create a new Alacritty window from the current process.
# - ClearLogNotice # - ClearLogNotice
# Clear Alacritty's UI warning and error notice. # Clear Alacritty's UI warning and error notice.
# - ClearSelection # - ClearSelection