From 1d3169af1eb36cd49023684a6652eeb211656eae Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 11 Dec 2023 13:36:59 +0530 Subject: [PATCH] alacritty: Increase font size and enable dynamic padding While at it, also set bold text to be drawn with bright colours. --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 9b82294..0fd215a 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -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.