summaryrefslogtreecommitdiff
path: root/themes/catppuccin/frappe.nix
blob: 5312418d939875c2a700e23b049bda6d25774afb (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
rec {
  name = "Catppuccin Frappe";
  author = "https://github.com/catppuccin/catppuccin";

  text = "c6d0f5";
  subtext = "b5bfe2";

  base = "303446";
  surface = "414559";
  overlay = "737994";

  primary = normal.blue;
  success = normal.green;
  warning = normal.yellow;
  error = normal.red;

  normal = {
    black = "51576d";
    red = "e78284";
    green = "a6d189";
    yellow = "e5c890";
    blue = "8caaee";
    magenta = "f4b8e4";
    cyan = "81c8be";
    white = "b5bfe2";
    orange = "ef9f76";
  };

  bright = {
    black = "626880";
    red = "e78284";
    green = "a6d189";
    yellow = "e5c890";
    blue = "8caaee";
    magenta = "f4b8e4";
    cyan = "81c8be";
    white = "a5adce";
    orange = "ef9f76";
  };
}