aboutsummaryrefslogtreecommitdiff
path: root/modules/colors/default.nix
blob: 428600f1a5ba344295aa56861fa3ecb3fe7e795e (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  imports = [
    ./mountain.nix
    ./default-dark.nix
    ./tomorrow.nix
    ./google-dark.nix
    ./grayscale-light.nix
    ./grayscale-dark.nix
  ];
}