diff options
Diffstat (limited to '')
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index d1174be..2b1f4ff 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -103,7 +103,7 @@ font: #style: Italic # Point size - size: 7.0 + size: 8.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -125,7 +125,7 @@ font: #scale_with_dpi: true # Display the time it takes to redraw each frame. -render_timer: false +debug.render_timer: false # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true |