alacritty: Increase font size and enable dynamic padding

While at it, also set bold text to be drawn with bright colours.
This commit is contained in:
Sanchayan Maity 2023-12-11 13:36:59 +05:30
parent bf00cca1b3
commit 1d3169af1e
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ window:
y: 0
# Spread additional padding evenly around the terminal content.
dynamic_padding: false
dynamic_padding: true
# Window decorations
#
@ -73,7 +73,7 @@ font:
style: Bold Italic
# Point size of the font
size: 20.0
size: 22.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.
@ -89,7 +89,7 @@ font:
y: 0
# When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: false
draw_bold_text_with_bright_colors: true
# Use custom cursor colors. If true, display the cursor in the cursor.foreground
# and cursor.background colors, otherwise invert the colors of the cursor.