diff options
author | Joe Wilm <joe@jwilm.com> | 2016-10-28 09:26:16 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-10-28 09:26:16 -0700 |
commit | 82c8804f4428f9d007806d0c1151e06988314150 (patch) | |
tree | 7eed6d4687d001c4e51e503d585d08ea074d5112 /alacritty.yml | |
parent | a81152cc43c12f4232be29798b85ba41fd9482cb (diff) | |
download | alacritty-82c8804f4428f9d007806d0c1151e06988314150.tar.gz alacritty-82c8804f4428f9d007806d0c1151e06988314150.zip |
Update default config
Contains comments about what requires a restart and also includes the
bold+bright flag.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 21 |
1 files 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 |