mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Update default config
Contains comments about what requires a restart and also includes the bold+bright flag.
This commit is contained in:
parent
a81152cc43
commit
82c8804f44
1 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue