alacritty: smaller font size
This commit is contained in:
parent
ee22f9dd1a
commit
1d378ca202
1 changed files with 5 additions and 3 deletions
|
@ -27,6 +27,8 @@ colors:
|
||||||
cyan: "#23ced4"
|
cyan: "#23ced4"
|
||||||
white: "#f8f8f2"
|
white: "#f8f8f2"
|
||||||
|
|
||||||
|
transparent_background_colors: true
|
||||||
|
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
|
@ -38,7 +40,8 @@ font:
|
||||||
italic:
|
italic:
|
||||||
family: Sauce Code Pro NF
|
family: Sauce Code Pro NF
|
||||||
|
|
||||||
size: 14
|
# sizes that work well for 1920 by 1080: 14 (large), 12 (wide), 11.5 (narrow)
|
||||||
|
size: 12
|
||||||
|
|
||||||
offset:
|
offset:
|
||||||
x: 0
|
x: 0
|
||||||
|
@ -54,8 +57,7 @@ window:
|
||||||
x: 3
|
x: 3
|
||||||
y: 2
|
y: 2
|
||||||
scrolling:
|
scrolling:
|
||||||
# Number of lines the viewport will move for every line scrolled when
|
# number of lines to keep in history buffer
|
||||||
# scrollback is enabled (history > 0).
|
|
||||||
history: 10000
|
history: 10000
|
||||||
# Scrolling distance multiplier.
|
# Scrolling distance multiplier.
|
||||||
# multiplier: 10
|
# multiplier: 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue