Update alacritty settings.

This commit is contained in:
Danila Fedorin 2019-03-13 17:23:55 -07:00
parent 48ab06113d
commit e1aacaaebb

View File

@ -13,6 +13,7 @@ env:
# `infocmp xterm-256color`. # `infocmp xterm-256color`.
TERM: xterm-256color TERM: xterm-256color
window:
# Window dimensions in character columns and lines # Window dimensions in character columns and lines
# (changes require restart) # (changes require restart)
dimensions: dimensions:
@ -24,7 +25,9 @@ dimensions:
# (change requires restart) # (change requires restart)
padding: padding:
x: 10 x: 10
y: 10 y: 20
decorations: transparent
# Display tabs using this many cells (changes require restart) # Display tabs using this many cells (changes require restart)
tabspaces: 8 tabspaces: 8
@ -58,15 +61,15 @@ font:
# Offset is the extra space around each character. offset.y can be thought of # Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing. # as modifying the linespacing, and offset.x as modifying the letter spacing.
offset: offset:
x: 0.0 x: 0
y: 0.0 y: 0
# Glyph offset determines the locations of the glyphs within their cells with # Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increase the x offset to move the glyph to # the default being at the bottom. Increase the x offset to move the glyph to
# the right, increase the y offset to move the glyph upward. # the right, increase the y offset to move the glyph upward.
glyph_offset: glyph_offset:
x: 0.0 x: 0
y: 0.0 y: 0
# OS X only: use thin stroke font rendering. Thin strokes are suitable # OS X only: use thin stroke font rendering. Thin strokes are suitable
# for retina displays, but for non-retina you probably want this set to # for retina displays, but for non-retina you probably want this set to
@ -76,10 +79,6 @@ font:
# Should display the render timer # Should display the render timer
render_timer: false render_timer: false
# Use custom cursor colors. If true, display the cursor in the cursor.foreground
# and cursor.background colors, otherwise invert the colors of the cursor.
custom_cursor_colors: false
# Colors (Pencil Dark) # Colors (Pencil Dark)
# colors: # colors:
# # Default Colors # # Default Colors
@ -107,6 +106,7 @@ custom_cursor_colors: false
# cyan: '0x4fb8cc' # cyan: '0x4fb8cc'
# white: '0xf1f1f1' # white: '0xf1f1f1'
# Colors: Nord
colors: colors:
primary: primary:
background: '0x2E3440' background: '0x2E3440'
@ -212,19 +212,19 @@ mouse_bindings:
mouse: mouse:
double_click: { threshold: 300 } double_click: { threshold: 300 }
triple_click: { threshold: 300 } triple_click: { threshold: 300 }
hide_when_typing: false
selection: selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>" semantic_escape_chars: ",│`|:\"' ()[]{}<>"
hide_cursor_when_typing: false cursor:
# Style of the cursor # Style of the cursor
# #
# Values for 'cursor_style': # Values for 'cursor_style':
# - Block # - Block
# - Underline # - Underline
# - Beam # - Beam
cursor_style: Block style: Block
# Live config reload (changes require restart) # Live config reload (changes require restart)
live_config_reload: true live_config_reload: true