summaryrefslogtreecommitdiff
path: root/.config/.alacritty.yml
blob: ca0cb0e3cf631943c2916e9b8d6398d7feeeb7a3 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
shell:
  program: /usr/bin/tmux
  args:
    - new

font:
  size: 7
  normal:
    # family: DejaVuSansMono
    # family: UbuntuMono
    # style: Nerd
    family: FiraMono
    style: Normal

colors:
  primary:
    background: "0x080808"
    foreground: "0xc1c1c1"

  cursor:
    text: "0x424242"
    cursor: "0x808080"

  normal:
    black: "0x080808"
    red: "0xaf005f"
    green: "0x5faf00"
    yellow: "0xf1c40f"
    blue: "0x5fafd7"
    magenta: "0x808080"
    cyan: "0x2ecc71"
    white: "0xf2f2f2"

  bright:
    black: "0x6a6a6a"
    red: "0xe74c3c"
    green: "0xafd700"
    yellow: "0xf1c40f"
    blue: "0xffaf00"
    magenta: "0xffaf00"
    cyan: "0x00afaf"
    white: "0x5f8787"