From 82c8804f4428f9d007806d0c1151e06988314150 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Fri, 28 Oct 2016 09:26:16 -0700 Subject: [PATCH] Update default config Contains comments about what requires a restart and also includes the bold+bright flag. --- alacritty.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 56c3b686..5f1f4359 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -1,23 +1,29 @@ # Configuration for Alacritty, the GPU enhanced terminal emulator # The FreeType rasterizer needs to know the device DPI for best results +# (changes require restart) dpi: x: 96.0 y: 96.0 -# Font configuration +# Display tabs using this many cells (changes require restart) +tabspaces: 8 + +draw_bold_text_with_bright_colors: true + +# Font configuration (changes require restart) font: - family: Menlo - style: Regular + family: DejaVu Sans Mono + style: Book bold_style: Bold - italic_style: Italic + italic_style: Oblique # Point size of the font size: 11.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. offset: - x: -1.0 - y: 1.0 + x: 2.0 + y: -7.0 # Should display the render timer render_timer: false @@ -51,9 +57,6 @@ colors: cyan: '0x54ced6' white: '0x2a2a2a' -# Display tabs using this many cells -tabspaces: 8 - # Colors (Solarized Dark) # colors: # # Default colors