alacritty: font and color settings
This commit is contained in:
parent
e818f8146e
commit
b1f195b842
@ -61,21 +61,18 @@ draw_bold_text_with_bright_colors: true
|
|||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: "Roboto Mono for Powerline"
|
||||||
# Style can be specified to pick a specific face.
|
style: Regular
|
||||||
# style: Regular
|
|
||||||
|
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: "Roboto Mono for Powerline"
|
||||||
# Style can be specified to pick a specific face.
|
style: Bold
|
||||||
# style: Bold
|
|
||||||
|
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: "Roboto Mono for Powerline"
|
||||||
# Style can be specified to pick a specific face.
|
style: Italic
|
||||||
# style: Italic
|
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 9.0
|
size: 9.0
|
||||||
@ -97,12 +94,12 @@ font:
|
|||||||
# screens and make reading text a little easier.
|
# screens and make reading text a little easier.
|
||||||
# On X11 it is possible to change the DPI for each instance of alacritty by using
|
# On X11 it is possible to change the DPI for each instance of alacritty by using
|
||||||
# `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font.
|
# `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font.
|
||||||
scale_with_dpi: true
|
scale_with_dpi: false
|
||||||
|
|
||||||
# OS X only: use thin stroke font rendering. Thin strokes are suitable
|
# OS X only: use thin stroke font rendering. Thin strokes are suitable
|
||||||
# for retina displays, but for non-retina you probably want this set to
|
# for retina displays, but for non-retina you probably want this set to
|
||||||
# false.
|
# false.
|
||||||
use_thin_strokes: true
|
use_thin_strokes: false
|
||||||
|
|
||||||
# Should display the render timer
|
# Should display the render timer
|
||||||
render_timer: false
|
render_timer: false
|
||||||
@ -115,7 +112,7 @@ custom_cursor_colors: false
|
|||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x000000'
|
background: '0x0f0f14'
|
||||||
foreground: '0xeaeaea'
|
foreground: '0xeaeaea'
|
||||||
|
|
||||||
# (Optional) Bright and Dim foreground colors
|
# (Optional) Bright and Dim foreground colors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user