updates to alacritty & vim
This commit is contained in:
@@ -28,9 +28,6 @@ window:
|
||||
x: 2
|
||||
y: 0
|
||||
|
||||
# Display tabs using this many cells (changes require restart)
|
||||
tabspaces: 4
|
||||
|
||||
# When true, bold text is drawn using the bright variant of colors.
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
@@ -56,24 +53,24 @@ draw_bold_text_with_bright_colors: true
|
||||
font:
|
||||
# The normal (roman) font face to use.
|
||||
normal:
|
||||
family: "xos4 Terminess Powerline" # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
||||
# The bold font face
|
||||
bold:
|
||||
family: "xos4 Terminess Powerline" # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
||||
# The italic font face
|
||||
italic:
|
||||
family: "xos4 Terminess Powerline" # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
# style: Italic
|
||||
|
||||
# Point size of the font
|
||||
size: 12.0
|
||||
size: 14.0
|
||||
|
||||
# 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.
|
||||
@@ -94,7 +91,8 @@ font:
|
||||
use_thin_strokes: true
|
||||
|
||||
# Should display the render timer
|
||||
render_timer: false
|
||||
debug:
|
||||
render_timer: false
|
||||
|
||||
# Colors (Tomorrow Night Bright)
|
||||
colors:
|
||||
@@ -163,7 +161,7 @@ colors:
|
||||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user