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.