|
|
|
@ -26,27 +26,27 @@ scrolling: |
|
|
|
|
font: |
|
|
|
|
# Normal (roman) font face |
|
|
|
|
normal: |
|
|
|
|
family: Fira Code |
|
|
|
|
family: Droid Sans Mono |
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
|
style: Normal |
|
|
|
|
|
|
|
|
|
# Bold font face |
|
|
|
|
bold: |
|
|
|
|
family: Fira Code |
|
|
|
|
family: Droid Sans Mono |
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
|
style: Bold |
|
|
|
|
|
|
|
|
|
# Italic font face |
|
|
|
|
italic: |
|
|
|
|
family: Fira Code |
|
|
|
|
family: Droid Sans Mono |
|
|
|
|
|
|
|
|
|
style: Italic |
|
|
|
|
|
|
|
|
|
# Bold italic font face |
|
|
|
|
bold_italic: |
|
|
|
|
family: Fira Code |
|
|
|
|
family: Droid Sans Mono |
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
|
style: Bold Italic |
|
|
|
@ -54,20 +54,14 @@ font: |
|
|
|
|
# Point size |
|
|
|
|
size: 10 |
|
|
|
|
|
|
|
|
|
# Offset is the extra space around each character. `offset.y` can be thought of |
|
|
|
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. |
|
|
|
|
offset: |
|
|
|
|
x: 0 |
|
|
|
|
y: 1 |
|
|
|
|
|
|
|
|
|
# If `true`, bold text is drawn using the bright color variants. |
|
|
|
|
draw_bold_text_with_bright_colors: true |
|
|
|
|
|
|
|
|
|
colors: |
|
|
|
|
# Default colors |
|
|
|
|
primary: |
|
|
|
|
background: "0x1d1f21" |
|
|
|
|
foreground: "0xc5c8c6" |
|
|
|
|
background: "0x181818" |
|
|
|
|
foreground: "0xffffff" |
|
|
|
|
|
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true |
|
|
|
|
cursor: |
|
|
|
@ -109,7 +103,7 @@ cursor: |
|
|
|
|
# - ▇ Block |
|
|
|
|
# - _ Underline |
|
|
|
|
# - | Beam |
|
|
|
|
style: Beam |
|
|
|
|
style: Block |
|
|
|
|
|
|
|
|
|
key_bindings: |
|
|
|
|
# (Windows, Linux, and BSD only) |
|
|
|
|