summaryrefslogtreecommitdiff
path: root/home-manager/alacritty/catppuccin-latte.json
blob: f4a9b2bf39d50b773dfebca730bfbf309e69f3f3 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "colors": {
    "primary": {
      "background": "#EFF1F5",
      "foreground": "#4C4F69",
      "dim_foreground": "#4C4F69",
      "bright_foreground": "#4C4F69"
    },
    "cursor": {
      "text": "#EFF1F5",
      "cursor": "#DC8A78"
    },
    "vi_mode_cursor": {
      "text": "#EFF1F5",
      "cursor": "#7287FD"
    },
    "search": {
      "matches": {
        "foreground": "#EFF1F5",
        "background": "#6C6F85"
      },
      "focused_match": {
        "foreground": "#EFF1F5",
        "background": "#40A02B"
      },
      "footer_bar": {
        "foreground": "#EFF1F5",
        "background": "#6C6F85"
      }
    },
    "hints": {
      "start": {
        "foreground": "#EFF1F5",
        "background": "#DF8E1D"
      },
      "end": {
        "foreground": "#EFF1F5",
        "background": "#6C6F85"
      }
    },
    "selection": {
      "text": "#EFF1F5",
      "background": "#DC8A78"
    },
    "normal": {
      "black": "#5C5F77",
      "red": "#D20F39",
      "green": "#40A02B",
      "yellow": "#DF8E1D",
      "blue": "#1E66F5",
      "magenta": "#EA76CB",
      "cyan": "#179299",
      "white": "#ACB0BE"
    },
    "bright": {
      "black": "#6C6F85",
      "red": "#D20F39",
      "green": "#40A02B",
      "yellow": "#DF8E1D",
      "blue": "#1E66F5",
      "magenta": "#EA76CB",
      "cyan": "#179299",
      "white": "#BCC0CC"
    },
    "dim": {
      "black": "#5C5F77",
      "red": "#D20F39",
      "green": "#40A02B",
      "yellow": "#DF8E1D",
      "blue": "#1E66F5",
      "magenta": "#EA76CB",
      "cyan": "#179299",
      "white": "#ACB0BE"
    },
    "indexed_colors": [
      {
        "index": 16,
        "color": "#FE640B"
      },
      {
        "index": 17,
        "color": "#DC8A78"
      }
    ]
  }
}