aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/font.yml
blob: 406be38b96e3684d384978b70d5967e151f38275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
font:
  normal:
    family: Source Code Pro
    style: Regular

  bold:
    family: Source Code Pro
    style: Bold

  italic:
    family: Source Code Pro
    style: Italic

  bold_italic:
    family: Source Code Pro
    style: Bold Italic

  # Point size
  size: 9.0

  offset:
    x: 0
    y: -1

# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true