summaryrefslogtreecommitdiff
path: root/themes/rosepine/dawn.nix
blob: e8bdac62885bf6d1ac170124841a3160cb2a095c (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
rec {
  name = "Rosé Pine Dawn";
  author = "https://https://rosepinetheme.com";

  text = "575279";
  subtext = "797593";

  base = normal.white;
  surface = bright.white;
  overlay = "f2e9e1";

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

  normal = {
    black = "191724";
    red = "b4637a";
    green = "87d683";
    yellow = "ea9d34";
    blue = "286983";
    magenta = "907aa9";
    cyan = "56949f";
    white = "faf4ed";
    pink = "232136";
    orange = normal.pink;
  };

  bright = {
    black = "2a273f";
    red = "b4637a";
    green = "87d683";
    yellow = "ea9d34";
    blue = "286983";
    magenta = "907aa9";
    cyan = "56949f";
    white = "fffaf3";
    pink = "232136";
    orange = bright.pink;
  };
}