aboutsummaryrefslogtreecommitdiff
path: root/theme/day.nix
blob: f394287af34d36c4eaedd42d5e8f784635d852b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  base00 = "#fafafa";
  base01 = "#f0f0f1";
  base02 = "#e5e5e6";
  base03 = "#a0a1a7";
  base04 = "#696c77";
  base05 = "#383a42";
  base06 = "#202227";
  base07 = "#090a0b";
  base08 = "#ca1243";
  base09 = "#d75f00";
  base0A = "#c18401";
  base0B = "#50a14f";
  base0C = "#29BC9B";
  base0D = "#4078f2";
  base0E = "#EB367F";
  base0F = "#986801";
}