57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
window:
|
|
opacity: 0.7
|
|
#decorations: none
|
|
#dimensions:
|
|
#lines: 120
|
|
#columns: 120
|
|
selection:
|
|
save_to_clipboard: true
|
|
font:
|
|
# Normal (roman) font face
|
|
normal:
|
|
# Font family
|
|
#
|
|
# Default:
|
|
# - (macOS) Menlo
|
|
# - (Linux/BSD) monospace
|
|
# - (Windows) Consolas
|
|
family: FiraCode Nerd Font
|
|
style: regular
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Regular
|
|
|
|
# Bold font face
|
|
#bold:
|
|
# Font family
|
|
#
|
|
# If the bold family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Bold
|
|
|
|
# Italic font face
|
|
#italic:
|
|
# Font family
|
|
#
|
|
# If the italic family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Italic
|
|
|
|
# Bold italic font face
|
|
#bold_italic:
|
|
# Font family
|
|
#
|
|
# If the bold italic family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Bold Italic
|
|
|