summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/alacritty.yml
blob: 1bbacae18f0bb64fbd810379a125a8d7e59f24f1 (plain) (blame)
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
43
44
45

# alacritty ~~ ~/.config/alacritty/alacritty.yml
#

---

font:
  normal:
    family: "Terminus"
    style: Medium
  size: 9

window:
  dimensions:
    columns: 90
    lines: 25

colors:
  primary:
    background: "#000000"
    foreground: "#ffffff"

  cursor:
    text: "#ffffff"
    cursor: "#ffffff"

  normal:
    black:   "#000000"
    red:     "#cd0000"
    green:   "#00cd00"
    yellow:  "#cdcd00"
    blue:    "#0000ee"
    magenta: "#cd00cd"
    cyan:    "#00cdcd"
    white:   "#e5e5e5"

  bright:
    black:   "#7f7f7f"
    red:     "#ff0000"
    green:   "#00ff00"
    yellow:  "#ffff00"
    blue:    "#5c5cff"
    magenta: "#ff00ff"
    cyan:    "#00ffff"
    white:   "#ffffff"
remember that computers suck.