mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04: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
|
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
||||||
|
|
||||||
# The FreeType rasterizer needs to know the device DPI for best results
|
# The FreeType rasterizer needs to know the device DPI for best results
|
||||||
|
# (changes require restart)
|
||||||
dpi:
|
dpi:
|
||||||
x: 96.0
|
x: 96.0
|
||||||
y: 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:
|
font:
|
||||||
family: Menlo
|
family: DejaVu Sans Mono
|
||||||
style: Regular
|
style: Book
|
||||||
bold_style: Bold
|
bold_style: Bold
|
||||||
italic_style: Italic
|
italic_style: Oblique
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 11.0
|
size: 11.0
|
||||||
# Offset is the extra space around each character. offset.y can be thought of
|
# 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.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
offset:
|
offset:
|
||||||
x: -1.0
|
x: 2.0
|
||||||
y: 1.0
|
y: -7.0
|
||||||
|
|
||||||
# Should display the render timer
|
# Should display the render timer
|
||||||
render_timer: false
|
render_timer: false
|
||||||
|
@ -51,9 +57,6 @@ colors:
|
||||||
cyan: '0x54ced6'
|
cyan: '0x54ced6'
|
||||||
white: '0x2a2a2a'
|
white: '0x2a2a2a'
|
||||||
|
|
||||||
# Display tabs using this many cells
|
|
||||||
tabspaces: 8
|
|
||||||
|
|
||||||
# Colors (Solarized Dark)
|
# Colors (Solarized Dark)
|
||||||
# colors:
|
# colors:
|
||||||
# # Default colors
|
# # Default colors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue